Hi,
 
I am bit confused with the ABNF grammar of the fiels UTF8-NONASCII. The defintion goes as follows :-
 
      UTF8-NONASCII   =  %xC0-DF 1UTF8-CONT
                      /  %xE0-EF 2UTF8-CONT
                      /  %xF0-F7 3UTF8-CONT
                      /  %xF8-Fb 4UTF8-CONT
                      /  %xFC-FD 5UTF8-CONT
My question is what does the digit 1,2,3,4,5 before UTF8-CONT mean ? Does it mean corresponding number of UTF8-CONT characters should occur in the incoming message ??
 
For example :- "%xFC-FD 5UTF8-CONT" :- Does this mean 5 UTF8-CONT characters should come after any of characters in the range FC to FD ??
 
Thanks in advance
 
Rgds
 Krishna
_______________________________________________
Sip-implementors mailing list
[EMAIL PROTECTED]
http://lists.cs.columbia.edu/mailman/listinfo/sip-implementors

Reply via email to