Skip to content

Commit

Permalink
Do not add soft hyphen
Browse files Browse the repository at this point in the history
It is not required and rendering systems wont respect this glyph
  • Loading branch information
santhoshtr committed Sep 29, 2023
1 parent c174026 commit 6719c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/malayalamfont.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ def build(self, design_dir):
".null": 0,
"nonmarkingreturn": 0,
"uni00A0": 0x00A0, # NBSP
"uni00AD": 0x00AD, # Soft hyphen
# "uni00AD": 0x00AD, # Soft hyphen
"zwnj": 0x200C,
"zwj": 0x200D,
}
Expand Down

0 comments on commit 6719c04

Please sign in to comment.