Commit bf4a9109 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove ASCII encoding, subset of UTF-8 (and many other)

parent 35d67e7f
......@@ -50,7 +50,7 @@ static char *CreateHtmlSubtitle( int *pi_align, char * );
* Module descriptor.
*****************************************************************************/
static const char *const ppsz_encodings[] = {
DEFAULT_NAME, "ASCII", "UTF-8", "",
DEFAULT_NAME, "UTF-8", "",
"ISO-8859-1", "CP1252", "MacRoman", "MacIceland","ISO-8859-15", "",
"ISO-8859-2", "CP1250", "MacCentralEurope", "MacCroatian", "MacRomania", "",
"ISO-8859-5", "CP1251", "MacCyrillic", "MacUkraine", "KOI8-R", "KOI8-U", "KOI8-RU", "",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment