mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-13 16:06:30 +00:00
eb7e53ef6c
Rather than the *entire* file name. The current method is extremely inefficient, but having control characters in file names is also extremely uncommon; it’s something that should be fixed, only eventually.
7 lines
506 B
Plaintext
7 lines
506 B
Plaintext
ansi: [[31m\u{1b}[0m[34mblue[31m\u{1b}[0m[0m] form-feed: [[31m\u{c}[0m] return: [[31m\r[0m]
|
||
ascii: hello invalid-utf8-1: [<5B>] tab: [[31m\t[0m]
|
||
backspace: [[31m\u{8}[0m] invalid-utf8-2: [<5B>(] utf-8: pâté
|
||
bell: [[31m\u{7}[0m] invalid-utf8-3: [<5B>(] vertical-tab: [[31m\u{b}[0m]
|
||
emoji: [🆒] invalid-utf8-4: [<5B>(<28>(]
|
||
escape: [[31m\u{1b}[0m] new-line: [[31m\n[0m]
|