05-16-2014, 09:58 AM
I distilled some of my own "lessons learned" when dealing with unicode characters recently in a blog post. Linux users and Python programmers may find it helpful!
tl;dr: You can enter unicode characters in many Linux apps by entering U + their hexadecimal code point while holding down control and shift. You can specify them as literals in Python code with either \uXXXX or \UXXXXXXXX.
tl;dr: You can enter unicode characters in many Linux apps by entering U + their hexadecimal code point while holding down control and shift. You can specify them as literals in Python code with either \uXXXX or \UXXXXXXXX.
asyyy^ | are you releated to chuck norris?