Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's 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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I am Russian guy, but language on all my machines is English. Love that language. So there is some problem with cyrillic titled files. Is there a way to fix it?
Open a terminal and try "ls Music". If the file name is still garbage, then you got it from some source that doesn't use Unicode and you just need to rename it manually.
I doubt that the problem is the font that's being used in that file manager. If it lacked Cyrillic, it would show little boxes rather than code numbers, or the the GUI would just find the characters in another font.
Open a terminal and try "ls Music". If the file name is still garbage, then you got it from some source that doesn't use Unicode and you just need to rename it manually.
I doubt that the problem is the font that's being used in that file manager. If it lacked Cyrillic, it would show little boxes rather than code numbers, or the the GUI would just find the characters in another font.
I think manual renaming is the solution. Programs like VLC recognize original title.
Yes, VLC will read the name of the track from inside the file, rather than the name of the file, so it is just the file name that's wrong. It's obviously not been converted from Windows's UTF-16 encoding to Linux's UTF-8.
Yes, VLC will read the name of the track from inside the file, rather than the name of the file, so it is just the file name that's wrong. It's obviously not been converted from Windows's UTF-16 encoding to Linux's UTF-8.
Is there some packages to add UTF-16 support? Or I should manually/with some script change file names? Saw this recently, it may be the solution.
That other post is about text files being converted with iconv. There is a tool for file names, which I've only just discovered (one of the good things about answering questions): convmv. http://www.j3e.de/linux/convmv/man/
That looks like what you need.
That other post is about text files being converted with iconv. There is a tool for file names, which I've only just discovered (one of the good things about answering questions): convmv. http://www.j3e.de/linux/convmv/man/
That looks like what you need.
I agree, a ton of things can be learnt by answering questions from other people
Yes, it is great utility. But I'll better rename files manually...
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.