Changeset 3498 for pykota/trunk
- Timestamp:
- 05/06/09 06:50:29 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/cups.py
r3497 r3498 97 97 try : 98 98 setattr(self, attrib, 99 getattr(self, attrib).decode( "UTF-8", "replace"))99 getattr(self, attrib).decode(self.Charset, "replace")) # Charset itself should only be stored in ascii anyway 100 100 except AttributeError : 101 101 pass