Re: [gentoo-portage-dev] [PATCH] dohtml: handle unicode (bug 561846)

2015-10-04 Thread Brian Dolbec
On Sat, 3 Oct 2015 15:33:03 -0700 Zac Medico wrote: > Decode all arguments and listdir results as UTF-8, and return > unsuccessfully if anything fails to decode as UTF-8. Use portage > os and shutil wrappers to encode file names as UTF-8 regardless > of locale. > >

[gentoo-portage-dev] [PATCH] dohtml: handle unicode (bug 561846)

2015-10-03 Thread Zac Medico
Decode all arguments and listdir results as UTF-8, and return unsuccessfully if anything fails to decode as UTF-8. Use portage os and shutil wrappers to encode file names as UTF-8 regardless of locale. X-Gentoo-Bug: 561846 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=561846 ---