[DEBUG] corection of the ISO-fr encoding
This commit is contained in:
parent
65c1c56edc
commit
78d0986454
@ -32,9 +32,7 @@ void unicode::convertIsoToUnicode(charset_te _inputCharset, const char _input_IS
|
|||||||
case EDN_CHARSET_ISO_8859_11: _output_Unicode.Set(TableIso8859_11[(uint32_t)_input_ISO&0xFF]); break;
|
case EDN_CHARSET_ISO_8859_11: _output_Unicode.Set(TableIso8859_11[(uint32_t)_input_ISO&0xFF]); break;
|
||||||
case EDN_CHARSET_ISO_8859_13: _output_Unicode.Set(TableIso8859_13[(uint32_t)_input_ISO&0xFF]); break;
|
case EDN_CHARSET_ISO_8859_13: _output_Unicode.Set(TableIso8859_13[(uint32_t)_input_ISO&0xFF]); break;
|
||||||
case EDN_CHARSET_ISO_8859_14: _output_Unicode.Set(TableIso8859_14[(uint32_t)_input_ISO&0xFF]); break;
|
case EDN_CHARSET_ISO_8859_14: _output_Unicode.Set(TableIso8859_14[(uint32_t)_input_ISO&0xFF]); break;
|
||||||
case EDN_CHARSET_ISO_8859_15:
|
case EDN_CHARSET_ISO_8859_15: _output_Unicode.Set(TableIso8859_15[(uint32_t)_input_ISO&0xFF]); break;
|
||||||
_output_Unicode = TableIso8859_15[(uint32_t)_input_ISO&0xFF];
|
|
||||||
break;
|
|
||||||
default :
|
default :
|
||||||
TK_WARNING("Unknow charset ... " << _inputCharset);
|
TK_WARNING("Unknow charset ... " << _inputCharset);
|
||||||
_output_Unicode = '?';
|
_output_Unicode = '?';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user