From WikiChip
$parseutf identifier - mIRC
< mirc‎ | identifiers
Revision as of 12:56, 22 September 2017 by Sophist (talk | contribs)

$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