mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
encoding: Fix table entry for "UTF16"
This commit is contained in:
parent
5e7874015e
commit
dae160c64b
@ -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 }
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user