mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
unknown MIB is 2, as per IANA
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
b2963fb94d
commit
2d0949b22f
1 changed files with 2 additions and 1 deletions
|
@ -1121,7 +1121,8 @@ int QIcuCodec::mibEnum() const
|
|||
}
|
||||
|
||||
qWarning("QIcuCodec::mibEnum: internal error, could not find MIB for %s", m_name);
|
||||
return 0;
|
||||
// 2 is for unknown, see https://www.iana.org/assignments/ianacharset-mib/ianacharset-mib
|
||||
return 2;
|
||||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
|
Loading…
Add table
Reference in a new issue