RE: [PHP-DB] 3 languages in MySQL

2005-09-14 Thread Bastien Koert
is the db and table set to accept unicode characters? Bastien From: "php @ net mines" <[EMAIL PROTECTED]> To: Subject: [PHP-DB] 3 languages in MySQL Date: Thu, 15 Sep 2005 02:05:22 +0300 Hi all I have a bulgarian/spanish excel file that I have to import to a mysql databas

[PHP-DB] 3 languages in MySQL

2005-09-14 Thread php @ net mines
Hi all I have a bulgarian/spanish excel file that I have to import to a mysql database. Since I can't save it as csv without replacing the foreign chars with (???) I saved it as unicode text. Next, I thought I would replace the (\t) with (;) and all the foreign chars with the &#xxx;. The p