Re: Escaping UCS2 characters

2003-08-27 Thread Simon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 27 August 2003 12:05 pm, I wrote: > How do I escape UCS2 characters in a latin1 SQL statement? Okay, so the answer's in the manual. I just didn't look hard enough... http://www.mysql.com/doc/en/Charset-literal.html So I do: 'INSERT INT

Escaping UCS2 characters

2003-08-27 Thread Simon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I asked a question along these lines yesterday, but got no response. Perhaps I can make it clearer: I have a ucs2 table in my predominantly latin1 database. (Mysql 4.1.1 from bk) I am using latin1 most of the time, it's the default charset, and