From WikiChip
Difference between revisions of "mirc/identifiers/$isutf"
< mirc‎ | identifiers

(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...")
(No difference)

Revision as of 23:18, 30 October 2017

$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