Changeset 982 for temp/test-xoops.ec-cube.net/html
- Timestamp:
- 2006/12/28 10:52:54 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/test/kakinaka/topic_list.php
r981 r982 11 11 while ( $myrow = $xoopsDB->fetchArray($result) ) { 12 12 echo mb_detect_encoding($myrow) . "<br>"; 13 $myrow = mb_convert_encoding($myrow, "euc-jp");13 // $myrow = mb_convert_encoding($myrow, "euc-jp"); 14 14 print_r($myrow); 15 15 print("<BR>");
Note: See TracChangeset
for help on using the changeset viewer.
