mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-23 00:29:25 +01:00
lazutils: comment
git-svn-id: trunk@53300 -
This commit is contained in:
parent
37069d7601
commit
eefe2518a1
@ -146,7 +146,7 @@ function UTF8WrapText(S :string; MaxCol :integer) :string; overload;
|
|||||||
|
|
||||||
type
|
type
|
||||||
TEscapeMode = (emPascal, emHexPascal, emHexC, emC, emAsciiControlNames);
|
TEscapeMode = (emPascal, emHexPascal, emHexC, emC, emAsciiControlNames);
|
||||||
function ValidUTF8String(const s: String): String; inline; deprecated 'Use Utf8EscapeControlChars() instead.';
|
function ValidUTF8String(const s: String): String; inline; deprecated 'Use Utf8EscapeControlChars() instead.'; // deprecated in 1.7
|
||||||
function Utf8EscapeControlChars(S: String; EscapeMode: TEscapeMode = emPascal): String;
|
function Utf8EscapeControlChars(S: String; EscapeMode: TEscapeMode = emPascal): String;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user