diff --git a/test/lazutils/testlconvencoding.pas b/test/lazutils/testlconvencoding.pas index e18766f219..c576cbb18f 100644 --- a/test/lazutils/testlconvencoding.pas +++ b/test/lazutils/testlconvencoding.pas @@ -47,13 +47,14 @@ procedure TTestLConvEncoding.Test_CP_UTF8_CP; end; begin + Test('ISO_8859_1',@ISO_8859_1ToUTF8,@UTF8ToISO_8859_1); + Test('866',@CP866ToUTF8,@UTF8ToCP866); Test('1250',@CP1250ToUTF8,@UTF8ToCP1250); Test('1251',@CP1251ToUTF8,@UTF8ToCP1251); Test('1252',@CP1252ToUTF8,@UTF8ToCP1252); Test('1253',@CP1253ToUTF8,@UTF8ToCP1253); Test('1254',@CP1254ToUTF8,@UTF8ToCP1254); Test('1255',@CP1255ToUTF8,@UTF8ToCP1255); - Test('866',@CP866ToUTF8,@UTF8ToCP866); end; initialization