Re: Chinese characters not displaying in Workbench latest version

2011-11-22 Thread Neil Tompkins
; What are you using to view the data? >>> >>> On Mon, 2011-11-21 at 08:22 -0500, h...@tbbs.net wrote: >>>> ;>>> 2011/11/20 20:27 +, Tompkins Neil >>>> >>>> Does anyone know why Chinese characters are not displaying correctly >&

Re: Chinese characters not displaying in Workbench latest version

2011-11-21 Thread Michael Cole
Neil Tompkins wrote: > MySQL workbench > > On 21 Nov 2011, at 13:36, Chris Tate-Davies wrote: > > What are you using to view the data? > > > > On Mon, 2011-11-21 at 08:22 -0500, h...@tbbs.net wrote: > >> ;>>> 2011/11/20 20:27 +, Tompkins Neil >

Re: Chinese characters not displaying in Workbench latest version

2011-11-21 Thread Neil Tompkins
MySQL workbench On 21 Nov 2011, at 13:36, Chris Tate-Davies wrote: > What are you using to view the data? > > > > On Mon, 2011-11-21 at 08:22 -0500, h...@tbbs.net wrote: >> ;>>> 2011/11/20 20:27 +, Tompkins Neil >>>> >> Does anyon

Re: Chinese characters not displaying in Workbench latest version

2011-11-21 Thread Chris Tate-Davies
What are you using to view the data? On Mon, 2011-11-21 at 08:22 -0500, h...@tbbs.net wrote: > ;>>> 2011/11/20 20:27 +, Tompkins Neil >>>> > Does anyone know why Chinese characters are not displaying correctly in a > replicated database on a slave machine ?

Re: Chinese characters not displaying in Workbench latest version

2011-11-21 Thread Hal�sz S�ndor
;>>> 2011/11/20 20:27 +, Tompkins Neil >>>> Does anyone know why Chinese characters are not displaying correctly in a replicated database on a slave machine ? I'm just getting square boxes. <<<<<<<< What displays them? it sounds to me as

Re: Chinese characters not displaying in Workbench latest version

2011-11-21 Thread Johan De Meersman
- Original Message - > From: "Tompkins Neil" > > Does anyone know why Chinese characters are not displaying correctly > in a replicated database on a slave machine ? I'm just getting square > boxes. Random thought: terminal character set ? -- Bier met

Chinese characters not displaying in Workbench latest version

2011-11-20 Thread Tompkins Neil
Does anyone know why Chinese characters are not displaying correctly in a replicated database on a slave machine ? I'm just getting square boxes. Thanks Neil

Re: Problems inserting chinese characters

2006-11-27 Thread Yonghua . Wu
tion in which I am trying to insert some > traditional Chinese characters. The insert statement probably won't > cut and paste correctly but it is: insert into "TKTS13" values > (2,'ÄãºÃ', 'ÄãºÃ'); > > I have used this website http://people.w3. >

Problems inserting chinese characters

2006-11-27 Thread Barbara Deaton
All, I have an application in which I am trying to insert some traditional Chinese characters. The insert statement probably won't cut and paste correctly but it is: insert into "TKTS13" values (2,'ÄãºÃ', 'ÄãºÃ'); I have used this website http://pe

Re: Chinese Characters

2005-11-01 Thread YL
Can you search Chinese with mysql client (shell)? - Original Message - From: "Carol Ku" <[EMAIL PROTECTED]> To: Sent: Tuesday, November 01, 2005 10:56 AM Subject: Chinese Characters > Hi: > I downloaded mysql 4.0 for a opensource library software called Koh

Chinese Characters

2005-11-01 Thread Carol Ku
Hi: I downloaded mysql 4.0 for a opensource library software called Koha. Now I have trouble storing and searching in Chinese characters. I know that Mysql should support unicode, is there a way for me to over come this? Thank you. Carol

MySQL can not tell differences among some of the Chinese characters

2001-12-12 Thread Alex Shi
r, select * from employee where name like "%[a Chinese character]%"; As supposed, mysql should pickup only one record from the table with a certain query. However, for some of the Chinese characters, mysql can't tell the difference thus it pickup more than one records from