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

m
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|on parseline}} event, $false otherwise.
+
{{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>
  
== Paramters ==
+
== 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:MIRC identifiers]]
+
[[Category:mIRC identifiers|parseutf]]

Revision as of 12:56, 22 September 2017

$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.


See Also

on parseline /parseline