From 75a0f34d482d6f1fda617c72d5a9ae75c3207adb Mon Sep 17 00:00:00 2001 From: Juha Date: Mon, 12 Aug 2024 11:28:29 +0300 Subject: [PATCH] LazUtils: Don't initialize tables in UTF8LowerCaseViaTables. It is done in UnicodeLowercase. Issue #41072, by Alexey Torgashin. --- components/lazutils/lazutf16.pas | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/lazutils/lazutf16.pas b/components/lazutils/lazutf16.pas index 69c8c12832..d91f28bd86 100644 --- a/components/lazutils/lazutf16.pas +++ b/components/lazutils/lazutf16.pas @@ -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;