瀏覽代碼

* Modified the test to run properly on non-UTF8 systems.

Yuriy Sydorov 4 年之前
父節點
當前提交
64812bdc60
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/webtbs/tw29353.pp

+ 1 - 1
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