Hello,

after reading Use Sage, not PowerPoint by Hector Villafuerte I created
a worksheet on
www.sagenb.org
with title TheUmlautProblem and published it.

It shows what happens and it happens also on sagenb. So I think it is
not related to our server. And someone with admin rights can examine
if there is a problem with the file created for the cells.

Please note that before I published the worksheet the Ü in the cells
were a Ü, after publishing, the "Ü" look like
"�" in the published document.

My workflow was
New worksheet
Edit, and I inserted everything in the Edit-Field.
Use, and evaluate the first two cells.
Then I published.



The content of the worksheet after a click on Edit should be:

TheUmlautProblem
system:sage

<h1>The Umlaut Problem</h1>
<p>I really want to use umlauts like Ä,Ö,Ü, ä,ö,ü and ß inside Strings
and comments.</p>

{{{id=0|
print "Ü"
///
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
UnicodeDecodeError: 'utf8' codec can't decode byte 0xdc in position 0:
unexpected end of data
}}}

{{{id=1|
print "Ue" #print "Ü"
///
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
UnicodeDecodeError: 'utf8' codec can't decode byte 0xdc in position 0:
unexpected end of data
}}}

{{{id=3|

///
}}}

With best regards,
Lars Fischer
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to