Show HN: I made a Chrome extension to reveal zero-width characters
11–20 of 99 posts
Re: Show HN: I made a Chrome extension to reveal zero-width characters
#12It might make more sense as a clipboard filter. If you're an English speaker that doesn't often handle languages which gain from zero width characters you could just have a listener scan your clipboard for zero-width characters, silently strip them, and then re-populate the clipboard. Although I've been thinking about building a clipboard filter for Windows a lot lately, I'm getting tired of copying text to the addre…
Re: Show HN: I made a Chrome extension to reveal zero-width characters
#13Re: Show HN: I made a Chrome extension to reveal zero-width characters
#14lol you didn't even give anyone a chance. I saw someone asking about this in the comments from the article this morning.
Re: Show HN: I made a Chrome extension to reveal zero-width characters
#15I'll be sure to add a link to http://zerowidth.space
Re: Show HN: I made a Chrome extension to reveal zero-width characters
#16Earlier quoted context omitted.
Ctrl+shift+v pastes without formatting
Not on all apps though. Office apps do not respect that shortcut convention and require clicking on the "Paste Without Formatting" button.
Re: Show HN: I made a Chrome extension to reveal zero-width characters
#17Earlier quoted context omitted.
Not on all apps though. Office apps do not respect that shortcut convention and require clicking on the "Paste Without Formatting" button.
In Office, you can hit Ctrl after pasting, then "t" to select paste without formatting, which is nicer than switching from keyboard to mouse. The obnoxious thing is that, if the source text did not actually have formatting, then there is no menu that opens by Ctrl, and "t" is instead inserted verbatim. Wrecks havoc with my muscle memory, that I need to keep track of where I copied text from when pasting.
Re: Show HN: I made a Chrome extension to reveal zero-width characters
#18`vis`: display non-printable characters in a visual format
`cat -e`: Display non-printing characters and display a dollar sign (`$') at the end of each line.
`hexdump -c`: Display the input offset in hexadecimal, followed by sixteen space-separated, three column, space-filled, characters of input data per line.
`od -a`: Output named characters.
Re: Show HN: I made a Chrome extension to reveal zero-width characters
#19A bit tangential, here's a few unix utils you can use to inspect text: `vis`: display non-printable characters in a visual format `cat -e`: Display non-printing characters and display a dollar sign (`$') at the end of each line. `hexdump -c`: Display the input offset in hexadecimal, followed by sixteen space-separated, three column, space-filled, characters of input data per line. `od -a`: Output named characters.
Re: Show HN: I made a Chrome extension to reveal zero-width characters
#20OP, does this mess up ZWJ emoji (like any of the skin-tone-modified emoji)?