diff Resources/EncodingTests.py @ 2328:0441508735f4

be kind with windows
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Jul 2017 16:15:02 +0200
parents 423d3b692bb9
children 55c900a5b0e4
line wrap: on
line diff
--- a/Resources/EncodingTests.py	Fri Jul 14 16:00:16 2017 +0200
+++ b/Resources/EncodingTests.py	Fri Jul 14 16:15:02 2017 +0200
@@ -75,6 +75,6 @@
 
 
 
-u = (u'grüßEN SébasTIen %s' % source)
+u = (u'grüßEN SébasTIen äöòДΘ')
 print 'static const char *toUpperSource = %s;' % ToArray(u.encode('utf-8'))
 print 'static const char *toUpperResult = %s;' % ToArray(u.upper().encode('utf-8'))