2012/6/26 <[email protected]>: > full_path = unicode(self.MakeAbsolutePath(file_path))
Try replacing this with: full_path = unicode(self.MakeAbsolutePath(file_path), 'utf-8') If this works, feel free to submit the fix. _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
