Difference between revisions of "LlChar"

From Second Life Wiki
Jump to navigation Jump to search
Line 15: Line 15:
{{LSL DefineRow|[[llOrd]]|Convert a character into an ordinal}}
{{LSL DefineRow|[[llOrd]]|Convert a character into an ordinal}}
{{LSL DefineRow|[[llHash]]|Calculate a 32bit hash for a string}}
{{LSL DefineRow|[[llHash]]|Calculate a 32bit hash for a string}}
|also_articles={{LSL DefineRow||{{wikipedia|UTF-16}}|}}
|also_articles={{LSL DefineRow||{{wikipedia|UTF-32}}|}}
|notes
|notes
|cat1
|cat1

Revision as of 13:09, 5 May 2021

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-32

Deep Notes

Search JIRA for related Issues

Signature

function string llChar( integer val );