You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xalan.apache.org by Borislav Stoyanov <BS...@dspace.de> on 2003/09/12 17:52:46 UTC

encoding="?!?"

Hi,

has anybody tried xalan-c with outputing other characters than latin? e.g.
japanese, cyrillic, etc.? And if yes, were there any peculiarities?

Best regards,

Re: encoding="?!?"

Posted by da...@us.ibm.com.



Xalan-C supports different encodings on different platforms.  If an
encoding is not supported, you will get UTF-8 instead.  On some supported
encodings, Xalan-C will write numeric character references for characters
that are supported in the encoding, rather than writing the character.  It
would be nice to improve this by writing the actual character, but there is
a performance penalty, so I have not implemented it yet.

Dave



                                                                                                                                                    
                      Borislav                                                                                                                      
                      Stoyanov                 To:      xalan-c-users@xml.apache.org                                                                
                      <BStoyanov@dspac         cc:      (bcc: David N Bertoni/Cambridge/IBM)                                                        
                      e.de>                    Subject: encoding="?!?"                                                                              
                                                                                                                                                    
                      09/12/2003 08:52                                                                                                              
                      AM                                                                                                                            
                                                                                                                                                    



Hi,

has anybody tried xalan-c with outputing other characters than latin? e.g.
japanese, cyrillic, etc.? And if yes, were there any peculiarities?

Best regards,