Skip to content

Commit

Permalink
adding capital letter sharp S and ISO-8859-15 (#222)
Browse files Browse the repository at this point in the history
adding capital letter sharp S and ISO-8859-15 to german section in languages.py
https://en.wikipedia.org/wiki/Capital_ẞ 
https://en.wikipedia.org/wiki/German_orthography#Alphabet

Co-authored-by: Dan Blanchard <dan.blanchard@gmail.com>
  • Loading branch information
SimonWaldherr and dan-blanchard committed Jun 26, 2022
1 parent 32ceec1 commit bba08ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chardet/metadata/languages.py
Expand Up @@ -111,8 +111,8 @@ def __repr__(self):
name="German",
iso_code="de",
use_ascii=True,
charsets=["ISO-8859-1", "WINDOWS-1252"],
alphabet="äöüßÄÖÜ",
charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252"],
alphabet="äöüßẞÄÖÜ",
wiki_start_pages=["Wikipedia:Hauptseite"],
),
"Greek": Language(
Expand Down

0 comments on commit bba08ba

Please sign in to comment.