summaryrefslogtreecommitdiff
path: root/Mailman/Utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/Utils.py')
-rw-r--r--Mailman/Utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Utils.py b/Mailman/Utils.py
index 4121d3d75..240658e59 100644
--- a/Mailman/Utils.py
+++ b/Mailman/Utils.py
@@ -660,7 +660,7 @@ def makedirs(path, mode=02775):
# XXX Replace this with direct calls. For now, existing uses of GetCharSet()
# are too numerous to change.
def GetCharSet(lang):
- return config.languages.get_language_data(lang)[1]
+ return config.languages.get_charset(lang)