mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 08:58:23 +02:00
LazUtils: Don't initialize tables in UTF8LowerCaseViaTables. It is done in UnicodeLowercase. Issue #41072, by Alexey Torgashin.
This commit is contained in:
parent
e7763dbb0c
commit
75a0f34d48
@ -1062,8 +1062,6 @@ var
|
||||
Changed: Boolean;
|
||||
p: PChar;
|
||||
begin
|
||||
if not UnicodeTablesInitialized then
|
||||
InitUnicodeTables; // Initialize only when needed.
|
||||
Result:=s;
|
||||
if Result='' then exit;
|
||||
Changed:=false;
|
||||
|
Loading…
Reference in New Issue
Block a user