aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_translations
AgeCommit message (Collapse)Author
2012-03-17DEVTOOLS: Print error message to stderr, not stdout.Christoph Mallon
2012-03-17JANITORIAL: Simplify stripLine().Christoph Mallon
Simply use pointers to the source and destination chars instead of multiple indices.
2012-03-11DEVTOOLS: Fix parsing of codepage file pathThierry Crozat
When the path does not contains a path separator (/ or \) the first character of charset was skipped.
2012-01-29GRAPHICS/GUI: Implement charset mapping for TTF fonts.Johannes Schickel
The charsets used by the translations now need to have a "$(name).cp" file, which contains an charset index => unicode mapping. Otherwise create_translations will fail.
2011-04-09DEVTOOLS: Renamed 'tools' directory to 'devtools'Max Horn