mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-25 21:52:17 +02:00
* Use cp1251 on Android.
git-svn-id: trunk@31723 -
This commit is contained in:
parent
5cab55be27
commit
d106fc9823
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user