Here I have a japanese language town names nfo file that I couldn't compile properly with grfcodec on by box.
Town names language selection list shows only trash while nforenum gives warnings like this:
Code: Select all
//!!Warning (144): Offset 4: Control character 97 should not be used in this string.
//!!Warning (143): Offset 7: Using unspecified control character 9C.
//!!Warning (144): Offset 25: Control character 96 should not be used in this string.
//!!Warning (143): Offset 34: Using unspecified control character 9C.
//!!Warning (144): Offset 38: Control character 89 should not be used in this string.
//!!Warning (144): Offset 39: Control character 8B should not be used in this string.
Guys managed somehow to make chinese town names NewGRF and it compiles without warnings, but I can't determine what kind of magic does they use.
Any help is appreciated.