Skip to content

Commit

Permalink
Fix Jawi letters
Browse files Browse the repository at this point in the history
  • Loading branch information
rastikerdar committed Jun 10, 2022
1 parent 4db591e commit 2abefc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/features/lab/glyphs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const glyphCollections: GlyphCollections = {
},
jawi: {
letters:
ب‎ ت‎ ة‎ ث‎ ج‎ ح‎ چ‎ خ‎ د‎ ذ‎ ر‎ ز‎ س‎ ش‎ ص‎ ض‎ ط‎ ظ‎ ع‎ غ‎ ڠ‎ ف‎ ڤ‎ ق‎ ک‎ ڬ ݢ‎ ل‎ م‎ ن‎ و‎ ۏ‎ ه‎ ی‎ ڽ‎ ء‎ أ‎ إ‎ ئ‎ لا".split(
إ ب ت ث ج چ ح خ د ذ ر ز س ش ص ض ط ظ ع غ ڠ ف ڤ ق ک ݢ ل م ن و ۏ ه ة ء ي ڽ ى لا".split(
" ",
),
numbers: "٠ ١ ٢ ٣ ٤ ٥ ٦ ٧ ٨ ٩".split(" "),
Expand Down

0 comments on commit 2abefc2

Please sign in to comment.