From WikiChip
$parseutf Identifier - mIRC
< mirc‎ | identifiers
Revision as of 18:54, 4 October 2015 by 83.204.152.177 (talk) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

$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 v6.32
Added on: 21 May 2008
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also

on events/on parseline /parseline