Files
whipper-gui/whipper
Frederik “Freso” S. Olesen 0fff37c954 Explicitly encode path as UTF-8 in truncate_filename()
`os.pathconf()` expects a bytes object, but the path is stored as a
unicode object. Since there's no specified encoding, Python chokes when
trying to convert it to a bytes object. Explicitly encoding it as UTF-8
allows Python to change it to a bytes object smoothly.

Fixes https://github.com/whipper-team/whipper/issues/315
2018-10-29 13:06:02 +01:00
..
2018-10-27 08:30:00 +00:00
2018-10-22 20:51:14 +02:00
2018-10-17 12:00:00 +00:00
2018-05-08 18:39:08 +02:00
2018-10-23 08:30:00 +00:00
2018-01-29 03:34:59 +01:00