llChar

From Second Life Wiki
Jump to navigation Jump to search

Summary

Function: string llChar( integer val );

Construct a single character string from the supplied Unicode value.
Returns a string

• integer val Unicode value for character.

This function returns a single character string generated from the character at the indicated UTF-32 codepoint.

Examples

See Also

Functions

• llOrd Convert a character into an ordinal
• llHash Calculate a 32bit hash for a string

Articles

•  "Wikipedia logo"UTF-16

Deep Notes

Search JIRA for related Issues

Signature

function string llChar( integer val );