Amaya 10.1-pre5 WinXP bug: Amaya deletes entity characters
Bartolomé Sintes Marco <[email protected]>
| Newsgroups | gmane.comp.web.amaya.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, Amaya 10.1-pre5 for WinXP deletes some entity characters when saving and reloading a document. Steps to reproduce: 1. Create a new XHTML 1.0 Strict document 2. Insert some entity characters (for instance, Special characters > Binary relations > tilde => ∼) source code: <p>∼∼∼</p> 3. Save and reload the document 4. Type a new paragraph and write some characters (for instance, "aaa") 5. Save and reload the document expected source code: <p>∼∼∼</p> <p>aaa</p> generated source code: <p>∼</p> <p>aaa</p> Best regards, Bartolomé Sintes http://www.mclibre.org