m17n-list
[Top][All Lists]
Advanced

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

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


From: Vishvas Vasuki
Subject: Re: [m17n-list] Replace ZWNJ shortcut in hi-itrans
Date: Sat, 12 Jan 2019 07:56:32 -0800



On Sat, Jan 12, 2019 at 4:52 AM handa <address@hidden> wrote:
In article <CAFY6qgER6AaUaAc9iDUCo4E4+wrejCa9rBW9qs1t_wJ-=t1V=address@hidden>, विश्वासो वासुकिजः (Vishvas Vasuki) <address@hidden> writes:

> 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

Ok.  But, isn't it necessary to change "(S-\ )" in the map "start"?

Ah - Actually I almost never use these zero width joiners - and they're not specific to devanAgarI. Better to move ZWNJ and ZWJ to lsymbols.mim as follows:
;; zero width joiners  
("z" (delete @0) ("‌"))

Also, could you please replace the below $ map (another frequent problem) in hi-itrans:

      ("$" "र्")         ; not in ITRANS Devanagari table

 

---
K. Handa
address@hidden


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


reply via email to

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