taskadapter / redmine-java-api

Redmine Java API
Apache License 2.0
269 stars 162 forks source link

Updating an issue fails if it contains some special characters #248

Closed marcusschneider closed 8 years ago

marcusschneider commented 8 years ago

Updating an issue does not work if the subject or description field contains certain combinations of special characters like “ and ü (U+201C and U+00FC).

The update method issueManager.update(issue) does not throw an exception or raise a warning, but the issue is not being updated.

matthiasblaesing commented 8 years ago

This could be a duplicate of this:

https://github.com/redminenb/redminenb/issues/46

The issue there was a broken server configuration.