mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 15:19:21 +02:00
Formatting, comment.
git-svn-id: trunk@52109 -
This commit is contained in:
parent
3594a6b528
commit
2c41ccf609
@ -643,7 +643,7 @@ begin
|
||||
end;
|
||||
|
||||
{ Find the start of the UTF8 character which contains BytePos,
|
||||
if BytePos is not part of a valid Utf8Codepoint the function returns BytePos
|
||||
if BytePos is not part of a valid Utf8 Codepoint the function returns BytePos
|
||||
Len is length in byte, BytePos starts at 0 }
|
||||
function UTF8FindNearestCharStart(UTF8Str: PChar; Len: SizeInt; BytePos: SizeInt): SizeInt;
|
||||
var
|
||||
|
Loading…
Reference in New Issue
Block a user