[Kisocd-users] windows character set
Status: Beta
Brought to you by:
jwwulf
|
From: jean r. <jea...@wa...> - 2001-11-07 08:56:48
|
I am using kisocd to save windows files and that for a good reason : it is working. Before I was using Linux with kernel 2.2.13 and libc-2.1.2 and this library was translating windows character set to iso8859-1 without intervention. Now I am using Linux with kernel 2.4.5 and libc-2.2.3 and the translation is not done, for instance a ls for a windows file with a e acute gives \202 for this character. I have not found any parameter to return to the previous situation. mkisofs with parameter -J keeps filename windows characters with their original value. I have read mkisofs documentation and seen parameters to do the translation. I took the mkisofs script generated by kisocdII and replaced the parameter -J by -jcharset cp850 -output-charset iso8859-1 and the output was correct. As I have not seen how to put these parameters in kisocdII, my question is : is it possible to introduce these parameters in a future version of kisocd ? |