_Added in 1.9.9_ *$isutf(text)* Returns 1 if the text is utf8 encoded, otherwise 0. *Parameters* table(ktable). |*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