diff options
author | Georg Brandl <georg@python.org> | 2009-09-16 09:30:48 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-09-16 09:30:48 (GMT) |
commit | 83130c39427f20566b3bae73c28c15b4326daf1c (patch) | |
tree | e380f24dca782c7a5b3963f2d14b5b555ef91851 /Doc/howto | |
parent | b29709adc8503317119f600013acee5e84bb926a (diff) | |
download | cpython-83130c39427f20566b3bae73c28c15b4326daf1c.zip cpython-83130c39427f20566b3bae73c28c15b4326daf1c.tar.gz cpython-83130c39427f20566b3bae73c28c15b4326daf1c.tar.bz2 |
#6891: comment out dead link to Unicode article.
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/unicode.rst | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst index c09a72d..4b34c82 100644 --- a/Doc/howto/unicode.rst +++ b/Doc/howto/unicode.rst @@ -210,11 +210,12 @@ To help understand the standard, Jukka Korpela has written an introductory guide to reading the Unicode character tables, available at <http://www.cs.tut.fi/~jkorpela/unicode/guide.html>. -Two other good introductory articles were written by Joel Spolsky -<http://www.joelonsoftware.com/articles/Unicode.html> and Jason Orendorff -<http://www.jorendorff.com/articles/unicode/>. If this introduction didn't make -things clear to you, you should try reading one of these alternate articles -before continuing. +Another good introductory article was written by Joel Spolsky +<http://www.joelonsoftware.com/articles/Unicode.html>. +If this introduction didn't make things clear to you, you should try reading this +alternate article before continuing. + +.. Jason Orendorff XXX http://www.jorendorff.com/articles/unicode/ is broken Wikipedia entries are often helpful; see the entries for "character encoding" <http://en.wikipedia.org/wiki/Character_encoding> and UTF-8 |