mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 13:59:28 +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}
|
||||
|
||||
type
|
||||
ts866 = type ansistring(866);
|
||||
ts866 = type ansistring( {$ifdef android} 1251 {$else} 866 {$endif} );
|
||||
var
|
||||
u: unicodestring;
|
||||
s: utf8string;
|
||||
|
Loading…
Reference in New Issue
Block a user