aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/vcs_to_changelog/misc_util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vcs_to_changelog/misc_util.py b/scripts/vcs_to_changelog/misc_util.py
index 51632f6..b425bec 100644
--- a/scripts/vcs_to_changelog/misc_util.py
+++ b/scripts/vcs_to_changelog/misc_util.py
@@ -40,7 +40,7 @@ def decode(string):
Decode a string read from the source file. The multiple attempts are needed
due to the presence of the page break characters and some tests in locales.
'''
- codecs = ['utf8', 'latin1', 'cp1252']
+ codecs = ['utf8', 'cp1252']
for i in codecs:
try: