mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 04:00:25 +02:00
tests: added test if CP1254-UTF8-CP1254 is lossless
git-svn-id: trunk@42019 -
This commit is contained in:
parent
b3d1d85a4b
commit
b3672fb4a5
@ -51,6 +51,7 @@ begin
|
||||
Test('1251',@CP1251ToUTF8,@UTF8ToCP1251);
|
||||
Test('1252',@CP1252ToUTF8,@UTF8ToCP1252);
|
||||
Test('1253',@CP1253ToUTF8,@UTF8ToCP1253);
|
||||
Test('1254',@CP1254ToUTF8,@UTF8ToCP1254);
|
||||
Test('866',@CP866ToUTF8,@UTF8ToCP866);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user