Skip to content

Commit

Permalink
compose/accent_grave_double.json: add double grave accent
Browse files Browse the repository at this point in the history
  • Loading branch information
quantenzitrone committed Oct 3, 2024
1 parent e309b76 commit b995af9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions srcs/compose/accent_grave_double.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
// latin
"a": "ȁ",
"e": "ȅ",
"i": "ȉ",
"o": "ȍ",
"r": "ȑ",
"u": "ȕ",
//cyrillic
"ѵ": "ѷ",
"а": "а\u030f",
"е": "е\u030f",
"и": "и\u030f",
"о": "о\u030f",
"р": "р\u030f",
"у": "у\u030f"
}

0 comments on commit b995af9

Please sign in to comment.