Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def begin_text_resource(self, resource, text):
- if (resource.meta.lc):
- self.default_locale = locale.getlocale()
- try:
- locale.setlocale(locale.LC_ALL,
- ('en_US.utf8', resource.meta.encoding))
- except Exception as e:
- print e
- return text
Advertisement
Add Comment
Please, Sign In to add comment