Remove unbreakable space.

This commit is contained in:
Valentin Lorentz 2015-09-29 17:38:07 +02:00
parent 27b878ff7c
commit 85ee37c162

View File

@ -296,7 +296,7 @@ def perlVariableSubstitute(vars, text):
else:
try:
return str(x)
except UnicodeEncodeError: # Python 2
except UnicodeEncodeError: # Python 2
return str(x).encode('utf8')
except KeyError:
if braced: