LazUtils: Fix a recently introduced bug in LConvEncoding. Issue #39795, patch by Alexey Torgashin.

This commit is contained in:
Juha 2022-06-13 23:31:03 +03:00
parent e2f50ee30d
commit 7dfdebb389

View File

@ -1088,7 +1088,7 @@ const
'!', // '!'
'"', // '"'
'#', // '#'
'#$', // '#$'
'$', // '$'
'%', // '%'
'&', // '&'
'''', // ''''
@ -1606,7 +1606,7 @@ const
'!', // '!'
'"', // '"'
'#', // '#'
'#$', // '#$'
'$', // '$'
'%', // '%'
'&', // '&'
'''', // ''''