From 198fed81fb26fd23c56fd1f3816b0456a9e9bcae 2012-03-25 21:53:45 From: Thomas Kluyver Date: 2012-03-25 21:53:45 Subject: [PATCH] Add file required for Unicode test. --- diff --git a/IPython/core/tests/nonascii.py b/IPython/core/tests/nonascii.py new file mode 100644 index 0000000..8f88c3e --- /dev/null +++ b/IPython/core/tests/nonascii.py @@ -0,0 +1,5 @@ +# encoding: iso-8859-5 +# (Unlikely to be the default encoding for most testers.) +# ������������������� <- Cyrillic characters +from __future__ import unicode_literals +u = '����'