Project

General

Profile

Actions

$isutf » History » Revision 1

Revision 1/2 | Next »
Per Amundsen, 10/17/2015 08:32 AM


Added in 1.9.9

$isutf(text)

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

Parameters

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

Updated by Per Amundsen over 8 years ago · 1 revisions

Also available in: PDF HTML TXT