05.01.2015, 00:05
(04.01.2015, 22:49)routeconverter Wrote:(04.01.2015, 22:24)mvirnoche Wrote: Attached is a .zip with a bunch of the .trp files. I hope this helps! Thanks for the quick response!
Yes, they help a lot. Have you've been processing these files? They're all encoded as UCS-2 Little Endian (LE) but without a Byte Order Mark (BOM) while all the other test files I've got are UCS-2 Little Endian with a Byte Order Mark
There is a workaround before we dive into support for with/without BOM files (see Byte order encoding schemes at http://hackipedia.org/Character%20sets/U.../UCS-2.htm for details), which used to be painful in Java, there is a workaround: If you encode them als UCS-2 Little Endian (I've used Notepad++) then RouteConverter can read them. See the attached example.
Looking at them the difference just appears to be the removal of blank lines. Am I missing something? Is there a way to batch do this to all of those files in that directory? I'm not quite sure what you meant by reencoding to UCS2 BOM, I'm not sure how to do that, or if it is known as something else on my mac?
Thank you
