mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 17:13:49 +00:00
FS Always mark xml as ISO-8859-1, but pass info as-is. So if user send its contact info as UTF-8 then we get corrupted xml. But RFC describe text as UTF8 RFC 3261 - 25.1 Basic Rules ``` qdtext = LWS / %x21 / %x23-5B / %x5D-7E / UTF8-NONASCII ```