[sldev] Error in LLSD wiki spec?

Escort DeFarge escort.defarge at gmail.com
Tue Jan 27 03:35:36 PST 2009


I am pretty sure that there are two errors in 
http://wiki.secondlife.com/wiki/LLSD#string

String specification says...
"Unicode code points U+20 through U+10FFFD
  except U+D800 through U+DFFF
  except U+FFFE, U+FFFF, U+1FFFE, U+1FFFF, U+2FFE, U+2FFF ... U+10FFFE, 
U+10FFFF
  except U+FDDD through U+FDEF"


This should be...
"Unicode code points U+20 through U+10FFFD
  except U+D800 through U+DFFF
  except U+FFFE, U+FFFF, U+1FFFE, U+1FFFF, U+2FFFE, U+2FFFF ... 
U+10FFFE, U+10FFFF // changed
  except U+FDD0 through U+FDEF" // changed


/esc


More information about the SLDev mailing list