* Use cp1251 on Android.

git-svn-id: trunk@31723 -
This commit is contained in:
yury 2015-09-16 17:35:22 +00:00
parent 5cab55be27
commit d106fc9823

View File

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