php-general | 2001122
Date: 12/20/01
- Next message: Steve Edberg: "Re: [PHP] PHP3 NOT being parsed for SSI!! HELP!!"
- Previous message: Bob Holden: "[PHP] CRLF Problem writing ASCII Flat File"
- In reply to: Bob Holden: "[PHP] CRLF Problem writing ASCII Flat File"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Steve Edberg: "Re: [PHP] PHP3 NOT being parsed for SSI!! HELP!!"
- Previous message: Bob Holden: "[PHP] CRLF Problem writing ASCII Flat File"
- In reply to: Bob Holden: "[PHP] CRLF Problem writing ASCII Flat File"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

