LlIntegerToBase64: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Strife Onizuka (talk | contribs)
No edit summary
Strife Onizuka (talk | contribs)
mNo edit summary
Line 13: Line 13:
     return llBase64ToString(llIntegerToBase64(letter << 24));
     return llBase64ToString(llIntegerToBase64(letter << 24));
}</lsl>
}</lsl>
If you are looking for full Unicode translation, not just ASCII7 see: [[Combined_Library#Unicode_Integer_to_UTF8]]
If you are looking for full Unicode translation, not just ASCII7 see: [[Combined_Library#Unicode_Integer_to_UTF8|Combined_Library]]
|helpers
|helpers
|also_functions=
|also_functions=

Revision as of 13:25, 20 May 2008