How does one enter Unicode strings into a 5.0.3 MySQL table?
I tried things like
INSERT INTO tablename(colna me) VALUES( _utf8'€©®á§A¦n' )
But this doesn't work. I guess I need an escape sequence, but the MySQL
manual doesn't specify Unicode escape sequences, just for quotes,
newlines and such...
Thanks, Paul.
I tried things like
INSERT INTO tablename(colna me) VALUES( _utf8'€©®á§A¦n' )
But this doesn't work. I guess I need an escape sequence, but the MySQL
manual doesn't specify Unicode escape sequences, just for quotes,
newlines and such...
Thanks, Paul.
Comment