Modify ↓
Opened 16 years ago
Closed 16 years ago
#1618 closed enhancement (fixed)
[PATCH] for SAX BOM bug
Reported by: | Owned by: | framm | |
---|---|---|---|
Priority: | minor | Milestone: | |
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)
by , 16 years ago
Attachment: | bompatch.diff added |
---|
comment:1 by , 16 years ago
Summary: | Patch for SAX BOM bug → [PATCH] for SAX BOM bug |
---|---|
Type: | defect → enhancement |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r1035.