tests: added test if 8859-15-UTF8-8859-15 is lossless

git-svn-id: trunk@42024 -
This commit is contained in:
mattias 2013-07-08 17:36:49 +00:00
parent 9640cbc6e8
commit 3d352019bf

View File

@ -48,6 +48,7 @@ procedure TTestLConvEncoding.Test_CP_UTF8_CP;
begin
Test('ISO_8859_1',@ISO_8859_1ToUTF8,@UTF8ToISO_8859_1);
Test('ISO_8859_15',@ISO_8859_15ToUTF8,@UTF8ToISO_8859_15);
Test('866',@CP866ToUTF8,@UTF8ToCP866);
Test('1250',@CP1250ToUTF8,@UTF8ToCP1250);
Test('1251',@CP1251ToUTF8,@UTF8ToCP1251);