[csw-maintainers] pkgcheck: error handling diacritical characters in paths

Maciej (Matchek) Bliziński maciej at opencsw.org
Tue Jun 26 13:45:56 CEST 2012


2012/6/26  <pfelecan at opencsw.org>:
> 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.


More information about the maintainers mailing list