Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi,
I would like to be able to see filenames in japanese and korean. I have some files that have korean/japanese filenames and I am looking for a way to see them correctly.
Does someone already managed to set that up?
Thanks in advance,
A.
Hey, Can I aks what distro are you using?
You just need
1) mount disks with utf-8 ,
2) have proper fonts installed.
3) luck ...
Its not that hard to set it up, but it depends on disto you are you using.
SuSE uses utf8 by default, with Mandriva,Fedora, Debian and other debian based like Ubuntu . its easy to configure,.
Just tell us what distro?
Thanks for your answer,
Distro is debian. I have the correct fonts (xfonts and others). But I never tried to mount partitions with utf8... honestly I even didn't think to that... I am going to check how to do that :-)
and Luck.. well I'll let you know soon ;-)
A.
Yeah thats right,,,
One more thing,,, I am not sure about it, couse the only time i had deal with Debian based stuff was Ubuntu distro,
For Ubuntu also recomended to run
Code:
sudo dpkg-reconfigure locales
Run that , and in there ENABLE UTF-8 Jp, or what ever language you want
I think it should run on Debian,, This will allow your programs work with utf8
Well, I hope i was helpfull, if not,
We'll try something else.
Ok you will be presented by a curses based config tool.
Select yes for the first two questions.
Now select your language, for example let's say your from the uk, you would pick en_GB.UTF8, replace en_GB with your language. But it must have UTF8 at the end!
Once that's done you need some nice fonts.
apt-get install ttf-kochi-gothic ttf-kochi-mincho
Once that's done, you will need to reboot for your locale changes to take effect.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.