Skip to content

Commit

Permalink
Update de_Latn.textproto (#7926)
Browse files Browse the repository at this point in the history
Move `ẞ` to the auxiliary character set. The lowercase `ß` is still part of the base character set.

Based on [Wikipedia](https://en.wikipedia.org/wiki/%C3%9F#:~:text=Additionally%2C%20as%20of%202017%2C%20when,with%20%E2%9F%A8SS%E2%9F%A9%20in%20allcaps.), `ẞ` seems to be more of an auxiliary than base character. It is relatively new and being written as `SS` is considered valid.
  • Loading branch information
nathan-williams authored Jul 9, 2024
1 parent 8e641b2 commit c5c0864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/Lib/gflanguages/data/languages/de_Latn.textproto
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ region: "SI"
region: "SK"
region: "US"
exemplar_chars {
base: "A Ä B C D E F G H I J K L M N O Ö P Q R S T U Ü V W X Y Z a ä b c d e f g h i j k l m n o ö p q r s ß t u ü v w x y z"
auxiliary: "Á À Ă Â Å Ã Ā Æ Ç É È Ĕ Ê Ë Ē Ğ Í Ì Ĭ Î Ï İ Ī I Ñ Ó Ò Ŏ Ô Ø Ō Œ Ş S Ú Ù Ŭ Û Ū Ÿ á à ă â å ã ā æ ç é è ĕ ê ë ē ğ í ì ĭ î ï ī ı ñ ó ò ŏ ô ø ō œ ş ſ ú ù ŭ û ū ÿ"
base: "A Ä B C D E F G H I J K L M N O Ö P Q R S T U Ü V W X Y Z a ä b c d e f g h i j k l m n o ö p q r s ß t u ü v w x y z"
auxiliary: "Á À Ă Â Å Ã Ā Æ Ç É È Ĕ Ê Ë Ē Ğ Í Ì Ĭ Î Ï İ Ī I Ñ Ó Ò Ŏ Ô Ø Ō Œ Ş S Ú Ù Ŭ Û Ū Ÿ á à ă â å ã ā æ ç é è ĕ ê ë ē ğ í ì ĭ î ï ī ı ñ ó ò ŏ ô ø ō œ ş ſ ú ù ŭ û ū ÿ"
marks: "◌̈ ◌̀ ◌́"
numerals: "- , . % + 0 1 2 3 4 5 6 7 8 9"
punctuation: "- – — , ; : ! ? . … \' ‘ ‚ \" “ „ « » ( ) [ ] { } @ * / & #"
Expand Down

0 comments on commit c5c0864

Please sign in to comment.