Add ISO 8859-11 as an alias for TIS-620
(qsimplecodec.cpp says so, but is unused when ICU is used) ISO 8859-16 is still missing though... Change-Id: Idbccedd7bad63f9788cec2f7fc1bbfcb7a891acc Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>bb10
parent
c65ecc50ae
commit
2cb2a2e29e
|
|
@ -457,7 +457,8 @@ QTextCodec *QIcuCodec::codecForNameUnlocked(const char *name)
|
|||
if (!qstrcmp(name, "windows-874-2000")
|
||||
|| !qstrcmp(name, "windows-874")
|
||||
|| !qstrcmp(name, "MS874")
|
||||
|| !qstrcmp(name, "x-windows-874"))
|
||||
|| !qstrcmp(name, "x-windows-874")
|
||||
|| !qstrcmp(name, "ISO 8859-11"))
|
||||
name = "TIS-620";
|
||||
|
||||
UErrorCode error = U_ZERO_ERROR;
|
||||
|
|
|
|||
Loading…
Reference in New Issue