mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-01 23:49:45 +02:00
tests: added test if 8859-2-UTF8-8859-2 is lossless
git-svn-id: trunk@42025 -
This commit is contained in:
parent
3d352019bf
commit
90efb38b39
@ -48,6 +48,7 @@ procedure TTestLConvEncoding.Test_CP_UTF8_CP;
|
||||
|
||||
begin
|
||||
Test('ISO_8859_1',@ISO_8859_1ToUTF8,@UTF8ToISO_8859_1);
|
||||
Test('ISO_8859_2',@ISO_8859_2ToUTF8,@UTF8ToISO_8859_2);
|
||||
Test('ISO_8859_15',@ISO_8859_15ToUTF8,@UTF8ToISO_8859_15);
|
||||
Test('866',@CP866ToUTF8,@UTF8ToCP866);
|
||||
Test('1250',@CP1250ToUTF8,@UTF8ToCP1250);
|
||||
|
Loading…
Reference in New Issue
Block a user