Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

My question is, where's the unicode equivalent of this? :)


sort by: page size:

Thanks! I've added a unicode charset, but it's pretty sparse.

Nice; Unicode is ? awesome!

Anyone know of a good web-based equivalent?


"If you want to get more symbols into Unicode, please use our Open Source Guide."

https://github.com/jloughry/Unicode

Note: glad to see they documented their process. : )


Here's a serious attempt at encoding arbitrary data into Unicode characters:

https://github.com/qntm/base65536


Maybe >(Unicode 0xFF1/>) would be a good substitute?

Side by side: >>


It doesn't, but does support unicode text, so use just another site and then copy-paste the result here. :)

THIS... but with some non-unicode Chinese encoding instead

Note: To see what Unicode characters are in a piece of text, one can paste them into a tool like Uniview: https://r12a.github.io/uniview/ (Developed by one of the W3C i18n people)


This is the most important part of Unicode for me:

https://www.unicode.org/reports/tr9/tr9-46.html

because I speak a right-to-left language. Whoever wants to write an application involving text entry, and truly support localization or internationalization, should take the time to read at least section 3:

https://www.unicode.org/reports/tr9/tr9-46.html#Basic_Displa...


Do those characters map to something visually useful in (typical) unicode fonts?

That would be neat :)

Edit: Apparently, kinda (e.g. https://www.compart.com/en/unicode/U+241E )

Not the most creative....



Most modern browser will show you the unicode version.

Thanks! Wasn't aware of Unicode::UTF8. Updated my blog.

This is great and very useful. Are there plans to add unicode support? http://toadjaw.com/article?url=http://www.tdkterim.gov.tr/bt...

Unicode [0].

You'll need a terminal that supports Unicode (but most do nowadays, AFAIK) and a font that can display Unicode characters.

Oh, and make sure you're using a locale that supports UTF-8, of course.

---

[0]: https://en.wikipedia.org/wiki/Unicode



I started a project on GitHub to do it: https://github.com/jloughry/Unicode

In short, there are multiple ways to represent the same character in Unicode: https://stackoverflow.com/questions/16173328

@ademarre's RFC link looks like a good place to look for guidance.

next

Legal | privacy