Opened 14 years ago
Closed 13 years ago
#6562 closed defect (duplicate)
Unicode support in TextCells
Reported by: | mora | Owned by: | boothby |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | notebook | Keywords: | textcell unicode |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
In a TextCell? (shift+click on the blue line) I write some letters:
after I save it. It looks fine:
but when I double click on it to edit, then I get:
That's the problem. I could not find out what (Python or TinyMCE) converts the special characters to html entities (for example é to é), but it does not convert all of them.
The patch solves the problem. Without it the html code looks like:
using the patch everything's fine. The html code after applying the patch:
Attachments (1)
Change History (5)
Changed 14 years ago by
Attachment: | 12659.patch added |
---|
comment:1 Changed 14 years ago by
Milestone: | → sage-4.1.1 |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 13 years ago by
To release manager: this should be closed as a duplicate of #6464, as mentioned above.
comment:4 Changed 13 years ago by
Milestone: | sage-4.1.2 → sage-duplicate/invalid/wontfix |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Summary: | [with patch, needs review] Unicode support in TextCells → Unicode support in TextCells |
Closing this as a duplicate of #6464.
The Ticket 6464 is nearly the same. I suggest the solution of 6464 to use.