set encoding to handle european characters. Fixes #424

This commit is contained in:
clinton-hall 2014-06-11 15:03:19 +09:30
parent 22573a148f
commit 71f9e9ae75
10 changed files with 10 additions and 0 deletions

View file

@ -1,4 +1,5 @@
#!/usr/bin/env python
#-*- coding: iso-8859-15 -*-
#
##############################################################################
### NZBGET POST-PROCESSING SCRIPT ###