mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
Update uaccentsutils.pas
This commit is contained in:
parent
cee4d287d5
commit
62d103056f
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ var
|
|||
AReplacementString: String;
|
||||
begin
|
||||
if sInput = '' then
|
||||
Exit;
|
||||
Exit('');
|
||||
AAllocatedBufferSize := Length(sInput) * 2; // worst scenario: every character expands (e.g., 'œ' -> 'oe' doubles length)
|
||||
SetLength(Result, AAllocatedBufferSize);
|
||||
AOutputBufferPointer := PChar(Result);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue