mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 11:19:14 +02:00
tests: added test if CP433-UTF8-CP433 is lossless
git-svn-id: trunk@42026 -
This commit is contained in:
parent
90efb38b39
commit
65dc384053
@ -50,6 +50,9 @@ begin
|
||||
Test('ISO_8859_1',@ISO_8859_1ToUTF8,@UTF8ToISO_8859_1);
|
||||
Test('ISO_8859_2',@ISO_8859_2ToUTF8,@UTF8ToISO_8859_2);
|
||||
Test('ISO_8859_15',@ISO_8859_15ToUTF8,@UTF8ToISO_8859_15);
|
||||
Test('437',@CP437ToUTF8,@UTF8ToCP437);
|
||||
Test('850',@CP850ToUTF8,@UTF8ToCP850);
|
||||
//Test('852',@CP852ToUTF8,@UTF8ToCP852);
|
||||
Test('866',@CP866ToUTF8,@UTF8ToCP866);
|
||||
Test('1250',@CP1250ToUTF8,@UTF8ToCP1250);
|
||||
Test('1251',@CP1251ToUTF8,@UTF8ToCP1251);
|
||||
|
Loading…
Reference in New Issue
Block a user