You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw/components/to_utf8
Michael Mc Donnell eff2799c1b Update UTF 8 table generator to print char values
This patch is in relation to commit 25fa8165f97 (Use char literals in
UTF 8 conversion to fix 798 warnings), which changed the UTF 8 table
to have char integer values instead of unsigned chars. Those values were
converted using a custom Python script. This patch changes the original
table generator so it can now output the same format.
13 years ago
..
.gitignore Added custom UTF8 converter. Removed iconv dependency. 15 years ago
Makefile Mantis: #18 - Move components from global namespace into their own namespace. 14 years ago
gen_iconv.cpp Update UTF 8 table generator to print char values 13 years ago
tables_gen.hpp Use char literals in UTF 8 conversion to fix 798 warnings 13 years ago
to_utf8.cpp Changed standard C lib includes to C++ format 13 years ago
to_utf8.hpp Added new command line option: "encoding" 14 years ago