You are here: Lua Scripting Resources eGuide > Lua Scripting API Reference Guide > String Library Extension > uchar

15.2 uchar

string.uchar(chnum, ...)

Unicode characters can be included in strings by encoding them in UTF-8. This routine converts one or more Unicode character numbers into a UTF-8 string.

Introduced in platform.apiLevel = '1.0'