mirror of
https://gitlab.freedesktop.org/uchardet/uchardet.git
synced 2025-12-06 16:56:40 +08:00
src: just a test.
It's not a fix!
This commit is contained in:
parent
1dee093bbd
commit
b376bcddea
@ -140,9 +140,9 @@ float nsSingleByteCharSetProber::GetConfidence(void)
|
|||||||
|
|
||||||
const char* nsSingleByteCharSetProber::GetCharSetName()
|
const char* nsSingleByteCharSetProber::GetCharSetName()
|
||||||
{
|
{
|
||||||
if (!mNameProber)
|
//if (!mNameProber)
|
||||||
return mModel->charsetName;
|
return mModel->charsetName;
|
||||||
return mNameProber->GetCharSetName();
|
//return mNameProber->GetCharSetName();
|
||||||
}
|
}
|
||||||
|
|
||||||
const char* nsSingleByteCharSetProber::GetLanguage()
|
const char* nsSingleByteCharSetProber::GetLanguage()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user