Difference between revisions of "Talk:LlWhisper"

From Second Life Wiki
Jump to navigation Jump to search
(New page: As Transports Strings (of Charakters and not Bytecode) I propose to express the upper Limit of Whisper String Length in Charakters not in Bytes Same with Say and company ;))
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
As Transports Strings (of Charakters and not Bytecode) I propose to express the upper Limit of Whisper String Length in Charakters not in Bytes
{{Talk}}
Same with Say and company ;)
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 ;)
--[[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)