1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: "my_custom_encoding"
version: "1.0.0"
script_type: "romanized"
description: "Example custom encoding scheme for testing"
author: "Shlesha Team"
metadata:
has_implicit_a: false
direction: "ltr"
case_sensitive: true
mappings:
consonants:
"k": "क"
"g": "ग"
"c": "च"
"j": "ज"
"t": "त"
"d": "द"
"n": "न"
"p": "प"
"b": "ब"
"m": "म"
"y": "य"
"r": "र"
"l": "ल"
"v": "व"
"s": "स"
"h": "ह"
vowels:
"a": "अ"
"i": "इ"
"u": "उ"
"e": "ए"
"o": "ओ"
validation:
patterns: