mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 09:59:23 +02:00
tests: added test if CP433-UTF8-CP433 is lossless
git-svn-id: trunk@42027 -
This commit is contained in:
parent
65dc384053
commit
c7a6f30979
@ -60,6 +60,9 @@ begin
|
|||||||
Test('1253',@CP1253ToUTF8,@UTF8ToCP1253);
|
Test('1253',@CP1253ToUTF8,@UTF8ToCP1253);
|
||||||
Test('1254',@CP1254ToUTF8,@UTF8ToCP1254);
|
Test('1254',@CP1254ToUTF8,@UTF8ToCP1254);
|
||||||
Test('1255',@CP1255ToUTF8,@UTF8ToCP1255);
|
Test('1255',@CP1255ToUTF8,@UTF8ToCP1255);
|
||||||
|
Test('1256',@CP1256ToUTF8,@UTF8ToCP1256);
|
||||||
|
Test('1257',@CP1257ToUTF8,@UTF8ToCP1257);
|
||||||
|
Test('1258',@CP1258ToUTF8,@UTF8ToCP1258);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
|
Loading…
Reference in New Issue
Block a user