tools/mkcharinfo: comment alternative nbsp stringification
[sheet.git] / tools / mkcharinfo
index 66f3a0022d94058a525bce55cb90c476e13826b7..988d7b151ec86b4835849d124745fbb8373ec123 100755 (executable)
@@ -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: ∤ |ͯ ⨝)
 );