mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
encoding: Fix table entry for "UTF16"
This commit is contained in:
@@ -106,7 +106,7 @@ static const xmlEncTableEntry xmlEncTable[] = {
|
||||
{ "UTF-16BE", XML_CHAR_ENCODING_UTF16BE },
|
||||
{ "UTF-16LE", XML_CHAR_ENCODING_UTF16LE },
|
||||
{ "UTF-8", XML_CHAR_ENCODING_UTF8 },
|
||||
{ "UTF16", XML_CHAR_ENCODING_UTF16LE },
|
||||
{ "UTF16", XML_CHAR_ENCODING_UTF16 },
|
||||
{ "UTF8", XML_CHAR_ENCODING_UTF8 }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user