Some more encoding names changed to be iconv-compatible.

I forgot to fix some names.
In particular "x-mac-cyrillic" is not valid in iconv, and has been
changed to "MAC-CYRILLIC".
This commit is contained in:
Jehan 2015-11-17 18:51:45 +01:00
parent 8216f7b395
commit 41f3b757f1
5 changed files with 6 additions and 6 deletions

View File

@ -241,5 +241,5 @@ const SequenceModel Win1251BulgarianModel =
BulgarianLangModel,
(float)0.969392,
PR_FALSE,
"windows-1251"
"WINDOWS-1251"
};

View File

@ -315,7 +315,7 @@ const SequenceModel Win1251Model =
RussianLangModel,
(float)0.976601,
PR_FALSE,
"windows-1251"
"WINDOWS-1251"
};
const SequenceModel Latin5Model =
@ -333,7 +333,7 @@ const SequenceModel MacCyrillicModel =
RussianLangModel,
(float)0.976601,
PR_FALSE,
"x-mac-cyrillic"
"MAC-CYRILLIC"
};
const SequenceModel Ibm866Model =

View File

@ -240,5 +240,5 @@ const SequenceModel Win1253Model =
GreekLangModel,
(float)0.982851,
PR_FALSE,
"windows-1253"
"WINDOWS-1253"
};

View File

@ -214,6 +214,6 @@ const SequenceModel Win1255Model =
HebrewLangModel,
(float)0.984004,
PR_FALSE,
"windows-1255"
"WINDOWS-1255"
};

View File

@ -238,5 +238,5 @@ const SequenceModel Win1250HungarianModel =
HungarianLangModel,
(float)0.947368,
PR_TRUE,
"windows-1250"
"WINDOWS-1250"
};