diff options
Diffstat (limited to 'doc/tutorial.txt')
| -rw-r--r-- | doc/tutorial.txt | 5 |
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 ===================== |
