- Feb
- 240
- 3
I'm having trouble feeding TCC include lists that are encoded in Unicode. I'm running a simple copy command:
copy @myincludelist.txt c:\destination
When I use include lists encoded in full unicode (UTF-16 with BOM), the first file is processed correctly, but the other filenames are displayed as garbage and not processed.
copy @myincludelist.txt c:\destination
When I use include lists encoded in full unicode (UTF-16 with BOM), the first file is processed correctly, but the other filenames are displayed as garbage and not processed.