Added in 1.9.9

$isutf(text)

Returns 1 if the text is utf8 encoded, otherwise 0.

Parameters

Parameter Description
text Text to check.

Example

; Test the text 'æøå'
//echo -ag Text $iif($isutf(æøå),is,is not) utf8

; Test the text 'abc'
//echo -ag Text $iif($isutf(abc),is,is not) utf8