Browse Source

* Use cp1251 on Android.

git-svn-id: trunk@31723 -
yury 10 năm trước cách đây
mục cha
commit
d106fc9823
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tests/test/twrstr9.pp

+ 1 - 1
tests/test/twrstr9.pp

@@ -6,7 +6,7 @@ uses
 {$endif}
 
 type
-  ts866 = type ansistring(866);
+  ts866 = type ansistring( {$ifdef android} 1251 {$else} 866 {$endif} );
 var
   u: unicodestring;
   s: utf8string;