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.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/Lib/lib2to3/tests/data/different_encoding.py b/Lib/lib2to3/tests/data/different_encoding.py
index 888f51f..9f32bd0 100644
--- a/Lib/lib2to3/tests/data/different_encoding.py
+++ b/Lib/lib2to3/tests/data/different_encoding.py
@@ -1,3 +1,6 @@
#!/usr/bin/env python
-# -*- coding: iso-8859-1 -*-
-print u''
+# -*- coding: utf-8 -*-
+print u'ßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞ'
+
+def f(x):
+ print '%s\t-> α(%2i):%s β(%s)'