Skip to content

Commit

Permalink
Add Urdu characters support to the utf8Glyphs() function #71
Browse files Browse the repository at this point in the history
  • Loading branch information
khaled-alshamaa committed Oct 27, 2024
1 parent 8911465 commit 716deb1
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions src/data/ar_glyphs.json
Original file line number Diff line number Diff line change
Expand Up @@ -502,5 +502,45 @@
"3": "066A",
"prevLink": false,
"nextLink": false
},
"ٹ": {
"0": "FB66",
"1": "FB67",
"2": "FB68",
"3": "FB69",
"prevLink": true,
"nextLink": true
},
"ڈ": {
"0": "FB88",
"1": "FB89",
"2": "FB88",
"3": "FB89",
"prevLink": false,
"nextLink": true
},
"ڑ": {
"0": "FB8C",
"1": "FB8D",
"2": "FB8C",
"3": "FB8D",
"prevLink": false,
"nextLink": true
},
"ں": {
"0": "FB9E",
"1": "FB9F",
"2": "FEE7",
"3": "FEE8",
"prevLink": true,
"nextLink": true
},
"ے": {
"0": "FBAE",
"1": "FBAF",
"2": "FBAE",
"3": "FBAF",
"prevLink": false,
"nextLink": true
}
}

0 comments on commit 716deb1

Please sign in to comment.