Hi all, I've been working in unicode support with SIP and some doubts just raised: lets say we have the following SIP URIs:
a) sip:me@saúl.com b) sip:saú[email protected] For a) case should I encode the domain part using punycode, same as it's done in email or web domains? "saúl" gets translated to "xn--sal-9na" so am I right assuming that the URI should be sent over the wire in the following form? sip:[email protected] If so, have you seen this working in the wild? Are proxies smart enough to deal with this? And for case b), how should I encode that? Thanks in advance for any input on this, -- /Saúl http://saghul.net | http://sipdoc.net _______________________________________________ Sip-implementors mailing list [email protected] https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors
