Trees | Indices | Help |
|
---|
|
Classes that hold units of .oo files (oounit) or entire files (oofile).
These are specific .oo files for localisation exported by OpenOffice.org - SDF format (previously knows as GSI files). For an overview of the format, see http://l10n.openoffice.org/L10N_Framework/Intermediate_file_format.html
The behaviour in terms of escaping is explained in detail in the programming comments.
|
|||
unormalizechar | |||
ooline this represents one line, one translation in an .oo file |
|||
oounit this represents a number of translations of a resource |
|||
oofile this represents an entire .oo file |
|||
oomultifile this takes a huge GSI file and represents it as multiple smaller files... |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
normalfilenamechars =
|
|||
normalizetable =
|
|||
unormalizetable = {}
|
|||
helptagre = re.compile(r'</
|
|||
i =
|
|
Escapes the help text as it would be in an SDF file. <, >, " are only escaped in <[[:lower:]]> tags. Some HTML tags make it in in lowercase so those are dealt with. Some OpenOffice.org help tags are not escaped. |
|
normalfilenamechars
|
normalizetable
|
helptagre
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Sep 23 13:50:48 2008 | http://epydoc.sourceforge.net |