Convert to accept UTF-8 Unicode strings on input, and output
commit0b919b3f394164bd48164fa5a64413b97072b799
authorJeff Connelly <shellreef+git@gmail.com>
Mon, 14 Apr 2008 01:44:40 +0000 (13 18:44 -0700)
committerJeff Connelly <shellreef+git@gmail.com>
Mon, 14 Apr 2008 01:44:40 +0000 (13 18:44 -0700)
tree83fabe32c9b7ebdde8085a4245f868496f1ecf40
parent03f57593cc1410fe1545df3aa1f5a08c8f71555c
Convert to accept UTF-8 Unicode strings on input, and output
UTF-8 in return. Internally store as 'unicode' objects.

Fixes a mysterious error message, to the effect of
'parse error: ?', because of an apparant attempt to read
within a UTF-8 character...
digital_simulator/eval.py