Hi,
I have a database with UTF8 characters. These are shown correctly by the
query browser.
I installed the odbc/connector 5.1 and tried to access the same table using
OpenOffice base and a Qt application I wrote myself.
In both clients the UTF8 character so not show up properly as if the dat
Unicode and multiple character sets are not supported until version 4.10.
See section 9 of the manual. 4.1.1 is still alpha but its quite stable if
your server isn't in a production environment.
_
Tired of slow downloads? Compare
I finally upgraded to 4.0.17 to be able to use the support for Unicode
but I have problems running any of the examples I have seen to use th
'CHARACTER SET' option when creating tables. For example, even the
following doesn't work:
CREATE DATABASE db_name
CHARACTER SET latin1 COLLATE latin1_s
Quick question I haven't found in the docs.
I have a column with unicode (utf8 or ucs2) character set.
How can I use a national collation on it? (upper(), lower(), sort order)
None of the examples in the docs work... :(
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysq
On Tue, Jun 17, 2003 at 11:57:13AM +0200, Roman Neuhauser wrote:
> > and yes, I need the absurd "CONVERT .. utf8 ... USING utf8",
> > with out the CONVERT ist doesn't work.
>
> absurd? your connection has latin1 as the character set,
even if i supply a --default-character-set like so:
# [EMAIL PROTECTED] / 2003-06-17 10:59:13 +0200:
> On Mon, Jun 16, 2003 at 11:56:59PM +0200, Roman Neuhauser wrote:
> > # [EMAIL PROTECTED] / 2003-06-16 15:27:21 +0200:
> > > mysql> select * from unitest WHERE t LIKE 'A%';
> > > ERROR 1210: Wrong arguments to like
> >
> >
> > SELECT *
On Mon, Jun 16, 2003 at 11:56:59PM +0200, Roman Neuhauser wrote:
> # [EMAIL PROTECTED] / 2003-06-16 15:27:21 +0200:
> > mysql> select * from unitest WHERE t LIKE 'A%';
> > ERROR 1210: Wrong arguments to like
>
>
> SELECT * FROM unitest WHERE LIKE CONVERT(_latin1'A%' USING utf8)
>
t
# [EMAIL PROTECTED] / 2003-06-16 15:27:21 +0200:
>
> I'm trying to use 4.1.0-alpha's "extensive unicode support".
[...]
> Now I try to read the data, this time from the commandline client:
>
> mysql> select * from unitest WHERE ID=72;
>
I'm trying to use 4.1.0-alpha's "extensive unicode support".
What I've learned so far: unicode only works in 4.1.0-alpha,
but it's not activated in the binary distribution, so I had
to compile it myself.
I can create a table like this:
CREATE TABLE unitest (
On Wednesday 02 April 2003 16:17, Tariq Murtaza wrote:
> Hope you are all fine and doing well.
> I would like to know the status of unicode support for mysql.
> I will appreciate if someone share his/her experience regarding data
> manipulation in unicode on mysql.
Unicode is support
Dear All
Hope you are all fine and doing well.
I would like to know the status of unicode support for mysql.
I will appreciate if someone share his/her experience regarding data
manipulation in unicode on mysql.
Best Regards,
Tariq Murtaza
--
MySQL General Mailing List
For list archives
awww jeeez.
tell me bout dat
i still ve to work on the indexing n sortin
toby
>From: "Dean Harding" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Subject: RE: Unicode Support with MySQL
>Date: Tue, 8 Oct 2002 20:47:17 +1000
>
>Yeah, I've used
2002 8:28 pm
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: Unicode Support with MySQL
schmid n dean .
fellaz .
i AM using mysql for UNICODE data
all my database is unicode
its all stored there i retieve all my unicode data n play round with it
all
the time
n so far i ve had N
..
>From: "Dean Harding" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Subject: RE: Unicode Support with MySQL
>Date: Mon, 7 Oct 2002 17:44:08 +1000
>
>According to the website, it'll be in version 4.1.
>
>You can already use Unicode now, th
Schmid,
Monday, October 07, 2002, 10:23:52 AM, you wrote:
SM> we are very interested in using MySQL with our machines, but we need a full
SM> Unicode-support with the database.
SM> Can you give us information's about the time, when MySQL will com with a
SM> full Unicode Support?
PROTECTED]
Subject: Unicode Support with MySQL
Dear Ladies and Gentleman,
we are very interested in using MySQL with our machines, but we need a
full
Unicode-support with the database.
Can you give us information's about the time, when MySQL will com with a
full Unicode Support?
> Mit freundli
Dear Ladies and Gentleman,
we are very interested in using MySQL with our machines, but we need a full
Unicode-support with the database.
Can you give us information's about the time, when MySQL will com with a
full Unicode Support?
> Mit freundlichen Grüßen / Gest Regards
Manfre
Victoria,
Monday, March 11, 2002, 11:24:00 AM, you wrote:
RT>> I am just wondering if the latest stable build of MySQL has support
RT>> for Unicode character set so I can use it to store english, chinese and
RT>> korean characters. If so please let me know. And also if there is going
RT>> to
: 'Victoria Reznichenko'; [EMAIL PROTECTED]
Subject: RE: Unicode support for MySQL
When you say:
"Unicode will be supported in 4.0.3 version of MySQL."
What do you mean - UTF-8 encoding or UTF-16 or what?
Can you clarify
-Original Message-
From: Victoria Reznic
When you say:
"Unicode will be supported in 4.0.3 version of MySQL."
What do you mean - UTF-8 encoding or UTF-16 or what?
Can you clarify
-Original Message-
From: Victoria Reznichenko [mailto:[EMAIL PROTECTED]]
Sent: 11 March 2002 09:24
To: [EMAIL PROTECTED]
Subject: Unico
Robin,
Monday, March 11, 2002, 6:55:51 AM, you wrote:
RT> I am just wondering if the latest stable build of MySQL has support
RT> for Unicode character set so I can use it to store english, chinese and
RT> korean characters. If so please let me know. And also if there is going
RT> to be any p
G'Day ppl,
I am just wondering if the latest stable build of MySQL has support
for Unicode character set so I can use it to store english, chinese and
korean characters. If so please let me know. And also if there is going
to be any problems to perform SELECT statements to search for a
partic
I've tried to read through a fair bit of the manual, but I haven't quite
found out yet: does MySQL support Unicode? I'm talking Strings from Java,
using mm.mysql driver.
--
Mvh,
Endre
-
Before posting, please check:
http:/
Does anyone have an idea when MySQL will support Unicode? I know the
documentation says near future, but is that the next release or later?
Thanks,
Scott
-
Before posting, please check:
http://www.mysql.com/manual.php (th
Sir/Madam,
I am using MYSQL C-API to access MYSQL database .
I am having problems when i gave Unicode support to my code, as the API
functions accept parameters of the type "const char *" .With Unicode
support the values being passed are the of the type "unsigned short".
Is
25 matches
Mail list logo