From WikiChip
$isutf Identifier - mIRC
< mirc‎ | identifiers
Revision as of 23:18, 30 October 2017 by Ouims (talk | contribs) (Created page with "{{mirc title|$isutf Identifier}}'''$isutf''' returns the status of the text where 0 = not utf8 (contains invalid utf8 sequence), 1 = seems to be plain text, 2 = seems to conta...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

$isutf returns the status of the text where 0 = not utf8 (contains invalid utf8 sequence), 1 = seems to be plain text, 2 = seems to contain valid utf8


Synopsis

$isutf(text)

Parameters

  • text - The text you want the status of

Properties

None

Example

//echo -a $isutf(é) $isutf($utfencode(é)) $isutf(plain)

Compatibility

Added: mIRC v6.17
Added on: 17 Feb 2006
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also

$utfencode $utfdecode