mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 09:00:33 +02:00
LazUtils: Fix a recently introduced bug in LConvEncoding. Issue #39795, patch by Alexey Torgashin.
This commit is contained in:
parent
e2f50ee30d
commit
7dfdebb389
@ -1088,7 +1088,7 @@ const
|
||||
'!', // '!'
|
||||
'"', // '"'
|
||||
'#', // '#'
|
||||
'#$', // '#$'
|
||||
'$', // '$'
|
||||
'%', // '%'
|
||||
'&', // '&'
|
||||
'''', // ''''
|
||||
@ -1606,7 +1606,7 @@ const
|
||||
'!', // '!'
|
||||
'"', // '"'
|
||||
'#', // '#'
|
||||
'#$', // '#$'
|
||||
'$', // '$'
|
||||
'%', // '%'
|
||||
'&', // '&'
|
||||
'''', // ''''
|
||||
|
Loading…
Reference in New Issue
Block a user