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-tes3mp/components/to_utf8
Lukasz Gromanowski e21e8c221d Added explicit cast to char in ToUTF8::windows_XXXX tables.
Added explicit cast to char, without that gcc 4.7 (with default settings)
is showing a lot of:

narrowing conversion of ‘...’ from ‘int’ to ‘char’ inside { } is ill-formed in C++11 [-Wnarrowing]

warnings.
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 Added explicit cast to char in ToUTF8::windows_XXXX tables. 13 years ago
tables_gen.hpp Added explicit cast to char in ToUTF8::windows_XXXX tables. 13 years ago
to_utf8.cpp Added new command line option: "encoding" 14 years ago
to_utf8.hpp Added new command line option: "encoding" 14 years ago