Changeset 1014 for temp/test-xoops.ec-cube.net/html
- Timestamp:
- 2006/12/28 11:34:08 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/test/kakinaka/topic_list.php
r1013 r1014 15 15 while ( $myrow = $xoopsDB->fetchArray($result) ) { 16 16 //echo mb_detect_encoding($myrow) . "<br>"; 17 $myrow = mb_convert_encoding($myrow["topic_title"], "euc-jp");17 // $myrow = mb_convert_encoding($myrow["topic_title"], "euc-jp"); 18 18 print($myrow); 19 19 print("<BR>");
Note: See TracChangeset
for help on using the changeset viewer.
