Hi, all!
> I have done a bug report.
> http://code.google.com/p/pyjamas/issues/detail?id=683
>

I added a comment with code sample to this ticket.
Git bisect showed that utf8 was broken by commit
c9b4074844d58b57c5177f71bb5f9d7a771c8949, at Fri Jan 20 23:11:44,
'Merged Daniel Kluev's works from translator.py into current
translator_proto.py'
Problem is that pyjs now generates different code for non-ascii symbols:
was (correct):
----
return $m['HTML']('Привет');
----
now:
----
return $m['HTML']('\xd0\x9f\xd1\x80\xd0\xb8\xd0\xb2\xd0\xb5\xd1\x82');
----

So, I stuck with old pyjamas version for now.

Seva

Reply via email to