If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > MySQL Japanese support??

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-04-04, 03:12
vwaikar vwaikar is offline
Registered User
 
Join Date: Jun 2004
Posts: 1
MySQL Japanese support??

i created table by
create table users(name varchar(10), pass varchar(10)) character set utf8;

then inserted japanese data by
insert into users (name,pass) values ('japanese data','pa');

the problem is mysql gui does not allow japanese font .. so the data appears
?? in the editor.

on select query the data is also seen as ??.
So there is no easy way to verify if the data entered was not corrupted.
One way out is to write a java program .. but if someone knows of mysl gui which supports japanese font please let me know. postgresql gui has support for japanese.

vikram
Reply With Quote
  #2 (permalink)  
Old 06-07-04, 04:05
Sleepingkirby Sleepingkirby is offline
Registered User
 
Join Date: Jun 2004
Posts: 6
I'm not familiar with the gui you'r etalking about, but I have ran into the same problem. it seems that mysql can intake and spit out unicode (#<somenumber>just fine... however.... with it comes to things like passwords, it can't ready it correctly. I don't know if this answers your question, but I've had no luck in getting mysql to work with user name and password with anything but english characters.
Short answer: it may not bt eht GUI at all, it might be mysql itself.
Reply With Quote
  #3 (permalink)  
Old 06-07-04, 08:49
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,609
Other than the ability to support 16 bit characters, and some documentation, I don't know of any MySQL support in languages other than English.

-PatP
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On