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

git-svn-id: trunk@42015 -
This commit is contained in:
mattias 2013-07-08 16:54:21 +00:00
parent 22b78d78f7
commit 11ff90f78b

View File

@ -49,6 +49,7 @@ procedure TTestLConvEncoding.Test_CP_UTF8_CP;
begin
Test('1250',@CP1250ToUTF8,@UTF8ToCP1250);
Test('1251',@CP1251ToUTF8,@UTF8ToCP1251);
Test('1252',@CP1252ToUTF8,@UTF8ToCP1252);
Test('866',@CP866ToUTF8,@UTF8ToCP866);
end;