From b9045cce86845779e3be490ce81cd922f140b9c7 Mon Sep 17 00:00:00 2001 From: Ben McIlwain Date: Thu, 23 Feb 2023 16:27:15 -0500 Subject: [PATCH] Remove "letter G with stroke" from Extended Latin IDN table (#1938) ICANN doesn't like this character because it's confusable with a normal G (the stroke tends to get lost in the visual clutter of the descender), and .com's Extended Latin table doesn't use it either. Best to get rid of it. --- core/src/main/java/google/registry/idn/Latin-IDN.txt | 1 - .../main/java/google/registry/tldconfig/idn/extended_latin.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/core/src/main/java/google/registry/idn/Latin-IDN.txt b/core/src/main/java/google/registry/idn/Latin-IDN.txt index 5b240ba3c..70c0b1de9 100644 --- a/core/src/main/java/google/registry/idn/Latin-IDN.txt +++ b/core/src/main/java/google/registry/idn/Latin-IDN.txt @@ -68,7 +68,6 @@ U+011F # LATIN SMALL LETTER G WITH BREVE U+01E7 # LATIN SMALL LETTER G WITH CARON U+0121 # LATIN SMALL LETTER G WITH DOT ABOVE U+0123 # LATIN SMALL LETTER G WITH CEDILLA -U+01E5 # LATIN SMALL LETTER G WITH STROKE U+0068 # LATIN SMALL LETTER H U+0127 # LATIN SMALL LETTER H WITH STROKE U+0069 # LATIN SMALL LETTER I diff --git a/core/src/main/java/google/registry/tldconfig/idn/extended_latin.txt b/core/src/main/java/google/registry/tldconfig/idn/extended_latin.txt index ea035c6d1..2bd2d765f 100644 --- a/core/src/main/java/google/registry/tldconfig/idn/extended_latin.txt +++ b/core/src/main/java/google/registry/tldconfig/idn/extended_latin.txt @@ -49,7 +49,6 @@ U+011F # LATIN SMALL LETTER G WITH BREVE U+01E7 # LATIN SMALL LETTER G WITH CARON U+0121 # LATIN SMALL LETTER G WITH DOT ABOVE U+0123 # LATIN SMALL LETTER G WITH CEDILLA -U+01E5 # LATIN SMALL LETTER G WITH STROKE U+0068 # LATIN SMALL LETTER H U+0127 # LATIN SMALL LETTER H WITH STROKE U+0069 # LATIN SMALL LETTER I