mirror of https://github.com/python/cpython
#6891: comment out dead link to Unicode article.
This commit is contained in:
parent
b29709adc8
commit
83130c3942
|
@ -210,11 +210,12 @@ To help understand the standard, Jukka Korpela has written an introductory guide
|
||||||
to reading the Unicode character tables, available at
|
to reading the Unicode character tables, available at
|
||||||
<http://www.cs.tut.fi/~jkorpela/unicode/guide.html>.
|
<http://www.cs.tut.fi/~jkorpela/unicode/guide.html>.
|
||||||
|
|
||||||
Two other good introductory articles were written by Joel Spolsky
|
Another good introductory article was written by Joel Spolsky
|
||||||
<http://www.joelonsoftware.com/articles/Unicode.html> and Jason Orendorff
|
<http://www.joelonsoftware.com/articles/Unicode.html>.
|
||||||
<http://www.jorendorff.com/articles/unicode/>. If this introduction didn't make
|
If this introduction didn't make things clear to you, you should try reading this
|
||||||
things clear to you, you should try reading one of these alternate articles
|
alternate article before continuing.
|
||||||
before continuing.
|
|
||||||
|
.. Jason Orendorff XXX http://www.jorendorff.com/articles/unicode/ is broken
|
||||||
|
|
||||||
Wikipedia entries are often helpful; see the entries for "character encoding"
|
Wikipedia entries are often helpful; see the entries for "character encoding"
|
||||||
<http://en.wikipedia.org/wiki/Character_encoding> and UTF-8
|
<http://en.wikipedia.org/wiki/Character_encoding> and UTF-8
|
||||||
|
|
Loading…
Reference in New Issue