Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001122

[PHP] How to convert OEM to ANSI character set From: Alex Vargas (avargas <email protected>)
Date: 12/20/01

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: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>