mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 00:39:44 +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}
|
||||
if ParamCount <> ArgsWCount then ParamStrUtf8Error;
|
||||
{$endif}
|
||||
{$ifdef EnableUTF8RTL}
|
||||
GetFormatSettingsUTF8(GetThreadLocale,FormatSettings);
|
||||
{$endif}
|
||||
Except
|
||||
begin
|
||||
ArgsWCount := -1;
|
||||
@ -436,6 +433,9 @@ begin
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
{$ifdef EnableUTF8RTL}
|
||||
GetFormatSettingsUTF8(GetThreadLocale,FormatSettings);
|
||||
{$endif}
|
||||
end;
|
||||
|
||||
procedure FinalizeLazUTF8;
|
||||
|
Loading…
Reference in New Issue
Block a user