mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 12:18:03 +02:00
tests: added test if CP1251-UTF8-CP1251 is lossless
git-svn-id: trunk@42014 -
This commit is contained in:
parent
5956369187
commit
22b78d78f7
@ -48,6 +48,8 @@ procedure TTestLConvEncoding.Test_CP_UTF8_CP;
|
||||
|
||||
begin
|
||||
Test('1250',@CP1250ToUTF8,@UTF8ToCP1250);
|
||||
Test('1251',@CP1251ToUTF8,@UTF8ToCP1251);
|
||||
Test('866',@CP866ToUTF8,@UTF8ToCP866);
|
||||
end;
|
||||
|
||||
initialization
|
||||
|
Loading…
Reference in New Issue
Block a user