mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 18:28:23 +02:00
* Explicitly specify CP1252 for registry tests which depends on this CP.
This commit is contained in:
parent
c7c8e2e008
commit
bcaa2c9758
@ -1,4 +1,5 @@
|
||||
{ %TARGET=win32,win64,wince }
|
||||
{ %OPT=-Fccp1252 }
|
||||
|
||||
program tw35060a;
|
||||
|
||||
@ -115,6 +116,7 @@ var
|
||||
Err: Integer;
|
||||
CP: TSystemCodePage;
|
||||
begin
|
||||
DefaultSystemCodePage:=1252;
|
||||
CreateTestKey;
|
||||
try
|
||||
Name := 'äëï';
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ %TARGET=win32,win64,wince }
|
||||
{ %OPT=-Fccp1252 }
|
||||
|
||||
program tw35060c;
|
||||
|
||||
@ -119,6 +120,7 @@ var
|
||||
Err: Integer;
|
||||
|
||||
begin
|
||||
DefaultSystemCodePage:=1252;
|
||||
CreateTestKey;
|
||||
Name := 'äëï';
|
||||
U := UnicodeString(Name);
|
||||
|
Loading…
Reference in New Issue
Block a user