Jehan dc371f3ba9 uchardet_get_charset() must return iconv-compatible names.
It was not clear if our naming followed any kind of rules. In particular,
iconv is a widely used encoding conversion API. We will follow its
naming.
At least 1 returned name was found invalid: x-euc-tw instead of EUC-TW.
Other names have been uppercased to follow naming from `iconv --list`
though iconv is mostly case-insensitive so it should not have been a
problem. "Just in case".
Prober names can still have free naming (only used for output display
apparently).
Finally HZ-GB-2312 is absent from my iconv list, but I can still see
this encoding in libiconv master code with this name. So I will
consider it valid.
2015-11-17 16:15:21 +01:00
..
tools Use perror for error report 2015-07-16 01:20:03 +02:00
Big5Freq.tab Initial release. 2011-07-10 15:04:42 +08:00
CharDistribution.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
CharDistribution.h uchardet_get_charset() must return iconv-compatible names. 2015-11-17 16:15:21 +01:00
CMakeLists.txt fix for MinGW build 2015-06-20 12:28:01 +09:00
EUCKRFreq.tab Initial release. 2011-07-10 15:04:42 +08:00
EUCTWFreq.tab Initial release. 2011-07-10 15:04:42 +08:00
GB2312Freq.tab Initial release. 2011-07-10 15:04:42 +08:00
JISFreq.tab Initial release. 2011-07-10 15:04:42 +08:00
JpCntx.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
JpCntx.h Update code from upstream. 2011-07-11 14:42:50 +08:00
LangBulgarianModel.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
LangCyrillicModel.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
LangGreekModel.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
LangHebrewModel.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
LangHungarianModel.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
LangThaiModel.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
nsBig5Prober.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
nsBig5Prober.h uchardet_get_charset() must return iconv-compatible names. 2015-11-17 16:15:21 +01:00
nsCharSetProber.cpp Initial release. 2011-07-10 15:04:42 +08:00
nsCharSetProber.h Update code from upstream. 2011-07-11 14:42:50 +08:00
nsCodingStateMachine.h Update code from upstream. 2011-07-11 14:42:50 +08:00
nscore.h Update code from upstream. 2011-07-11 14:42:50 +08:00
nsEscCharsetProber.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
nsEscCharsetProber.h Update code from upstream. 2011-07-11 14:42:50 +08:00
nsEscSM.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
nsEUCJPProber.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
nsEUCJPProber.h Update code from upstream. 2011-07-11 14:42:50 +08:00
nsEUCKRProber.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
nsEUCKRProber.h Update code from upstream. 2011-07-11 14:42:50 +08:00
nsEUCTWProber.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
nsEUCTWProber.h uchardet_get_charset() must return iconv-compatible names. 2015-11-17 16:15:21 +01:00
nsGB2312Prober.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
nsGB2312Prober.h uchardet_get_charset() must return iconv-compatible names. 2015-11-17 16:15:21 +01:00
nsHebrewProber.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
nsHebrewProber.h Initial release. 2011-07-10 15:04:42 +08:00
nsLatin1Prober.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
nsLatin1Prober.h uchardet_get_charset() must return iconv-compatible names. 2015-11-17 16:15:21 +01:00
nsMBCSGroupProber.cpp uchardet_get_charset() must return iconv-compatible names. 2015-11-17 16:15:21 +01:00
nsMBCSGroupProber.h Update code from upstream. 2011-07-11 14:42:50 +08:00
nsMBCSSM.cpp uchardet_get_charset() must return iconv-compatible names. 2015-11-17 16:15:21 +01:00
nsPkgInt.h Update code from upstream. 2011-07-11 14:42:50 +08:00
nsSBCharSetProber.cpp Initial release. 2011-07-10 15:04:42 +08:00
nsSBCharSetProber.h Update code from upstream. 2011-07-11 14:42:50 +08:00
nsSBCSGroupProber.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
nsSBCSGroupProber.h Update code from upstream. 2011-07-11 14:42:50 +08:00
nsSJISProber.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
nsSJISProber.h uchardet_get_charset() must return iconv-compatible names. 2015-11-17 16:15:21 +01:00
nsUniversalDetector.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
nsUniversalDetector.h Update code from upstream. 2011-07-11 14:42:50 +08:00
nsUTF8Prober.cpp Update code from upstream. 2011-07-11 14:42:50 +08:00
nsUTF8Prober.h Update code from upstream. 2011-07-11 14:42:50 +08:00
prmem.h Initial release. 2011-07-10 15:04:42 +08:00
symbols.cmake fix: export symbols were not passed to the linker as intended 2015-06-20 12:28:01 +09:00
uchardet.cpp uchardet_get_charset() should never return NULL... 2015-11-16 17:33:16 +01:00
uchardet.h uchardet_get_charset() must return iconv-compatible names. 2015-11-17 16:15:21 +01:00