lazutils: show exceptions of GetFormatSettingsUTF8

git-svn-id: trunk@47103 -
This commit is contained in:
mattias 2014-12-04 18:10:53 +00:00
parent 7fdf4a2de2
commit b27cc83e34

View File

@ -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;