mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 00:11:51 +02:00
tests: added test if CP1252-UTF8-CP1252 is lossless
git-svn-id: trunk@42015 -
This commit is contained in:
parent
22b78d78f7
commit
11ff90f78b
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user