Skip to content

Commit

Permalink
compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Jan 2, 2024
1 parent 3c79473 commit d7b31fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/fsl/fsl_fpc.pas
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ function unicodeChars(s : String) : TUCharArray;
ss := '';
while l > 0 do
begin
ch := UTF8PCharToUnicode(p, cl);
ch := UTF8CodepointToUnicode(p, cl);
result[i] := UnicodeChar(ch);
ss := ss + IntToHex(ch, 4)+'.';
inc(i);
Expand Down

0 comments on commit d7b31fe

Please sign in to comment.