Changeset 5755 in josm
- Timestamp:
- 2013-03-03T17:37:51+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/TextTagParser.java
r5738 r5755 190 190 // Format 191 191 // tag1\tval1\ntag2\tval2\n 192 tags = readTagsByRegexp(buf, "[\ r\n]+]", "(.*?)\t(.*?)", false);192 tags = readTagsByRegexp(buf, "[\\r\\n]+", "(.*?)\\t(.*?)", false); 193 193 // try "tag\tvalue\n" format 194 194 if (tags!=null) return tags;
Note:
See TracChangeset
for help on using the changeset viewer.