forums › forums › SQLyog › SQLyog: Bugs / Feature Requests › using on japanese system
- This topic is empty.
-
AuthorPosts
-
-
February 8, 2005 at 11:04 pm #8784cougarMember
Hello.
I've used SQLyog 4.0 on Japanese WinXP pro and home.
It's works very fine.
I can see Japanese characters correctly in everywhere.
But only on 'Alter Table' window, japanese characters will be collapse.
In an active cell, I mean edit mode cell, I can see them correctly and I can edit them.
If you have time, could you check the problem?
thanks.
-
February 9, 2005 at 3:36 am #16964RiteshMemberQuote:But only on 'Alter Table' window, japanese characters will be collapse.
In an active cell, I mean edit mode cell, I can see them correctly and I can edit them.
I am not sure if I understood your problem.
Can you cut-n-paste the result of the following query?
Code:show variables like '%char%' -
February 9, 2005 at 5:18 am #16965cougarMember
Oh, I think I was not clearly, sorry….
the collapse meaning is only for the appearence, the data in DB isn't colleapsed.
And I can edit the data which looks like broken correctly with SQLyog.
because if I move in the cell which has JP characters, the characters will be shown correctly.
The probrem is only on a screen.
anyway here is the result of your code.
Quote:Can you cut-n-paste the result of the following query?CODE
show variables like '%char%'
Code:Variable_name Value
——————— —————————————————————————————————————————————————————————————————————–
character_set sjis
character_sets latin1 big5 czech euc_kr gb2312 gbk latin1_de sjis tis620 ujis dec8 dos german1 hp8 koi8_ru latin2 swe7 usa7 cp1251 danish hebrew win1251 estonia hungarian koi8_ukr win1251ukr greek win1250 croat cp1257 latin5
convert_character_set -
February 18, 2005 at 4:11 am #16966RiteshMember
Which version of MySQL are you using?
Can you send me your table structure and sample data? We will be releasing v4.0.3 soon and we would like to fix this issue in v4.0.3.
-
February 18, 2005 at 7:41 am #16967cougarMember
Hello, Ritesh.
I'm using SQLyog 4.02.
and here is table structure and sample data.
-
February 18, 2005 at 5:29 pm #16968RiteshMember
Which version of MySQL?
-
February 18, 2005 at 6:07 pm #16969RiteshMember
Thanks for your help.
Is it possible to change the table type to MyISAM and attach me the corresponding .frm, .myi and .myd file for the table? You can get them in the {mysql data directory/database/} folder.
-
February 18, 2005 at 6:10 pm #16970RiteshMember
The while you sent was in ANSI and not in utf8 mode. I am unable to import the data correctly.
-
-
AuthorPosts
- You must be logged in to reply to this topic.