mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: NormalizeAccentedChar function
(cherry picked from commit ba08ab16cd)
This commit is contained in:
parent
feccc5649e
commit
87de6bfa1f
1 changed files with 2 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ begin
|
|||
slTempoAccents := TStringList.Create;
|
||||
slTempoAccentsStripped := TStringList.Create;
|
||||
try
|
||||
slTempoAccents.CaseSensitive := True;
|
||||
ParseLineToList(cStrAccents, slTempoAccents);
|
||||
ParseLineToList(cStrAccentsStripped, slTempoAccentsStripped);
|
||||
|
||||
|
|
@ -67,6 +68,7 @@ begin
|
|||
|
||||
gslAccents := TStringList.Create;
|
||||
gslAccents.Assign(slTempoAccents);
|
||||
gslAccents.CaseSensitive := True;
|
||||
gslAccents.Sort;
|
||||
gslAccentsStripped := TStringList.Create;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue