From WikiChip
Difference between revisions of "mirc/identifiers/$parseutf"
m |
|||
Line 1: | Line 1: | ||
− | {{mirc title|$parseutf | + | {{mirc title|$parseutf identifier}}'''$parseutf''' returns $true if mIRC is going to utf encode/decode during the {{mIRC|on parseline}} event, $false otherwise. |
+ | |||
== Synopsis == | == Synopsis == | ||
<pre>$parseutf</pre> | <pre>$parseutf</pre> | ||
− | == | + | == Parameters == |
− | |||
None | None | ||
== Properties == | == Properties == | ||
− | |||
None | None | ||
== Example == | == Example == | ||
<source lang="mIRC">on *:parseline:*:{ | <source lang="mIRC">on *:parseline:*:{ | ||
− | echo -a $parseutf | + | echo -a $parseutf |
}</source> | }</source> | ||
Line 23: | Line 22: | ||
{{mIRC|on events/on parseline|on parseline}} | {{mIRC|on events/on parseline|on parseline}} | ||
{{mIRC|/parseline}} | {{mIRC|/parseline}} | ||
− | [[Category: | + | [[Category:mIRC identifiers|parseutf]] |
Revision as of 11:56, 22 September 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$parseutf returns $true if mIRC is going to utf encode/decode during the on parseline event, $false otherwise.
Synopsis
$parseutf
Parameters
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.