Closed nonamemanSEO closed 5 years ago
Hi, first the encoding is UTF-8, but it needs ADODB.Stream COM, which is not present in origin winre.wim.
WimBuilder2 can be used in origin winre.wim, so I remove the ADODB dependency, change all resouces files to UTF-16LE BOM.
// remove ADODB dependency, i18n resources files' encoding need to be UTF-16LE BOM
Hi, first the encoding is UTF-8, but it needs ADODB.Stream COM, which is not present in origin winre.wim.
WimBuilder2 can be used in origin winre.wim, so I remove the ADODB dependency, change all resouces files to UTF-16LE BOM.
// remove ADODB dependency, i18n resources files' encoding need to be UTF-16LE BOM
wimbuilder2/assets/htakit/js/lib/fso.js
Line 10 in 4b31127
// remove ADODB dependency, i18n resources files' encoding need to be UTF-16LE BOM
HaHaHa~ ^ 0 ^ I thought I've seen it somewhere but I haven't found it again. I will always cheer you on to make your coding perfect.
This may not be crucial, but I've run into errors some times when running the WimBuilder. It depends on what kind of encoding the new file the editor software creates. If you have a recommended encoding option , let me know. I use Notepad 3 mainly. Now It seems to have no error after changing to default setting with UFT-16 LE BOM encoding.