Modify ↓
#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 (0)
Change History (3)
comment:1 Changed 2 years ago by anonymous
comment:2 Changed 2 years ago by skyper
- Resolution set to duplicate
- Status changed from new to closed
comment:3 Changed 2 years ago by anonymous
Closed as duplicate of #5721.
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.