8 messages in com.mysql.lists.bugsRE: character sets
FromSent OnAttachments
Murat KARABEK08 Feb 2001 06:34 
Thimble Smith08 Feb 2001 06:47 
Murat KARABEK12 Feb 2001 07:52 
Michael Widenius12 Feb 2001 08:25 
Murat KARABEK13 Feb 2001 01:23 
Michael Widenius13 Feb 2001 09:10 
Murat KARABEK13 Feb 2001 23:36 
Michael Widenius14 Feb 2001 01:44 
Subject:RE: character sets
From:Michael Widenius (mon@mysql.com)
Date:02/14/2001 01:44:46 AM
List:com.mysql.lists.bugs

Hi!

Compare the ASCII values you get from characters with mine (you have a table in my last email)

They do not correspond, so you have done something wrong when inserting the data!

This means that you have not used the windows character set (latin1) when inserting your data!

I have tested this with admndemo.exe on NT against a mysqld server started with --default-character-set=latin5 and it worked perfectly for me.

Sorry, but there is noting else I can do to help you with this :(

Reagrds, Monty

"Murat" == Murat KARABEK <mur@mikrobeta.com.tr> writes:

Murat> and me again :) Murat> hi,

Yours:

Murat> | s | s | 254 |

Mine:

Murat> | s | 115 | S | 83 |