##// END OF EJS Templates
Add file required for Unicode test.
Thomas Kluyver -
Show More
@@ -0,0 +1,5 b''
1 # encoding: iso-8859-5
2 # (Unlikely to be the default encoding for most testers.)
3 # ������������������� <- Cyrillic characters
4 from __future__ import unicode_literals
5 u = '����'
General Comments 0
You need to be logged in to leave comments. Login now