Version: (using KDE Devel) Installed from: Compiled sources OS: Linux Some files have Chinese characters in their name. If I burn those file with k3b, the CD can only be checked under linux. Under Windows, all these filenames become underline, but the content is fine. I know this problem has some relation with cdrecord. So, how about looking into these patch? It works fine with Chinese, I don't know whether it will have side-effect on other languages.
Created attachment 4025 [details] k3b 0.10.3 patch Please note that I've just modified the code directly to use gb2312 as default encoding. If you want to merge it into cvs, it would be better detecting current locale first. Another note, k3b patch need cdrecord patch to function, which can be found at http://www.sound-net.com/cjacker/patch/cdr_nls_patch.patch (Huge, 3.xxMB). Hope you could get touch with the cdrecord team. Thanx.
Your patch isn't ok. Making it locale-specific just won't do. By the way, shouldn't mkisofs be responsible for properly encoding the filenames in the directory structure and the Joliet extension?
*** Bug has been marked as fixed ***.