From 7dfdebb3899e7571009e0d7a2133f88016088af9 Mon Sep 17 00:00:00 2001 From: Juha Date: Mon, 13 Jun 2022 23:31:03 +0300 Subject: [PATCH] LazUtils: Fix a recently introduced bug in LConvEncoding. Issue #39795, patch by Alexey Torgashin. --- components/lazutils/commoncodepages.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/lazutils/commoncodepages.inc b/components/lazutils/commoncodepages.inc index 556f22bba4..4e2804eaf6 100644 --- a/components/lazutils/commoncodepages.inc +++ b/components/lazutils/commoncodepages.inc @@ -1088,7 +1088,7 @@ const '!', // '!' '"', // '"' '#', // '#' - '#$', // '#$' + '$', // '$' '%', // '%' '&', // '&' '''', // '''' @@ -1606,7 +1606,7 @@ const '!', // '!' '"', // '"' '#', // '#' - '#$', // '#$' + '$', // '$' '%', // '%' '&', // '&' '''', // ''''