aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_lib2to3/data/different_encoding.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_lib2to3/data/different_encoding.py')
-rwxr-xr-xLib/test/test_lib2to3/data/different_encoding.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/Lib/test/test_lib2to3/data/different_encoding.py b/Lib/test/test_lib2to3/data/different_encoding.py
new file mode 100755
index 00000000000..9f32bd04dc2
--- /dev/null
+++ b/Lib/test/test_lib2to3/data/different_encoding.py
@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+print u'ßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞ'
+
+def f(x):
+ print '%s\t-> α(%2i):%s β(%s)'