chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #325: sxml-transforms and Unicode entities


From: Chicken Trac
Subject: [Chicken-janitors] #325: sxml-transforms and Unicode entities
Date: Tue, 10 Aug 2010 09:38:43 -0000

#325: sxml-transforms and Unicode entities
--------------------------------------------+-------------------------------
 Reporter:  iraikov                         |       Owner:  sjamaan
     Type:  enhancement                     |      Status:  new    
 Priority:  major                           |   Milestone:  4.6.0  
Component:  extensions                      |     Version:  4.5.x  
 Keywords:  sxml-transforms unicode entity  |  
--------------------------------------------+-------------------------------
 The SSAX library includes a file, html-entity-codes.scm, that defines a
 table of Unicode entity codes. This table could be used to replace ssax
 :predefined-parsed-entities, so that XHTML files that include Unicode
 entity codes can be parsed with SSAX. However,  the Chicken sxml-
 transforms library does not export these definitions.

 The code that constructs the table of Unicode entity codes assumes
 Unicode-aware integer->char, so it should not be included in sxml-
 transforms by default. Perhaps we need to a separate egg,  something like
 utf8-sxml-transforms that utilizes the utf8 library?

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/325>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]