|
|
|
|
|
by nothrabannosir
2863 days ago
|
|
To be fair, combining some of the HN comments: $ python
Python 3.7.0 (default, Jul 22 2018, 21:11:34)
[Clang 9.1.0 (clang-902.0.39.2)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import unicodedata as ud
>>> ud.normalize('NFKD', '''It's a kinda ascii-art thing that π©π’π±π° πΆπ¬π² ππ«π°π΄π’π― π₯π« π π¬πͺπͺπ’π«π±π° ππ©π© π£ππ«π πΆ π©π¦π¨π’ π±π₯π¦π°. ππ£ ππππ π₯πππ€ ππ πͺπ π¦ π¨πππ₯ πππ€π€ ππ π₯πππ ππ π£π π π¦π₯ππππ.
...
... πΈππ'π πππππππ πππππ?''')
"It's a kinda ascii-art thing that lets you answer hn comments all fancy like this. Or like this if you want less gothic more outline.\n\nIsn't unicode great?"
>>>
You'd hope a screen reader would have more effort put into it than a 3 second read of a HN thread? |
|