On 1/22/12 1:10 AM, Dan Drake wrote:
On Sat, 21 Jan 2012 at 11:05PM -0600, Jason Grout wrote:
Uh, maybe.  I don't know.  Can you open an issue on github?  I'm not
sure where there would be an error, but surely if there is no
output, there is a traceback printed somewhere.

https://github.com/sagemath/singlecell/issues/231

Unicode should work now. The main problem was that sage.misc.preparser.preparse_file explicitly sees if the string is of type 'string' (rather than basestring), so it was kicking out all unicode. So now we just pass an utf8 encoded string.

Thanks,

Jason



--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to