Re: UTF8 support in MySQL 4.0

2005-08-11 Thread Warren Young
Marco wrote: So how can I do that? There's nothing special you need to do with MySQL itself. Somehow your program obtains UTF-8 data. Insert said data into database. That's it. Perhaps you should read up on UTF-8, to see why this is so. Again, don't expect the database server to be able

Re: UTF8 support in MySQL 4.0

2005-08-10 Thread Marco
So how can I do that? I've already tried SET CHARACTER SET and it didn't work since someone said its not available in MySQL 4.0. You can store UTF-8 in any database in the world. UTF-8 is compatible with any application capable of dealing with null-terminated strings of 8-bit characters. Tha

Re: UTF8 support in MySQL 4.0

2005-08-09 Thread Warren Young
Warren Young wrote: That's why it's possible in the Unix/C world, Typo: should be "That's why it's _popular_..." -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: UTF8 support in MySQL 4.0

2005-08-09 Thread Warren Young
Marco wrote: So is there any solution on how I can properly use foreign characters and store them in a MySQL 4.0 database? You can store UTF-8 in any database in the world. UTF-8 is compatible with any application capable of dealing with null-terminated strings of 8-bit characters. That's

Re: utf8 support

2003-08-27 Thread Egor Egorov
"Li, John" <[EMAIL PROTECTED]> wrote: > > Any hint where and how to get mysql 4.1.1? > Official binaries will be available in September at: http://www.mysql.com/downloads/index.html -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored b

RE: utf8 support

2003-08-26 Thread Li, John
Any hint where and how to get mysql 4.1.1? Thanks John -Original Message- From: Jon Haugsand [mailto:[EMAIL PROTECTED] Sent: Monday, August 25, 2003 3:14 AM To: '[EMAIL PROTECTED]' Subject: Re: utf8 support * John Li > MySql 4.1 should have utf8 charset support, I downloa

Re: utf8 support

2003-08-25 Thread Egor Egorov
"Li, John" <[EMAIL PROTECTED]> wrote: > > MySql 4.1 should have utf8 charset support, I downloaded the alpha version > but don't seem to have the utf8.xml file comes with it. > > Any one know how to get the needed charset support files? utf8 is a built in character set. -- For technical supp

Re: utf8 support

2003-08-25 Thread Jon Haugsand
* John Li > MySql 4.1 should have utf8 charset support, I downloaded the alpha version > but don't seem to have the utf8.xml file comes with it. > > Any one know how to get the needed charset support files? It looks like a bug. Try version 4.1.1. See e.g.:

Re: utf8 support

2003-07-17 Thread Paul DuBois
At 23:03 +0200 7/17/03, Yves Goergen wrote: > >2. What about fulltext search on UTF8 strings? Unavailable. Eh? Why should this be a special DB feature at all? Correct me if I'm wrong (I didn't have very much contect with fulltexts yet), but can't I just give mysql an UTF8 string to search in an

Re: utf8 support

2003-07-17 Thread Keith C. Ivey
On 17 Jul 2003 at 23:03, Yves Goergen wrote: > > >2. What about fulltext search on UTF8 strings? > > > > Unavailable. > > Eh? Why should this be a special DB feature at all? > Correct me if I'm wrong (I didn't have very much contect with > fulltexts yet), but can't I just give mysql an UTF8 stri

Re: utf8 support

2003-07-17 Thread Yves Goergen
> >2. What about fulltext search on UTF8 strings? > > Unavailable. Eh? Why should this be a special DB feature at all? Correct me if I'm wrong (I didn't have very much contect with fulltexts yet), but can't I just give mysql an UTF8 string to search in an UTF8 column (/data)? Shouldn't this wor

Re: utf8 support

2003-07-17 Thread Paul DuBois
At 17:25 +0300 7/13/03, Sagi Bashari wrote: Hello, I would like to know the status of the UTF8 support in MySQL 4.1. I tried to create a table using utf8 charset, and inserting hebrew text into it. it seems like it still treats this text as binary - for example the length() function returns 8 o

Re: utf8 support

2003-06-06 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan Hinz wrote: > Okan, > > >>I want to enable UTF8 support for mysql.Thats why I have installed mysql 4.1 >>on a Win2K server and set the appropriate character set parameter at my.ini >>file. As the mysql service starts, I get the error that mysql

Re: utf8 support

2003-06-06 Thread Stefan Hinz
Okan, > I want to enable UTF8 support for mysql.Thats why I have installed mysql 4.1 > on a Win2K server and set the appropriate character set parameter at my.ini > file. As the mysql service starts, I get the error that mysql can not find > the utf8.xml file. > mysqld-opt: File 'D:\mysql\share\c

Re: utf8 support

2003-06-06 Thread Victoria Reznichenko
"Okan CIMEN" <[EMAIL PROTECTED]> wrote: > I want to enable UTF8 support for mysql.Thats why I have installed mysql 4.1 > on a Win2K server and set the appropriate character set parameter at my.ini > file. As the mysql service starts, I get the error that mysql can not find > the utf8.xml file. > >