LazUtils: Don't initialize tables in UTF8LowerCaseViaTables. It is done in UnicodeLowercase. Issue #41072, by Alexey Torgashin.

This commit is contained in:
Juha 2024-08-12 11:28:29 +03:00
parent e7763dbb0c
commit 75a0f34d48

View File

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