tests: added test if CP1257-UTF8-CP1257 is lossless

git-svn-id: trunk@42028 -
This commit is contained in:
mattias 2013-07-08 17:57:27 +00:00
parent c7a6f30979
commit bf8072a3ee

View File

@ -52,8 +52,9 @@ begin
Test('ISO_8859_15',@ISO_8859_15ToUTF8,@UTF8ToISO_8859_15);
Test('437',@CP437ToUTF8,@UTF8ToCP437);
Test('850',@CP850ToUTF8,@UTF8ToCP850);
//Test('852',@CP852ToUTF8,@UTF8ToCP852);
Test('852',@CP852ToUTF8,@UTF8ToCP852);
Test('866',@CP866ToUTF8,@UTF8ToCP866);
Test('874',@CP874ToUTF8,@UTF8ToCP874);
Test('1250',@CP1250ToUTF8,@UTF8ToCP1250);
Test('1251',@CP1251ToUTF8,@UTF8ToCP1251);
Test('1252',@CP1252ToUTF8,@UTF8ToCP1252);