Hi, I am using a MySQL backend which does not accept
Unicode, except in BLOB columns. So I need to convert
my text to HTML-ified Unicode (i.e. &#xxx) ... for
instance, when someone submits via a form and I need
to insert this into the database. I want to use iconv,
but I dont see a character set for NCR-style Unicode.
Can someone help?


__________________________________________________
Do You Yahoo!?
Yahoo! Greetings - Send FREE e-cards for every occasion!
http://greetings.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to