mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 00:58:04 +02:00
tests: added test if 8859-15-UTF8-8859-15 is lossless
git-svn-id: trunk@42024 -
This commit is contained in:
parent
9640cbc6e8
commit
3d352019bf
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user