taustation-fan / university

Machine-readable data of University courses
https://education.tauguide.de/
3 stars 8 forks source link

Get rid of the "Wide character in print at..." error #2

Closed wbiker closed 6 years ago

wbiker commented 6 years ago

Hi, Trying to run render.pl I always got a Wide character in print at /usr/lib... Template.pm line 201. Fixed this with a binmode => ':utf8' in the template toolkit call.

ANother change is to remove the say $template because it just prints the address without any information

moritz commented 6 years ago

Thanks @wbiker, and sorry for missing your pull request for so long.