diff options
author | ben <ben@nagy.contact> | 2025-01-10 11:14:29 -0800 |
---|---|---|
committer | ben <ben@nagy.contact> | 2025-01-10 11:14:29 -0800 |
commit | fb4f206e21cc2853e904e8e548b3d4450b208c8d (patch) | |
tree | 92044e436174b598bbb831473412ee4382a05396 /scripts/util/assets | |
parent | 7339a5dae5f48ba37d44094f8aaa9915695f86e5 (diff) |
added scriptsmain
Diffstat (limited to 'scripts/util/assets')
-rw-r--r-- | scripts/util/assets/accents.txt | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/scripts/util/assets/accents.txt b/scripts/util/assets/accents.txt new file mode 100644 index 0000000..7ab76a8 --- /dev/null +++ b/scripts/util/assets/accents.txt @@ -0,0 +1,40 @@ +# Vowels: +À (capital A with grave accent) +à (lowercase a with grave accent) + (capital A with circumflex accent) +â (lowercase a with circumflex accent) +Ä (capital A with diaeresis/umlaut) +ä (lowercase a with diaeresis/umlaut) +É (capital E with acute accent) +é (lowercase e with acute accent) +È (capital E with grave accent) +è (lowercase e with grave accent) +Ê (capital E with circumflex accent) +ê (lowercase e with circumflex accent) +Ë (capital E with diaeresis/umlaut) +ë (lowercase e with diaeresis/umlaut) +Î (capital I with circumflex accent) +î (lowercase i with circumflex accent) +Ï (capital I with diaeresis/umlaut) +ï (lowercase i with diaeresis/umlaut) +Ô (capital O with circumflex accent) +ô (lowercase o with circumflex accent) +Ù (capital U with grave accent) +ù (lowercase u with grave accent) +Û (capital U with circumflex accent) +û (lowercase u with circumflex accent) +Ü (capital U with diaeresis/umlaut) +ü (lowercase u with diaeresis/umlaut) +Ÿ (capital Y with diaeresis/umlaut) +ÿ (lowercase y with diaeresis/umlaut) + +# Ligatures: +Æ (capital AE ligature) +æ (lowercase ae ligature) +Œ (capital OE ligature) +œ (lowercase oe ligature) + +Other: +Ç (capital C with cedilla) +ç (lowercase c with cedilla) +ß (eszett or sharp S, used in German but occasionally found in French) |