We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3222ad + 6b32f17 commit 4e53dd8Copy full SHA for 4e53dd8
2 files changed
scriptshifter/tables/data/chechen_cyrillic.yml
@@ -0,0 +1,15 @@
1
+---
2
+general:
3
+ name: Chechen (Cyrillic)
4
+ parents:
5
+ - cyrillic_generic
6
+
7
+roman_to_script:
8
+ map:
9
+ "H\u0307": "\u04C0"
10
+ "h\u0307": "\u04CF"
11
12
+script_to_roman:
13
14
+ "\u04C0": "H\u0307"
15
+ "\u04CF": "h\u0307"
scriptshifter/tables/index.yml
@@ -56,6 +56,9 @@ buriat_cyrillic:
56
burmese:
57
marc_code: bur
58
name: Burmese (Myanmar)
59
+chechen_cyrillic:
60
+ marc_code: che
61
62
chinese:
63
marc_code: chi
64
name: Chinese (Hanzi)
0 commit comments