summaryrefslogtreecommitdiff
path: root/slugify/special.py
diff options
context:
space:
mode:
Diffstat (limited to 'slugify/special.py')
-rw-r--r--slugify/special.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/slugify/special.py b/slugify/special.py
index 767541a..d3478d5 100644
--- a/slugify/special.py
+++ b/slugify/special.py
@@ -1,3 +1,6 @@
+# -*- coding: utf-8 -*-
+
+
def add_uppercase_char(char_list):
""" Given a replacement char list, this adds uppercase chars to the list """