mirror of
https://github.com/lexborisov/Modest
synced 2024-11-22 13:51:39 +03:00
Fix for encoding name index https://github.com/lexborisov/myhtml/issues/106
This commit is contained in:
parent
29cd7e1775
commit
84a67afa9d
@ -533,6 +533,7 @@ static const myencoding_entry_name_index_t myencoding_entry_name_index_static_li
|
|||||||
{"UTF-8", 5},
|
{"UTF-8", 5},
|
||||||
{"AUTO", 4},
|
{"AUTO", 4},
|
||||||
{"NOT-DETERMINED", 14},
|
{"NOT-DETERMINED", 14},
|
||||||
|
{"NOT-DETERMINED", 14},
|
||||||
{"UTF-16LE", 8},
|
{"UTF-16LE", 8},
|
||||||
{"UTF-16BE", 8},
|
{"UTF-16BE", 8},
|
||||||
{"X-USER-DEFINED", 14},
|
{"X-USER-DEFINED", 14},
|
||||||
|
@ -533,6 +533,7 @@ static const myencoding_entry_name_index_t myencoding_entry_name_index_static_li
|
|||||||
{"UTF-8", 5},
|
{"UTF-8", 5},
|
||||||
{"AUTO", 4},
|
{"AUTO", 4},
|
||||||
{"NOT-DETERMINED", 14},
|
{"NOT-DETERMINED", 14},
|
||||||
|
{"NOT-DETERMINED", 14},
|
||||||
{"UTF-16LE", 8},
|
{"UTF-16LE", 8},
|
||||||
{"UTF-16BE", 8},
|
{"UTF-16BE", 8},
|
||||||
{"X-USER-DEFINED", 14},
|
{"X-USER-DEFINED", 14},
|
||||||
|
Loading…
Reference in New Issue
Block a user