Changeset [6410c4a3da1c398fda25fb49288c0e8130f98283] by Paul Davis

March 24th, 2009 @ 07:38 PM

Adding UTF-16 tests per reported errors.

Had an error reported that indicates my UTF-16 checking isn't quite right. Trying to add tests to see if I can make the conversion less brain dead. http://github.com/davisp/python-...

Committed by Paul Davis

  • M spidermonkey/context.c
  • M spidermonkey/string.c
  • M tests/test-syntax-error.py
  • M tests/test-utf16.py
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Python/JavaScript bridge module, making use of Mozilla's spidermonkey JavaScript implementation. Allows implementation of JavaScript classes, objects and functions in Python, and evaluation and calling of JavaScript scripts and functions respectively. Borrows heavily from Claes Jacobssen's Javascript Perl module, in turn based on Mozilla's 'PerlConnect' Perl binding.