mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 01:19:24 +02:00
lazutils: show exceptions of GetFormatSettingsUTF8
git-svn-id: trunk@47103 -
This commit is contained in:
parent
7fdf4a2de2
commit
b27cc83e34
@ -424,9 +424,6 @@ begin
|
|||||||
{$ifdef debugparamstrutf8}
|
{$ifdef debugparamstrutf8}
|
||||||
if ParamCount <> ArgsWCount then ParamStrUtf8Error;
|
if ParamCount <> ArgsWCount then ParamStrUtf8Error;
|
||||||
{$endif}
|
{$endif}
|
||||||
{$ifdef EnableUTF8RTL}
|
|
||||||
GetFormatSettingsUTF8(GetThreadLocale,FormatSettings);
|
|
||||||
{$endif}
|
|
||||||
Except
|
Except
|
||||||
begin
|
begin
|
||||||
ArgsWCount := -1;
|
ArgsWCount := -1;
|
||||||
@ -436,6 +433,9 @@ begin
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
{$ifdef EnableUTF8RTL}
|
||||||
|
GetFormatSettingsUTF8(GetThreadLocale,FormatSettings);
|
||||||
|
{$endif}
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure FinalizeLazUTF8;
|
procedure FinalizeLazUTF8;
|
||||||
|
Loading…
Reference in New Issue
Block a user