https://gitter.im/sagemath/cloud
table([u'last_name', u'Ko\xe7']) this gives UnicodeEncodeError: 'ascii' codec can't encode character u'\xe7' in position 2: ordinal not in range(128) How can I solve this? williamstein October 6 2014 This is a core sage bug -- The table function in sage assumes its input is ascii all over the place. I recommend just not using table and directly making a table, e.g., in markdown or html. Do report the bug to sage-support (or trac.sagemath.org) though, so somebody fixes it. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
