pianista_d_c Posted April 3, 2019 Posted April 3, 2019 Hello, I have searching for a solution to this problem but since I do not speak English, I do not understand and I can not find a solution. I want to create an data .iso image file with the system ISO9660:1999 and MODE1/2048, but when i compare the files from created .iso file with the original folder, i see that the files or folders with letters like á, é, í, ó, ú etc., these letters have changed. Is possible to create an data .iso file with this letters? how is the correct configuration for this? i need use ISO9660:1999 cause i have files, folders and subfolders with a excessive number of characters in his names and are not modifiable. Thank you very much for you help for my! ImgBurn.log
LIGHTNING UK! Posted April 3, 2019 Posted April 3, 2019 Is using Joliet or UDF not an option? ISO9660 isn't great with unusual characters and I'm English, so I don't see them or have much of a chance to test with them. Your windows settings may also play a part in the attempted conversion, I honestly can't remember.
dbminter Posted April 3, 2019 Posted April 3, 2019 I don't know if this will work, but try changing the ISO9660 file system option to UDF 2.60. See if you get better results. Ah, LUK replied while I was, basically making the same suggestion.
pianista_d_c Posted April 4, 2019 Author Posted April 4, 2019 22 minutes ago, LIGHTNING UK! said: Is using Joliet or UDF not an option? ISO9660 isn't great with unusual characters and I'm English, so I don't see them or have much of a chance to test with them. Your windows settings may also play a part in the attempted conversion, I honestly can't remember. 22 minutes ago, dbminter said: I don't know if this will work, but try changing the ISO9660 file system option to UDF 2.60. See if you get better results. Ah, LUK replied while I was, basically making the same suggestion. Wao Friends! Yeah, I Love You! UDF was works well for this case. Thanks so much for yours answers! Now my question is: if i need to use ISO9660:1999 with the characters á, é, í, ó, ú, is this possible? Because ISO9660:1999 format was working very good when i maked an .iso file with the offline install files of Microsoft Visual Studio that have very longer names... so, i probably will need to use ISO9660:1999 again; for this reason i insist in this question. Thanks.
dbminter Posted April 4, 2019 Posted April 4, 2019 I know there are simply some things you can't do with ISO9660. For instance, I'm pretty sure - isn't acceptable and you have to use _. : also isn't allowed, I don't think. If you have offline install files, you probably don't need ISO9660, anyway. You can just try adding them to a Build job using UDF and check the log window to see if any file name changes were made. If no file or folder names were changed, then the files are exactly the same as they were when you added them. No changes were made so they should still work on UDF.
pianista_d_c Posted May 1, 2019 Author Posted May 1, 2019 On 4/3/2019 at 8:16 PM, dbminter said: I know there are simply some things you can't do with ISO9660. For instance, I'm pretty sure - isn't acceptable and you have to use _. : also isn't allowed, I don't think. If you have offline install files, you probably don't need ISO9660, anyway. You can just try adding them to a Build job using UDF and check the log window to see if any file name changes were made. If no file or folder names were changed, then the files are exactly the same as they were when you added them. No changes were made so they should still work on UDF. Man... the solution that i found is to use other software for change and replace these unknown character for normal characters automatically... Thank you very much for your help!
dbminter Posted May 1, 2019 Posted May 1, 2019 No problem! I thought ImgBurn would make such changes itself if you didn't use UDF or some kind of file system that supported those unusual characters. It would rename files to compliant names, probably by replacing them with underscores.
ianymaty Posted May 1, 2019 Posted May 1, 2019 15 hours ago, dbminter said: No problem! I thought ImgBurn would make such changes itself if you didn't use UDF or some kind of file system that supported those unusual characters. It would rename files to compliant names, probably by replacing them with underscores. In my opinion, if it ever changes any letter, it should change it into similar letter without acccents or diacritics NOT with underscores. á, é, í, ó, ú, should be a, e, i, o, u ! @ # $ % ^ & * ( ) - + < > ? \ / or any similar character can go into underscores.
dbminter Posted May 1, 2019 Posted May 1, 2019 Well, it's easier on the programmer to just replace those with one character versus doing it for all 5.
ianymaty Posted May 1, 2019 Posted May 1, 2019 There are many more than those 5. Many languages use diacritics. In my language (Romanian) are ă, î, â, ș, ț, that should convert to a, i, a, s, t. I'm pretty sure that are existing conversion tables containing all off the possible conversions that could be used by a programmer.
dbminter Posted May 1, 2019 Posted May 1, 2019 I think that just makes my point clearer. It's even more than 5, so it's even more work. And even with a table listing the changes, each time still has to be implemented individually. If you change it to just one character, then you can create a Case statement where each Case is only performed with one change.
Recommended Posts