Changeset 8887 for temp/trunk
- Timestamp:
- 2006/11/25 14:34:32 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/lib/slib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r8886 r8887 800 800 if (count($array) > 0) { 801 801 foreach($array as $key => $val) { 802 mb_convert_encoding($val, 'EUC-JP', "EUC-JP");802 mb_convert_encoding($val, CHAR_CODE, CHAR_CODE); 803 803 $line .= "\"".$val."\","; 804 804 }
Note: See TracChangeset
for help on using the changeset viewer.
