tychota / pyv8

Automatically exported from code.google.com/p/pyv8
0 stars 0 forks source link

testUnicode fails on Debian Lenny #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
FAIL: testUnicode (__main__.TestWrapper)
Traceback (most recent call last):
  File "PyV8.py", line 839, in testUnicode
    self.assertEquals(2, func(u"测试"))
AssertionError: 2 != 1

Debian Lenny AMD64.
Python 2.5.2

Original issue reported on code.google.com by eddy.pr...@gmail.com on 9 Sep 2009 at 4:11

GoogleCodeExporter commented 8 years ago
Sure, it is a known issue, I guess it related to the UNICODE char wide in Linux 
x64

http://groups.google.com/group/pyv8/browse_thread/thread/37380ef7e93d66cb

I will work on it later, thanks anyway

Original comment by flier...@gmail.com on 9 Sep 2009 at 4:16

GoogleCodeExporter commented 8 years ago
It seems caused by UCS4 system, fixed by a compiled time patch 

Original comment by flier...@gmail.com on 8 Oct 2009 at 4:30

GoogleCodeExporter commented 8 years ago
It seems caused by UCS4 system, fixed by a compiled time patch 

Original comment by flier...@gmail.com on 8 Oct 2009 at 4:30