API returns non-ASCII characters as entities
I'm trying to use Lighthouse API to fetch tickets from our private project (URL http://xxx.lighthouseapp.com/projects/yyy/tickets.xml). In most cases tIcket's title and body contain non-ASCII charcaters (such as ä ö etc. which are quite common in non-english speaking countries) and these characters are converted to entities (ä or ä etc.) and I would like to get all data via API as-is, not converted to entities.
I tried to give cURL a Accept-Charset: utf-8 header (curl option -H "Accept-Charset: utf-8"), but that doesn't help. XML document says the data is UTF-8 but obviously that is not the case.
Discussions are closed to public comments.
If you need help with Lighthouse please
start a new discussion.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
1 Posted by Nicole on 17 Oct, 2011 08:39 PM
I've made a development ticket for this and we'll update this discussion when we have more information to share on the status.
Thanks,
Nicole
Nicole closed this discussion on 02 Jul, 2012 09:01 PM.