From 8521aa8e17b8e10fd0d9450d474d8ab06a8c2b73 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 23 Jun 2015 16:34:32 +0200 Subject: [PATCH] tools/mkcharinfo: comment alternative nbsp stringification --- tools/mkcharinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mkcharinfo b/tools/mkcharinfo index 66f3a00..988d7b1 100755 --- a/tools/mkcharinfo +++ b/tools/mkcharinfo @@ -15,7 +15,7 @@ my %info = ( "\xAD" => {string => '-'}, "\x{200E}" => {string => '→'}, "\x{200F}" => {string => '←'}, - "\x{200B}" => {string => '␣'}, + "\x{200B}" => {string => '␣'}, # nbsp: ~ in TeX "\x{200C}" => {string => '|'}, # ISO-9995-7-081 lookalike (alt: ∣ ⊺ ⟙) "\x{200D}" => {string => '⁀'}, # join (alt: ∤ |ͯ ⨝) ); -- 2.30.0