You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Doc/howto/unicode.rst
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -493,10 +493,11 @@ The documentation for the :mod:`unicodedata` module.
493
493
494
494
The documentation for the :mod:`codecs` module.
495
495
496
-
Marc-André Lemburg gave `a presentation titled "Python and Unicode" (PDF slides) <http://downloads.egenix.com/python/Unicode-EPC2002-Talk.pdf>`_ at
497
-
EuroPython 2002. The slides are an excellent overview of the design
498
-
of Python 2's Unicode features (where the Unicode string type is
499
-
called ``unicode`` and literals start with ``u``).
496
+
Marc-André Lemburg gave `a presentation titled "Python and Unicode" (PDF slides)
497
+
<https://downloads.egenix.com/python/Unicode-EPC2002-Talk.pdf>`_ at
498
+
EuroPython 2002. The slides are an excellent overview of the design of Python
499
+
2's Unicode features (where the Unicode string type is called ``unicode`` and
500
+
literals start with ``u``).
500
501
501
502
502
503
Reading and Writing Unicode Data
@@ -696,13 +697,20 @@ encoding the data and writing it back out.
696
697
References
697
698
----------
698
699
699
-
One section of `Mastering Python 3 Input/Output <http://pyvideo.org/video/289/pycon-2010--mastering-python-3-i-o>`_, a PyCon 2010 talk by David Beazley, discusses text processing and binary data handling.
a PyCon 2010 talk by David Beazley, discusses text processing and binary data handling.
700
703
701
-
The `PDF slides for Marc-André Lemburg's presentation "Writing Unicode-aware Applications in Python" <http://downloads.egenix.com/python/LSM2005-Developing-Unicode-aware-applications-in-Python.pdf>`_
704
+
The `PDF slides for Marc-André Lemburg's presentation "Writing Unicode-aware
discuss questions of character encodings as well as how to internationalize
703
708
and localize an application. These slides cover Python 2.x only.
704
709
705
-
`The Guts of Unicode in Python <http://pyvideo.org/video/1768/the-guts-of-unicode-in-python>`_ is a PyCon 2013 talk by Benjamin Peterson that discusses the internal Unicode representation in Python 3.3.
0 commit comments