From WikiChip
Difference between revisions of "mirc/identifiers/$isutf"
(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 22:18, 30 October 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$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.