summaryrefslogtreecommitdiff
path: root/third_party/pep8/testsuite/latin-1.py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/pep8/testsuite/latin-1.py')
-rw-r--r--third_party/pep8/testsuite/latin-1.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/pep8/testsuite/latin-1.py b/third_party/pep8/testsuite/latin-1.py
new file mode 100644
index 00000000000..8328cfba9e7
--- /dev/null
+++ b/third_party/pep8/testsuite/latin-1.py
@@ -0,0 +1,6 @@
+# -*- coding: latin-1 -*-
+# Test non-UTF8 encoding
+latin1 = ('ßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿ'
+ 'ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞ')
+
+c = ("wå")