bmatthias / kolab-android

Automatically exported from code.google.com/p/kolab-android
Other
0 stars 0 forks source link

Umlauts are broken for contacts #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a contact in Kolab with an umlaut in the name e.g. "Glässner"
2. sync

What is the expected output? What do you see instead?
The contact ends up on Android as "Gl" and the rest is missing. I would expect 
the correct name.

What version of the product are you using? On what operating system?
kolab-android 0.4
Samsung Galaxy S with Android 2.2

Please provide any additional information below.

Original issue reported on code.google.com by cburghar...@gmail.com on 16 Dec 2010 at 2:10

GoogleCodeExporter commented 8 years ago
How do you created that contact in Kolab? Using the Thunderbird add in? Would 
it be possible to post the xml file (with contact information deleted!) 
attached to the mail?

Original comment by arthur.z...@gmail.com on 19 Dec 2010 at 1:54

GoogleCodeExporter commented 8 years ago
I have created the contacts using Horde. I can post the xml file when you tell 
me how I can retrieve it. The only client I have currently is Horde (or a 
commandline for IMAP access).

Original comment by cburghar...@gmail.com on 20 Dec 2010 at 12:33

GoogleCodeExporter commented 8 years ago
If special characters are present, "NodeList nl = e.getChildNodes()" may result 
in several entries for just one text node. The attached diff file fixes the 
issue.

Original comment by must...@gmx.de on 20 Dec 2010 at 4:06

Attachments:

GoogleCodeExporter commented 8 years ago
I've just committed this fix to the froyo branch on gitorious.

Original comment by STrille...@googlemail.com on 10 Jan 2011 at 12:06