mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 23:09:40 +02:00
* fixed typo in comment
git-svn-id: trunk@30079 -
This commit is contained in:
parent
6defd861b0
commit
b4033efc00
@ -1090,7 +1090,7 @@ function Utf8CodePointLen(P: PAnsiChar; MaxLookAhead: SizeInt; IncludeCombiningD
|
||||
result:=0;
|
||||
exit;
|
||||
end;
|
||||
{ inlcude the first byte }
|
||||
{ include the first byte }
|
||||
result:=1;
|
||||
{ multiple byte utf-8 code point? }
|
||||
if p[0]>#127 then
|
||||
|
Loading…
Reference in New Issue
Block a user