From d106fc9823eeddc4e044a35be15a6f79ea1ea718 Mon Sep 17 00:00:00 2001 From: yury Date: Wed, 16 Sep 2015 17:35:22 +0000 Subject: [PATCH] * Use cp1251 on Android. git-svn-id: trunk@31723 - --- tests/test/twrstr9.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test/twrstr9.pp b/tests/test/twrstr9.pp index 0afce37b18..c1e5458fc7 100644 --- a/tests/test/twrstr9.pp +++ b/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;