Changeset 17766 in josm for trunk/src/org


Ignore:
Timestamp:
2021-04-13T17:07:42+02:00 (3 years ago)
Author:
simon04
Message:

fix #20754 - TagChecker: Unusual Unicode character on Nuu-chah-nulth language characters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/tests/TagChecker.java

    r17732 r17766  
    499499            || c == 0x0272 || c == 0x019D // "ɲ/Ɲ" (U+0272/U+019D), see #18740
    500500            || c == 0x0273 || c == 0x019E // "ŋ/Ŋ" (U+0273/U+019E), see #18740
     501            || c == 0x0142 || c == 0x0294 // see #20754
    501502            || (key.endsWith("ref") && 0x1D2C <= c && c <= 0x1D42); // allow uppercase superscript latin characters in *ref tags
    502503    }
Note: See TracChangeset for help on using the changeset viewer.