Skip to content

Possible issue with gnugettext.pas #237

Open
@SkybuckFlying

Description

@SkybuckFlying

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions