removing testing utf-16 value from default

This commit is contained in:
Emmanuel Bretelle 2008-05-15 17:19:20 +01:00
parent 476e889345
commit 54d7b5d669
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class TerminatorConfValuestore:
'http_proxy' : '',
'ignore_hosts' : ['localhost','127.0.0.0/8','*.local'],
'encoding' : 'UTF-8',
'active_encodings' : ['UTF-8', 'ISO-8859-1', 'UTF-16'],
'active_encodings' : ['UTF-8', 'ISO-8859-1'],
}
def __getattr__ (self, keyname):