diff options
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Components/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index 2dc19bfd..e140295d 100644 --- a/lib/python/Components/config.py +++ b/lib/python/Components/config.py @@ -349,6 +349,7 @@ class configText(NumericalTextInput): try: self.Text = self.parent.value.decode("utf-8") except UnicodeDecodeError: + self.Text = self.parent.value print "utf8 kaputt!" def checkValues(self): |
