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

git-svn-id: trunk@42019 -
This commit is contained in:
mattias 2013-07-08 17:24:17 +00:00
parent b3d1d85a4b
commit b3672fb4a5

View File

@ -51,6 +51,7 @@ begin
Test('1251',@CP1251ToUTF8,@UTF8ToCP1251);
Test('1252',@CP1252ToUTF8,@UTF8ToCP1252);
Test('1253',@CP1253ToUTF8,@UTF8ToCP1253);
Test('1254',@CP1254ToUTF8,@UTF8ToCP1254);
Test('866',@CP866ToUTF8,@UTF8ToCP866);
end;