Skip to content

Commit c329bcf

Browse files
authored
Update unicode.md
1 parent 74ca6a1 commit c329bcf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

unicode.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
- [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/)
1+
- [Shapecatcher](http://shapecatcher.com/)
2+
- [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.
23
- `\u3053` is a unicode character from the unicode character set (`&#x3053` in [HTML](https://software.hixie.ch/utilities/cgi/unicode-decoder/utf8-decoder)).
34
[Encoded as UTF-8](https://stackoverflow.com/questions/1229414/unicode-utf-8-utf-16-encoding-in-python): `\xe3\x81\x93`

0 commit comments

Comments
 (0)