Re: non-ASCII spaces in translation-functions.scm

2015-08-02 Thread David Kastrup
Werner LEMBERG writes: > In lines 84 and 86 of translation-functions, character U+2009 gets > used in the single-character string. Is this intentional? Lines 94 > and 96 use ordinary spaces... > > In case U+2009 is really wanted, this (a) deserves a comment and (b) > lines 94 and 96 should be s

non-ASCII spaces in translation-functions.scm

2015-08-02 Thread Werner LEMBERG
In lines 84 and 86 of translation-functions, character U+2009 gets used in the single-character string. Is this intentional? Lines 94 and 96 use ordinary spaces... In case U+2009 is really wanted, this (a) deserves a comment and (b) lines 94 and 96 should be synchronized to also use U+2009.