From 64812bdc6013bc09f6e59e0d554c3e8e3542987f Mon Sep 17 00:00:00 2001 From: Yuriy Sydorov Date: Sat, 11 Sep 2021 20:11:40 +0300 Subject: [PATCH] * Modified the test to run properly on non-UTF8 systems. --- tests/webtbs/tw29353.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/webtbs/tw29353.pp b/tests/webtbs/tw29353.pp index 4ce444b4be..94ded7d279 100755 --- a/tests/webtbs/tw29353.pp +++ b/tests/webtbs/tw29353.pp @@ -11,7 +11,7 @@ uses { you can add units after this }; Var - AString : String; + AString : utf8string; begin AString := 'ΓΆΓΆ'; Case AString of