Modify ↓
Opened 5 years ago
Closed 5 years ago
#1618 closed enhancement (fixed)
[PATCH] for SAX BOM bug
| Reported by: | h-a-l-9000@… | Owned by: | framm |
|---|---|---|---|
| Priority: | minor | Component: | Core |
| Version: | Keywords: | ||
| Cc: |
Description
SAX cannot parse UTF-8 files which have a byte order mark. These files are sometimes uploaded by OSM users.
This patch implements a workaround for this issue.
More info about the SAX bug:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6206835
Attachments (1)
Change History (3)
Changed 5 years ago by h-a-l-9000@…
comment:1 Changed 5 years ago by Henry Loenwind
- Summary changed from Patch for SAX BOM bug to [PATCH] for SAX BOM bug
- Type changed from defect to enhancement
comment:2 Changed 5 years ago by anonymous
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



Fixed in r1035.