Hi all,
last month I switched my windows mail program to emClient, since under Win it is the only clean solution for Carddav and Caldav (at least compared to the maintenance cycles of Thunderbird and postbox).
Anyway, as Sabredav and emClient both support utf8 and vcard 4.0, all carddav contacts are stored on the server like this. Once one opens these contacts under iOS, the utf-8 characters are wrongly displayed/converted (e.g. German umlauts).
The developers of emClient identified the conflict as the cards being stored in version 4.0, but iOS does only support up to carddav 3.0.
Would you agree on the explanation and how to solve it? I searched for a function in the API to switch the server to carddav 3.0, but couldn't make it.
btw: iOS setup with sabredav running only on HTTP and not HTTPS is quite slow (5 mins to switch to HTTP). I have the .well-known in the rewrite rules
# Redirect /.well-known URLs
RewriteRule ^/(.*)$ /server.php [L]
Maybe also one can help me?
Thank you!