2 messages in com.mysql.lists.bugsCharacter set error in MySQLCC
FromSent OnAttachments
Zdravko Mandic14 Jan 2003 02:44 
Jorge del Conde14 Jan 2003 16:01 
Subject:Character set error in MySQLCC
From:Zdravko Mandic (zdra@infoart.hr)
Date:01/14/2003 02:44:51 AM
List:com.mysql.lists.bugs

MySQL 3.23.49 under RH Linux 7.3 MySQLCC 0.8.7-alpha Description: I was checking MySQLCC, tried to inline edit an entry in my test database. The field text was originally in Win1250 character set but when I edited it in MySQLCC, national characters are lost (got '?' instead). I used 3.23.49 MySQL database, configured to use win1250 as default character set. It runs under RH Linux 7.3. The MySQLCC is 0.8.7-alpha. Here's segment from history window (I entered win1250 character from keyboard, not '?').: UPDATE `Person` SET `Name`='Mandi?' WHERE `Person_ID`=3

How-To-Repeat: 1. open MySQLCC 2. connect to DB (configured to have win1250 as default character set) 3. inline edit record. Enter in the field of type "string" some Win1250 letters 4. see the "??????" instead of entered letters