-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encoding Error In CardDav #5
Comments
Maybe also interesting: https://forum.kopano.io/topic/2586/kdav-does-not-sync-correctly-500-internal-server-error |
I can confirm the observation from @ana-u . I have the same problem: When creating a new address book entry via CardDav client (evolution in my case), then German Umlauts are not encoded correctly when the are stored in the Kopano DB. But when I create the same entry in the Kopano Webclient then the Umlauts are correct. As you can see from the logfiles the HTML/XML content is sent correctly. So the error should be somewhere on the way to Kopano DB in my opnion.
Server: Client: |
Hello! Has there been any progress in the matter because the error persists. Are there any plans to fix the bug? CardDav is becoming more and more important if you want to manage Kopano contacts with other clients, e.g. AVM FritzBox, or macOS. |
Hello, I'm also urgently waiting for this bug to be solved in order to import my Kopano address book into my FritzBox. I think many FritzBox users (eg in Germany) also do so... |
Maybe this isn't priority number one, but maybe at least there is a roadmap in place to address the problem? |
I am not sure if the issue I encountered is the same or has the equal source. I am syncing a kopano account with a nextcloud account by using vdirsyncer https://github.com/pimutils/vdirsyncer After successful sync from Kopano via kdav to nextcloud contacts German special characters are possibly re encoded at nextcloud after a while. This causes a resync to Kopano kdav with replacing all special charaters so some different characters. |
If you create change or an Contact via CardDav The encoding gets mangeled.
(UTF-8 interpreted as iso-8859-1 ?)
If you change the contact in the Kopano Webgui the carracters arrive corrrectly at the CardDav clients.
Tested with:
Thunderbid + CardBook
Win10
Examples:
Expected
ÄÜÖ -> Ã�Ã�Ã�
Comércio -> Comércio
The text was updated successfully, but these errors were encountered: