summaryrefslogtreecommitdiff
path: root/doc/tutorial.txt
diff options
context:
space:
mode:
authorscoder <none@none>2009-07-13 22:27:03 +0200
committerscoder <none@none>2009-07-13 22:27:03 +0200
commit5220d3637846a0afde15358a83a26fd526a9b25e (patch)
tree263e4d3b98f791878fb5753e5b5cad4e1ea97797 /doc/tutorial.txt
parentfb943cb49a26139551e2dfd032dbf379157b86fe (diff)
downloadpython-lxml-5220d3637846a0afde15358a83a26fd526a9b25e.tar.gz
[svn r4181] r5186@delle: sbehnel | 2009-07-13 22:23:25 +0200
tutorial link to W3C article on Unicode and encodings --HG-- branch : trunk
Diffstat (limited to 'doc/tutorial.txt')
-rw-r--r--doc/tutorial.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tutorial.txt b/doc/tutorial.txt
index 453d79e7..6c7c74d2 100644
--- a/doc/tutorial.txt
+++ b/doc/tutorial.txt
@@ -612,6 +612,11 @@ might become handy. Just pass the ``unicode`` type as encoding:
>>> etree.tostring(root, encoding=unicode, method='text')
u'HelloW\xf6rld'
+The W3C has a good `article about the Unicode character set and
+character encodings`_.
+
+.. _`article about the Unicode character set and character encodings`: http://www.w3.org/International/tutorials/tutorial-char-enc/
+
The ElementTree class
=====================