Ignore:
Timestamp:
2006/11/01 12:02:42 (20 years ago)
Author:
kakinaka
Message:

* empty log message *

Location:
temp/trunk/html/admin/develop
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/develop/csv.php

    r5934 r7179  
    2626 
    2727// ¥¨¥ó¥³¡¼¥É 
    28 $enc_filepath = sfEncodeFile($filepath, "EUC-JP", CSV_TEMP_DIR); 
     28$enc_filepath = sfEncodeFile($filepath, "CHAR_CODE", CSV_TEMP_DIR); 
    2929 
    3030$total = 0; 
  • temp/trunk/html/admin/develop/upload_csv.php

    r5934 r7179  
    5656        $filepath = $objUpFile->getTempFilePath('csv_file'); 
    5757        // ¥¨¥ó¥³¡¼¥É 
    58         $enc_filepath = sfEncodeFile($filepath, "EUC-JP", CSV_TEMP_DIR); 
     58        $enc_filepath = sfEncodeFile($filepath, "CHAR_CODE", CSV_TEMP_DIR); 
    5959        $fp = fopen($enc_filepath, "r"); 
    6060         
Note: See TracChangeset for help on using the changeset viewer.