Home | Trees | Index | Help |
|
---|
|
Method Summary | |
---|---|
Initialize Profile object. | |
Checks if sting is valid for bidirectional printing. | |
Checks for unassigned character codes. | |
Mapping part of string preparation. | |
Complete string preparation procedure for 'stored' strings. | |
Complete string preparation procedure for 'query' strings. | |
Checks for prohibited characters. |
Class Variable Summary | |
---|---|
list |
cache_items = []
|
Method Details |
---|
__init__(self,
unassigned,
mapping,
normalization,
prohibited,
bidi=1)
Initialize Profile object. |
check_bidi(self, s)Checks if sting is valid for bidirectional printing. |
check_unassigned(self, s)Checks for unassigned character codes. |
map(self, s)Mapping part of string preparation. |
prepare(self, data)Complete string preparation procedure for 'stored' strings. (includes checks for unassigned codes)
|
prepare_query(self, s)Complete string preparation procedure for 'query' strings. (without checks for unassigned codes)
|
prohibit(self, s)Checks for prohibited characters. |
Class Variable Details |
---|
cache_items
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Dec 26 17:57:45 2005 | http://epydoc.sf.net |