From WikiChip
Difference between revisions of "mirc/identifiers/$parseutf"
(Created page with "{{mirc title|$parseutf Identifier}}'''$parseutf''' return $true if mIRC is going to utf encode/decode during the {{mIRC|on events/on parseline}} event, $false otherwise. == S...") |
(→Compatibility) |
||
Line 18: | Line 18: | ||
== Compatibility == | == Compatibility == | ||
− | {{mIRC compatibility| | + | {{mIRC compatibility|7.42}} |
== See Also == | == See Also == |
Revision as of 18:55, 4 October 2015
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$parseutf return $true if mIRC is going to utf encode/decode during the on events/on parseline event, $false otherwise.
Synopsis
$parseutf
Paramters
None
Properties
None
Example
on *:parseline:*:{ echo -a $parseutf }
Compatibility
Added: mIRC v7.42
Added on: 17 Jul 2015
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.