How do I convert filenames from unicode to ascii

Posted by zedwarth on Stack Overflow See other posts from Stack Overflow or by zedwarth
Published on 2010-06-10T04:08:58Z Indexed on 2010/06/10 4:12 UTC
Read the original article Hit count: 150

Filed under:
|
|

I have a bunch of music files on a NTFS partition mounted on linux that have filenames with unicode characters. I'm having trouble writing a script to rename the files so that all of the file names use only ASCII characters. I think that using the iconv command should work, but I'm having trouble escaping the characters for the mv command.

© Stack Overflow or respective owner

Related posts about unicode

Related posts about scripting