[libcroco-list] cr_term_to_string(...) fails to escape



Hi,

  cr_term_to_string(...) fails to escape things that need to be escaped.
For example, if you have x{y:"\""} and parse and serialize that, you get
the invalid x{y:"""} back. If this is to be fixed, it would be great if
I could specify how escaping is to happen, I would like to always use
the six digit \HHHHHH form instead of shorter forms like x{y:"\""}. At
the moment I would have to copy the whole function and possible some of
its dependencies and modify them to my liking, which is not all that
good.

regards,
-- 
Björn Höhrmann · mailto:bjoern hoehrmann de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]