22 lines
707 B
ReStructuredText
22 lines
707 B
ReStructuredText
=============================================
|
|
Kitchen.text: unicode and utf8 and xml oh my!
|
|
=============================================
|
|
|
|
The kitchen.text module contains functions that deal with text manipulation.
|
|
|
|
.. toctree::
|
|
|
|
api-text-converters
|
|
api-text-display
|
|
api-text-misc
|
|
api-text-utf8
|
|
|
|
:mod:`~kitchen.text.converters`
|
|
deals with converting text for different encodings and to and from XML
|
|
:mod:`~kitchen.text.display`
|
|
deals with issues with printing text to a screen
|
|
:mod:`~kitchen.text.misc`
|
|
is a catchall for text manipulation functions that don't seem to fit
|
|
elsewhere
|
|
:mod:`~kitchen.text.utf8`
|
|
contains deprecated functions to manipulate utf8 byte strings
|