I hope someone can help me with a language encoding problem.
I don't have much experience with non-ascii From headers. What is the correct way to encode in the SIP headers?
The reason I ask is because we're having problems with parse_from() barfing on 8859-1 characters. Do we need to just use utf-8? Are other charsets supported?
Thanks,
The reason I ask is because we're having problems with parse_from() barfing on 8859-1 characters. Do we need to just use utf-8? Are other charsets supported?
From RFC 3261:
SIP is a text-based protocol and uses the UTF-8 charset (RFC 2279 [7]).