I have a PHP script that receives a CSV text file and inserts it into a
MySQL database.
My problem is that this CSV file is made using the OEM character set and I
need it with the ANSI character set. The closest thing I've found is the
convert_cyr_string() function, but there isn't a code specific for OEM and
translation is not completely accurate.

Any help?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to