File: api-text.rst

package info (click to toggle)
kitchen 1.2.6-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,284 kB
  • sloc: python: 10,749; makefile: 22; sh: 4
file content (22 lines) | stat: -rw-r--r-- 707 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
=============================================
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