From c7a6f30979f7b1ea396d63fa1cc339558109ea67 Mon Sep 17 00:00:00 2001 From: mattias Date: Mon, 8 Jul 2013 17:42:24 +0000 Subject: [PATCH] tests: added test if CP433-UTF8-CP433 is lossless git-svn-id: trunk@42027 - --- test/lazutils/testlconvencoding.pas | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/lazutils/testlconvencoding.pas b/test/lazutils/testlconvencoding.pas index 41eac5d107..1b169056b4 100644 --- a/test/lazutils/testlconvencoding.pas +++ b/test/lazutils/testlconvencoding.pas @@ -60,6 +60,9 @@ begin Test('1253',@CP1253ToUTF8,@UTF8ToCP1253); Test('1254',@CP1254ToUTF8,@UTF8ToCP1254); Test('1255',@CP1255ToUTF8,@UTF8ToCP1255); + Test('1256',@CP1256ToUTF8,@UTF8ToCP1256); + Test('1257',@CP1257ToUTF8,@UTF8ToCP1257); + Test('1258',@CP1258ToUTF8,@UTF8ToCP1258); end; initialization