forums › forums › SQLyog › SQLyog: Bugs / Feature Requests › Character encoding Feature
- This topic is empty.
-
AuthorPosts
-
-
May 31, 2005 at 4:20 am #17970
Ritesh
MemberHello,
We are interested to take this forward. We need some assistance from you to create your environment at our place.
Could you help us in the following?
– How to configure MySQL for Japanese?
– How to display Japanese in Windows when your default language is English?
– CREATE TABLE SQL for a sample table
– Sample Data
– Expected output in SQLyog
-
June 1, 2005 at 6:51 am #17971
sdozono
Member– How to configure MySQL for Japanese?
If you just need to store the Japanese data (no sorting, no SQL operation using 'LIKE'.. ), you don't need to configure my.ini or my.cnf. (“character_set latin1 ” is OK.)
if you need specific configuration,
see
Tomita Masahiro's page(Autor of Japanese patch, English)
His detailed explanation(Machine Translation Via Excite.co.jp)
– How to display Japanese in Windows when your default language is English?
I'm not sure whether English Windows(And IE or FireFox) can display Japanese Characters without installing any softwares. But my IE6 in Japanese Windows XP can display Chinese, Korean or Thai …. without installing any fonts or software.
If you want to write (input ) Japanese Characters, you can make use of
Global IME you can download freely from Microsoft.
– CREATE TABLE SQL for a sample table
See the attached “test.sql”. I stored Japanese Numbers(1234567890 in large letters) and Days of the week in three encodings. (UJIS, SJIS, UTF-8).
The image is:
[img]http://hp.vector.co.jp/authors/VA035840/temp/code_test2.PNG[/img]
SQLyog's display:
[img]http://hp.vector.co.jp/authors/VA035840/temp/SQLyog.PNG[/img]
If SQLyog has an “encoding feature” similar to IE (for example), then it will be great!
(Is RichText Control suitable?)
-
June 1, 2005 at 7:13 am #17972
sdozono
MemberThis is just an information…
The oldest? and most famous Character Convert Program
Perl source
-
June 4, 2005 at 6:38 am #17973
Ritesh
MemberThanks for all the information. I have forwarded it to my development team.
-
-
AuthorPosts
- You must be logged in to reply to this topic.