Amaya 10.1-pre5 WinXP bug: Amaya deletes entity characters

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>&sim;&sim;&sim;</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>&sim;&sim;&sim;</p>
<p>aaa</p>
generated source code:
<p>&sim;</p>
<p>aaa</p>

Best regards,
Bartolomé Sintes
http://www.mclibre.org

Received on Monday, 20 October 2008 14:02:57 UTC