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