From 1371fe1694f98f932288b8ac3a99498a801fe29f Mon Sep 17 00:00:00 2001 From: William Gathoye Date: Sat, 26 Aug 2017 12:42:35 +0200 Subject: Add nnbsp support. This has been discussed on the issue #193 of the wincompose project see.: https://github.com/samhocevar/wincompose/issues/193 --- dotXCompose | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotXCompose b/dotXCompose index 076473a..4ab17d4 100644 --- a/dotXCompose +++ b/dotXCompose @@ -96,6 +96,8 @@ include "%L" # : "‑" U2011 # NON-BREAKING HYPHEN # Already present for me: # : " " U00A0 # NO-BREAK SPACE +# Narrow no-break space, needed for some Latin languages like French + : " " U202f # NARROW NO-BREAK SPACE # Do we want/need these? : "†" U2020 # DAGGER : "‡" U2021 # DOUBLE DAGGER -- cgit v1.2.3