Returns whether the specified character is a Unicode character.
Syntax
isUnicode( character )
character.isUnicode( )
Parameters
character
|
the character to check.
|
Returns
boolean
|
true if it is unicode.
false if it is not unicode.
|
Example
if c.isUnicode( ) then
break
end
|