File formats
From TeamDeveloperWiki
This page covers IDE file formats tips & tricks.
Contents |
CTD 5.2 text file format
After a long afternoon of searching and debugging, it seems that the CTD 5.2 text file format is:
- First line is encoded in UTF-16
- All other lines are encoded in UTF-16BE (yes, that is BIG endian and yes, that is actually the same as the first line but without the byte order mark)
- The end of lines (carriage return + linefeeds) are UNencoded
Unify guys: YOU'RE DOING IT WRONG! How's that for a tip?

