Open
Description
In \PascalCoin\src\libraries\gnugettext.pas line 1424:
function utf8decode (s:RawByteString):UnicodeString; {$ifdef dx_has_Inline}inline;{$endif}
begin
Result:=UTF8ToWideString(s);
end;
The call to UTF8ToWideString(s); may have to be replaced with: UTF8ToUnicodeString(s);
This may solve problems with this library, untested, but worth a try.
Metadata
Metadata
Assignees
Labels
No labels