Hi Minh! On 17 Apr., 15:46, Minh Nguyen <nguyenmi...@gmail.com> wrote: ... > For the case of a Python file, use the following comment to declare > character encoding: > > # -*- coding: utf-8 -*-
Do you mean *once* on top of the file? Or is it something that I have to insert in (or in front of) any doc string? And actually I doubt that Sage would swallow the Umlaut. This is what I just got on Sage-math, entering a line from the last example of http://www.sagemath.org/doc/reference/sagenb/notebook/template.html : sage: u = unicode('Are Gröbner bases awesome?','utf-8') WARNING: ******** You or a %run:ed script called sys.stdin.close() or sys.stdout.close()! Exiting IPython! In other words, sage-4.3.5 crashes on an example from the references. Cheers, Simon -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org