Fabian Boehm 357eb3cd32 fish_key_reader: use char_to_symbol for verbose output
byte_to_symbol was broken because it didn't iterate by byte, it
iterated by rust-char, which is a codepoint.

So it failed for everything outside of ascii and, because of a
mistaken bound, ascii chars from 0x21 to 0x2F ("!" to "/" - all the punctuation).

char_to_symbol will print printable codepoints as-is and
others escaped. This is okay - something like `decoded from: +` or
`decoded from: ö` is entirely understandable, there is no need to tell
you that "ö" is \xc3\xb6.

This reverts commit 423e5f6c039212fdd5d6b6f46e644666a460d944.
2024-08-13 16:03:47 +02:00
..
2024-06-10 17:14:13 +02:00
2024-04-23 21:59:40 +02:00
2023-11-15 17:58:42 +01:00
2020-11-22 14:39:48 +01:00
2024-06-02 15:11:51 -07:00
2024-06-02 15:31:19 -07:00
2020-11-22 14:39:48 +01:00
2024-04-02 22:41:54 +02:00
2020-11-22 14:39:48 +01:00
2023-06-01 18:20:19 +02:00
2024-05-16 12:26:47 +02:00
2024-06-02 14:17:36 -07:00
2023-06-01 18:20:19 +02:00