Browse Source

* Use cp1251 on Android.

git-svn-id: trunk@31723 -
yury 10 years ago
parent
commit
d106fc9823
1 changed files with 1 additions and 1 deletions
  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;