mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
remove eucKr codec reference
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
911a16a494
commit
4bb991b8bc
1 changed files with 0 additions and 1 deletions
|
@ -124,7 +124,6 @@ void tst_QTextCodec::fromUnicode_data() const
|
|||
QTest::newRow("utf-16") << QTextCodec::codecForName("utf16"); ;
|
||||
QTest::newRow("utf-32") << QTextCodec::codecForName("utf32");
|
||||
QTest::newRow("latin15") << QTextCodec::codecForName("iso-8859-15");
|
||||
QTest::newRow("eucKr") << QTextCodec::codecForName("eucKr");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue