Quote Char and Value-Length

Quote Char and Value-Length SearchSearch
Author Message
Venkat Akella
Unregistered guest
Posted on Wednesday, April 21, 2004 - 07:35 am:   

Hello guys,
I want to make sure that I understood quote char and value-length definitions properly.
Encoded-string-value = Value-length Char-set Text-string

1. Value-lenght indicates the lenght of the value that follows. My understanding is it counts quote/NULL if there are any.

2. Even though quote char is <Octet 127>, this is not ORed with 80 to set the most significant bit to 1.

Can you please let me know if my understanding is wrong.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 2493
Registered: 10-2002
Posted on Wednesday, May 05, 2004 - 05:14 pm:   

1. Yes.

2. Right. Just as you would not OR the first character of an unquoted text string with 0x80.