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

(Compatibility)
Line 1: Line 1:
{{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.
+
{{mirc title|$parseutf Identifier}}'''$parseutf''' return $true if mIRC is going to utf encode/decode during the {{mIRC|on events/on parseline|on parseline}} event, $false otherwise.
  
 
== Synopsis ==
 
== Synopsis ==
Line 21: Line 21:
  
 
== See Also ==
 
== See Also ==
{{mIRC|on events/on parseline}}
+
{{mIRC|on events/on parseline|on parseline}}
 
{{mIRC|/parseline}}
 
{{mIRC|/parseline}}
 
[[Category:MIRC identifiers]]
 
[[Category:MIRC identifiers]]

Revision as of 18:58, 4 October 2015

$parseutf return $true if mIRC is going to utf encode/decode during the 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.


See Also

on parseline /parseline