Changeset 18820 in josm for trunk/src


Ignore:
Timestamp:
2023-08-23T15:04:35+02:00 (18 months ago)
Author:
taylor.smock
Message:

Fix #23138: Add characters for Lushootseed to TagChecker#isAllowedPhoneticCharacter

File:
1 edited

Legend:

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

    r18801 r18820  
    500500            || c == 0x0273 || c == 0x019E // "ŋ/Ŋ" (U+0273/U+019E), see #18740
    501501            || c == 0x0142 || c == 0x0294 // see #20754
     502            || c == 0x1DBB || c == 0x02B7 // "ᶻ/ʷ" (U+1DBB/U+02B7), see #23138. Both characters are used in Lushootseed paired with a letter
    502503            || (key.endsWith("ref") && 0x1D2C <= c && c <= 0x1D42); // allow uppercase superscript latin characters in *ref tags
    503504    }
Note: See TracChangeset for help on using the changeset viewer.