Explorar el Código

* Use cp1251 on Android.

git-svn-id: trunk@31723 -
yury hace 10 años
padre
commit
d106fc9823
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;