mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Some warnings
This commit is contained in:
parent
62eab48df0
commit
a35c42e065
4 changed files with 60 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ function MakeSpellCode(stText: UnicodeString): String;
|
|||
implementation
|
||||
|
||||
uses
|
||||
SysUtils;
|
||||
SysUtils, LazUTF8;
|
||||
|
||||
const
|
||||
strChineseCharList: array [1..270] of String = (
|
||||
|
|
@ -322,7 +322,7 @@ begin
|
|||
end;
|
||||
end
|
||||
else
|
||||
Result := Result + c;
|
||||
Result := Result + UTF16ToUTF8(c);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue