[sage-support] Re: non-english characters in Notebook

2007-12-13 Thread greg2k4
William, thanks for reply. For now, I'll try to add encoding instructions to the html in Edit mode... As for me, I'm university professor (in electrical engineering field) trying to find non-proprietary tools for my students :-) By the way, did you see

[sage-support] Re: non-english characters in Notebook

2007-12-13 Thread greg2k4
Well, no luck with direct workaround. If I change %u0441 to #x0441;, it shows correct char *for this only session*, but on save+load, it gets replaced by even more non- english char (like euro sign :-) You're right, this seems caused by how worksheet is saved/loaded. The only way of indirect

[sage-support] Re: non-english characters in Notebook

2007-12-13 Thread greg2k4
Alex, Excuse me for asking, but if I'm not mistaken, I (end-user) can't do any of these 2 things, right? --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For

[sage-support] Re: non-english characters in Notebook

2007-12-13 Thread greg2k4
Besides, I don't think the 1st one (meta tag) will work, because %u is not standard html representation for unicode char... --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to

[sage-support] Re: non-english characters in Notebook

2007-12-13 Thread greg2k4
Not possible to use html+js wrapper. While it works ok with static file (saved as html), with *live* worksheet an error occures: === uncaught exception: Permission denied to get property HTMLDocument.body === However, it's not a problem any more, as now I know how to set pure html sections that

[sage-support] sage-vmware: empty trash and get problems

2007-12-13 Thread greg2k4
Browsing my sage/notebook folders, I found a lot of documents in Trash. Along with my own worksheets, there were some others', perhaps leaved by developers. While it was a luck to found a tutorial chapter there (which lead me to very important knowledge), I tried to empty the trash. BTW, there's

[sage-support] Re: non-english characters in Notebook

2007-12-13 Thread greg2k4
Could you summarize the situation with rendering problems? Is it as follows: (1) When you try to put them in input cells, they get corrupted on load/save. To be correct, they're replaced by non-browser unicode codes (like %u0440 instead of #x0440; ) (2) Using edit mode, unicode not in

[sage-support] Re: sage-vmware: empty trash and get problems

2007-12-13 Thread greg2k4
Trash. Along with my own worksheets, there were some others', perhaps leaved by developers. When you interactively browse the help through the sage notebook maybe it creates those worksheets Don't think so. They had a created date 122 hours again, while my docs were all 30 or less

[sage-support] Re: sage-vmware: empty trash and get problems

2007-12-13 Thread greg2k4
Don't think so. They had a created date 122 hours again must be ago instead of again, of course ;-) --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more

[sage-support] Re: sage-vmware: empty trash and get problems

2007-12-13 Thread greg2k4
Correct data: name: Copy of 2.8 elliptic curves owner: admin last edited: 122 days ago by admin same for 1 Untitled (related to sage-vmware 2.8.13 ZIP) --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from

[sage-support] Re: non-english characters in Notebook

2007-12-13 Thread greg2k4
input block started with %html can contain only ascii chars. non- english gets replaced by %u as described above. G, it inserts: htmlfont color=blackinserted text/fonthtml IMHO, very bad practice and should not be recommended. I'd suggest to use html _ourside_of_{{}}_ whenever