Skip to content

Commit

Permalink
fix: add missing 'ß' to GermanSequenceData (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor-Gottschewski authored Aug 5, 2024
1 parent 0d98735 commit 8b0a117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/passay/GermanSequenceData.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public enum GermanSequenceData implements SequenceData
// dead keys are denoted with the null character /u0000
new CharacterSequence[]{
new CharacterSequence(
"^1234567890\\´",
"^1234567890ß\\´",
"°!\"§$%&/()=?`",
"\u0000\u0000²³\u0000\u0000\u0000{[]}\\\u0000"),
new CharacterSequence(
Expand Down

0 comments on commit 8b0a117

Please sign in to comment.