is the db and table set to accept unicode characters?
Bastien
From: "php @ net mines" <php@xxxxxxxxxxx>
To: <php-db@xxxxxxxxxxxxx>
Subject: 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
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 problem is that I still get (????) instead of the
&#xxx;&#xxx;&#xxx;&#xxx;&#xxx; word.
Can anyone help
Thanks
Mario
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php