Re: Unicode(ucs2) setup question

2003-06-11 Thread Yuji Sato
Hi Nils, I have no ucs2.xml in the /usr/local/share/mysql/charsets/ . but I was looking for about ucs2 in the /usr/local/share/mysql/charsets/Index.xml . charset name=ucs2 familyUnicode/family descriptionUCS-2 Unicode/description collation name=ucs2id=35 flag=primary/ /charset

Re: Unicode(ucs2) setup question

2003-06-11 Thread Nils Valentin
Hi Yuji, I have never heard of a character set thats named ucs2 This are the character sets which came with 4.1 alpha: baby-bumble-bee:/usr/share/mysql/charsets # ls . READMEcp1250.xml cp1257.xml cp866.xml hebrew.xml koi8r.xml latin2.xml macce.xml ..

Re: Unicode(ucs2) setup question

2003-06-11 Thread Joel Rees
I'd like to use ucs2 character set for MySQL. You do understand that Unicode support is not yet complete in MySQL, including the current alpha? Also, I would expect UTF-8 to be in better condition that UTF-16. -- Joel Rees [EMAIL PROTECTED] -- MySQL General Mailing List For list archives:

Re: Unicode(ucs2) setup question

2003-06-11 Thread Yuji Sato
Hi Nils, I have to test to unicode(utf8 ucs2). but It was frontend client enviroment matter(native supported by Unicode-16). I was compiled by my self. Then I tried uft8 and it was successful. but ucs2 was doesn't work by the same step. Thank you. Yujis -- MySQL General Mailing List For list

Re: Unicode(ucs2) setup question

2003-06-11 Thread Juan Sebastian Alarcon
(ucs2) setup question Hi Nils, I have to test to unicode(utf8 ucs2). but It was frontend client enviroment matter(native supported by Unicode-16). I was compiled by my self. Then I tried uft8 and it was successful. but ucs2 was doesn't work by the same step. Thank you. Yujis -- MySQL

Re: Unicode(ucs2) setup question

2003-06-11 Thread Nils Valentin
Message - From: Yuji Sato [EMAIL PROTECTED] To: Nils Valentin [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 8:40 AM Subject: Re: Unicode(ucs2) setup question Hi Nils, I have to test to unicode(utf8 ucs2). but It was frontend client enviroment matter(native

Unicode(ucs2) setup question

2003-06-10 Thread Yuji Sato
I'd like to use ucs2 character set for MySQL. My enviroment is shown below: OS FreeBSD 4.8 DB MySQL4.1.0-alpha A) configure option: --with-charset=ucs2 \ --with-extra-chasets=all \ define to /etc/my.cnf by ucs2. [mysqld] default-character-set=ucs2

Re: Unicode(ucs2) setup question

2003-06-10 Thread Nils Valentin
Hi Yuji Error 2 means the file doesnt exist. (here: '/usr/local/share/mysql/charsets/ucs2.xml'). Please make sure the file is in the foldr specified and not misspelled. Best regards Nils Valentin Tokyo/Japan Japanese: 2003 6 11 14:44Yuji Sato : I'd like to use ucs2 character set for