Modify ↓
Ticket #5283 (closed defect: duplicate)
Invalid characters in XML-file
| Reported by: | anders@… | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Plugin osmarender |
| Version: | Keywords: | ||
| Cc: |
Description
When generating a svg image with the osmarender-plugin over an area that contains road names with the Swedish characters åäö will result in what seems to be an invalid xml-file (no svg image).
Attachments
Change History
Note: See
TracTickets for help on using
tickets.



The problem is, that the "data.osm" file is not stored in utf-8 under Windows (why?). The svg-image is shown after converting this file to utf-8 and reloading the page. I found this in the german openstreetmap-forum http://forum.openstreetmap.org/viewtopic.php?pid=124635#p124635 and could reproduce it.