Difference between revisions of "Talk:LlWhisper"

From Second Life Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
{{Talk}}
As llWhisper() transports Strings (of charakters and not bytecode) I propose to express the upper limit of llWhisper string length in charakters not in Bytes<BR>
As llWhisper() transports Strings (of charakters and not bytecode) I propose to express the upper limit of llWhisper string length in charakters not in Bytes<BR>


same with Say and company ;)
same with Say and company ;)
--[[User:Anylyn Hax|Anylyn Hax]]
:Please sign your comments.
:Unfortunately the limitation is not in characters but in bytes. LSL uses UTF-8 to implement the Unicode Standard. UTF-8 uses multiple bytes to store non ASCII7 characters. A UTF-8 character can be from 1 to 6 bytes in length. -- [[User:Strife Onizuka|Strife Onizuka]] 15:53, 12 August 2007 (PDT)

Latest revision as of 15:53, 12 August 2007


As llWhisper() transports Strings (of charakters and not bytecode) I propose to express the upper limit of llWhisper string length in charakters not in Bytes

same with Say and company ;) --Anylyn Hax

Please sign your comments.
Unfortunately the limitation is not in characters but in bytes. LSL uses UTF-8 to implement the Unicode Standard. UTF-8 uses multiple bytes to store non ASCII7 characters. A UTF-8 character can be from 1 to 6 bytes in length. -- Strife Onizuka 15:53, 12 August 2007 (PDT)