You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Absolute minimum](https://www.joelonsoftware.com/2003/10/08/the-absolute-minimum-every-software-developer-absolutely-positively-must-know-about-unicode-and-character-sets-no-excuses/) that every software developer should know about unicode.
2
3
-`\u3053` is a unicode character from the unicode character set (`こ` in [HTML](https://software.hixie.ch/utilities/cgi/unicode-decoder/utf8-decoder)).
3
4
[Encoded as UTF-8](https://stackoverflow.com/questions/1229414/unicode-utf-8-utf-16-encoding-in-python): `\xe3\x81\x93`
0 commit comments