summaryrefslogtreecommitdiffstats
path: root/Lib/lib2to3/tests/data/different_encoding.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/lib2to3/tests/data/different_encoding.py')
-rw-r--r--Lib/lib2to3/tests/data/different_encoding.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/lib2to3/tests/data/different_encoding.py b/Lib/lib2to3/tests/data/different_encoding.py
new file mode 100644
index 0000000..4bb82bd
--- /dev/null
+++ b/Lib/lib2to3/tests/data/different_encoding.py
@@ -0,0 +1,4 @@
+#!/usr/bin/env python
+# -*- coding: iso-8859-1 -*-
+print(u'ßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞ')
+