Module fpo
source code
Classes for the support of Gettext .po and .pot files.
This implementation assumes that cpo is working. This should not be
used directly, but can be used once cpo has been established to work.
|
lsep = " "
Seperator for #: entries
|
|
basic_header = r'''msgid...
|
Imports:
multistring,
data,
pocommon,
base,
cpo,
re,
copy,
cStringIO
Tests whether the given encoding is known in the python runtime, or
returns utf-8. This function is used to ensure that a valid encoding is
always used.
|
basic_header
- Value:
r'''msgid ""
msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
'''
|
|