Dear programmers,
is this correct ?
mysql> select version();
+-----------------------+
| version() |
+-----------------------+
| 4.1.0-alpha-max-debug |
+-----------------------+
1 row in set (0.00 sec)
mysql> SET @s = CONVERT('ABC' USING ucs2);
ERROR 1115: Unknown character set: 'ucs2'
mysql>
====
the manual has some statement about ucs2 :
Temporary restriction:
UCS-2 can't (yet) be used as a client character set. That means that
SET NAMES ucs2
will not work.
Can I please have an example how to utilize this ?
Yours sincerely
Morten Gulbrandsen
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]