mirror of
https://gitlab.freedesktop.org/uchardet/uchardet.git
synced 2025-12-07 17:26:41 +08:00
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:
parent
8216f7b395
commit
41f3b757f1
@ -241,5 +241,5 @@ const SequenceModel Win1251BulgarianModel =
|
||||
BulgarianLangModel,
|
||||
(float)0.969392,
|
||||
PR_FALSE,
|
||||
"windows-1251"
|
||||
"WINDOWS-1251"
|
||||
};
|
||||
|
||||
@ -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 =
|
||||
|
||||
@ -240,5 +240,5 @@ const SequenceModel Win1253Model =
|
||||
GreekLangModel,
|
||||
(float)0.982851,
|
||||
PR_FALSE,
|
||||
"windows-1253"
|
||||
"WINDOWS-1253"
|
||||
};
|
||||
|
||||
@ -214,6 +214,6 @@ const SequenceModel Win1255Model =
|
||||
HebrewLangModel,
|
||||
(float)0.984004,
|
||||
PR_FALSE,
|
||||
"windows-1255"
|
||||
"WINDOWS-1255"
|
||||
};
|
||||
|
||||
|
||||
@ -238,5 +238,5 @@ const SequenceModel Win1250HungarianModel =
|
||||
HungarianLangModel,
|
||||
(float)0.947368,
|
||||
PR_TRUE,
|
||||
"windows-1250"
|
||||
"WINDOWS-1250"
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user