m17n-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[m17n-list] Replace ZWNJ shortcut in hi-itrans


From: Vishvas Vasuki
Subject: [m17n-list] Replace ZWNJ shortcut in hi-itrans
Date: Sun, 6 Jan 2019 16:23:09 -0800

I repeatedly have a problem when typing devanAgarI markdown - the sequence "## " often leads to "##<ZWNJ>", which breaks markdown-to-html engines.

So, can you please replace the line:

((S-\ ) "‌")                  ; not in ITRANS Devanagari table

with something like:

; To avoid unintended production of ZWNJ we use an uncommon keystroke.
((C-S-\ ) "‌")                  ; not in ITRANS Devanagari table

--
--
Vishvas /विश्वासः


reply via email to

[Prev in Thread] Current Thread [Next in Thread]