소스 검색

* Explicitly specify DefaultRTLFileSystemCodePage for the test in order
to be independent from the current system code page.

Yuriy Sydorov 4 년 전
부모
커밋
80c63fae30
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tests/test/units/sysutils/tffirst.pp

+ 1 - 0
tests/test/units/sysutils/tffirst.pp

@@ -251,6 +251,7 @@ begin
 end;
 
 begin
+  DefaultRTLFileSystemCodePage:=CP_UTF8;
   tffirstutf8;
   tffirstutf16;
 end.