Difference between revisions of "LlChar"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "{{LSL Function |func_sleep=0.0|func_energy=10.0 |func=llChar|sort=Char |func_desc=Return a single character string generated from the supplied Unicode |return_type=string |p1...")
 
Line 2: Line 2:
|func_sleep=0.0|func_energy=10.0
|func_sleep=0.0|func_energy=10.0
|func=llChar|sort=Char
|func=llChar|sort=Char
|func_desc=Return a single character string generated from the supplied Unicode  
|func_desc=Construct a single character string from the supplied Unicode value.
|return_type=string
|return_type=string
|p1_type=integer|p1_name=val|p1_desc=Unicode value for character.
|p1_type=integer|p1_name=val|p1_desc=Unicode value for character.
|p1_hover=Unicode value for character.
|p1_hover=Unicode value for character.
|return_text=
|return_text=
|func_footnote=This function returns a single character string witch the character at the UTF-32 code point.  
|func_footnote=This function returns a single character string generated from the character at the indicated UTF-32 codepoint.
|spec
|spec
|caveats
|caveats

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

Deep Notes

Search JIRA for related Issues

Signature

function string llChar( integer val );