msiebuhr / charcod.es

Small webpage for finding the odd unicode char code.
https://charcodes.netlify.app/
ISC License
18 stars 3 forks source link

Remove non-printable characters #2

Closed msiebuhr closed 12 years ago

msiebuhr commented 12 years ago

Don't import non-printable chars from Unicode.

bramstein commented 12 years ago

Not to hijack your project, but I would love to keep non-printable characters in. I quite often have to look up non-printable characters to insert into code. It would also be great to have the character name/description be visible by default so I can quickly find the one that matches what I remember.

msiebuhr commented 12 years ago

As to showing the names, I'm quite against the clutter-business - but perhaps with tooltips?

I can see your point about actually not removing the non-printables. As I'm not entirely sure it's possible to get even a decently low rate of false-negatives, I might drop it all together. (Also, It's quite boing compared to much of the other stuff we can do.)