scummvm/tools/create_translations
Thierry Crozat b77434c415 I18N: Fix create_translation tool when string contain special characters
The english or translated strings in the PO file might have representations of special characters (e.g. '\n') or protected characters (e.g. '\"') visible as
in the source code. However at run time ScummVM expects them to be
the special characters and not their visible representations. Now the
create_translations tool does the substitution if it finds such characters.

svn-id: r52739
2010-09-15 23:12:29 +00:00
..
create_translations.cpp I18N: Don't use fuzzy translations. 2010-09-08 17:01:21 +00:00
create_translations.h i18n: Implement po file parsing in create_translations tool 2010-08-22 18:49:19 +00:00
module.mk i18n: Implement po file parsing in create_translations tool 2010-08-22 18:49:19 +00:00
po_parser.cpp I18N: Fix create_translation tool when string contain special characters 2010-09-15 23:12:29 +00:00
po_parser.h I18N: Don't use fuzzy translations. 2010-09-08 17:01:21 +00:00