Skip to content

Fix "can't encode character" error by encoding string to ascii

Falk Seidl requested to merge pdf-download-encoding-fix into master

When downloading pdf's the file name is constructed by the names of the track and station. Both can contain unicode characters. Encode the names to ascii to leave out unicode chars.

Merge request reports