On Tue, Dec 05, 2017 at 06:17:34AM -0700, [email protected] wrote: > how do I get &zwsp; treated as a nothing? > > def7_uni.h: {0x200b,""}, {0x200e,"(->)"}, {0x200f,"(<-)"}, {0x200a,""}, > def7_uni.tbl: U+200b: > entities.h: {"zwsp", 8203}, /* zero width space, U+200b NEW RFC 2070 */ > entities.h: {"zwsp", 0x200B}, /* ZERO WIDTH SPACE > */ > > didn't do it.
It may require some program logic (beyond also ensuring that the number's in your locale tables). Soft-hyphen for instance is treated specially. -- Thomas E. Dickey <[email protected]> https://invisible-island.net ftp://ftp.invisible-island.net
signature.asc
Description: Digital signature
_______________________________________________ Lynx-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lynx-dev
