Changeset 614:d16da6e739ef in documentViewer
- Timestamp:
- Oct 21, 2013, 8:36:54 AM (12 years ago)
- Branch:
- default
- Children:
- 615:d6eca930a534, 616:3f9b42840901
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
SrvTxtUtils.py
r613 r614 23 23 import xml.etree.ElementTree as ET 24 24 25 srvTxtUtilsVersion = "1.12. 1"25 srvTxtUtilsVersion = "1.12.2" 26 26 27 27 map_months = {'en': [u"", … … 85 85 if isinstance(s, str): 86 86 return s 87 el se:87 elif isinstance(s, unicode): 88 88 return s.encode('utf-8') 89 else: 90 return str(s) 89 91 90 92 def getText(node, recursive=0):
Note: See TracChangeset
for help on using the changeset viewer.