Hi Greg,
you are referring to display part of From/To, according to RFC this can
be either a token (if not quoted):
token = 1*(alphanum / "-" / "." / "!" / "%"
/ "*"
/ "_" / "+" / "`" / "'" /
"~" )
either a quoted string:
quoted-string = SWS DQUOTE *(qdtext / quoted-pair ) DQUOTE
qdtext = LWS / %x21 / %x23-5B / %x5D-7E
/ UTF8-NONASCII
regards,
bogdan
Greg Fausak wrote:
Hey Guys,
Can somebody post an example of
an INVITE with non-US characters in the From tag?
What character set should be use for non-US callerid?
-g