Re: Problems with character sets and Unicode in MySQL

2005-04-28 Thread Gleb Paharenko
Hello. >But I've been told that the support for Unicode is not yet good in MySQL. Is >it possible to find whether this is true? I don't think so, as most bugs related to utf8 are reported about the fifth version while utf8 support in fourth seems very stable. Raul Mauri <[EMAIL PRO

Problems with character sets and Unicode in MySQL

2005-04-27 Thread Raul Mauri
I use the MyQSL Query Browser for a library database. I have come across a problem in MySQL: Using extended characters, as š, is not a problem, as long as they are present in the standard 256 characters of a font. Things become more difficult when I need other East Europe characters. Could anyon

how exactly can i use unicode in mysql 4.0.14

2003-11-28 Thread Nitin
hi all, I've searched a bit, but didn't find any documentation on how to use unicode in mysql 4.0.14 or 4.0.X. Any ideas or links? Thanx in advance Nitin

re: UNICODE in MySQL

2002-12-11 Thread Egor Egorov
On Wednesday 11 December 2002 12:14, Bruno Batarelo wrote: > I was wandering whether MySQL (4.0.4 or higher) in combination with InnoDB > support UNICODE. If I store central European characters using MyODBC from > VB, am I sure that they are stored in UNICODE in InnoDB table file and that > they c

UNICODE in MySQL

2002-12-11 Thread Bruno Batarelo
Greetings all I was wandering whether MySQL (4.0.4 or higher) in combination with InnoDB support UNICODE. If I store central European characters using MyODBC from VB, am I sure that they are stored in UNICODE in InnoDB table file and that they can be returned in the same form on every machine? Th