On Mon, May 13, 2013 at 10:59 AM, Jonathan Hayward
<jonathan.hayw...@pobox.com> wrote:

That is way too much code for me to try and dig into.

Remove everything not needed to demo it.  Replace big strings with
little strings.

My guess is it should be 1-3 lines, like

>>> print('123%(a)s' % {'a': u'\u0161' } )
123ลก

But that works.  may need a few other lines, or something.
It is also possible that there is a setting in your OS that has an effect.

What OS?

--
Carl K
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to