Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-RC-1
-
None
Description
mkp.yieldUnsecaped should not escape <. > or &. However it should replace and character which cannot be repesented in the encoding implemented by ther Writer with the appropriate numeric character entity.
Assuming US-ASCII emcoding.
mkp.yeld ""
produces
€
but
mkp.yeldUnescaped ""
does not do the repacement