msiebuhr / charcod.es

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

Unable to find "soft hyphen" #43

Closed pmakholm closed 10 years ago

pmakholm commented 10 years ago

Soft hyphen should be code point U+00AD in the Latin-1 Supplement, but I am unable to find it on charcod.es

Munter commented 10 years ago

It's there, but doesn't show up in any search criteria I could type in. Looks like a bug.

http://charcod.es/#173

Munter commented 10 years ago

Ah, got it. The search actually matches it, but it's not displayed since it's display is zero-width. I can see the dom node representing it, but it has no dimensions

Munter commented 10 years ago

These two should fix it.

msiebuhr commented 10 years ago

Pushed to gh-pages.