mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 02:00:30 +01:00
tests: added test if CP1257-UTF8-CP1257 is lossless
git-svn-id: trunk@42028 -
This commit is contained in:
parent
c7a6f30979
commit
bf8072a3ee
@ -52,8 +52,9 @@ begin
|
||||
Test('ISO_8859_15',@ISO_8859_15ToUTF8,@UTF8ToISO_8859_15);
|
||||
Test('437',@CP437ToUTF8,@UTF8ToCP437);
|
||||
Test('850',@CP850ToUTF8,@UTF8ToCP850);
|
||||
//Test('852',@CP852ToUTF8,@UTF8ToCP852);
|
||||
Test('852',@CP852ToUTF8,@UTF8ToCP852);
|
||||
Test('866',@CP866ToUTF8,@UTF8ToCP866);
|
||||
Test('874',@CP874ToUTF8,@UTF8ToCP874);
|
||||
Test('1250',@CP1250ToUTF8,@UTF8ToCP1250);
|
||||
Test('1251',@CP1251ToUTF8,@UTF8ToCP1251);
|
||||
Test('1252',@CP1252ToUTF8,@UTF8ToCP1252);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user