Re: [xslt] iso-646 encoding



On Wed, Aug 27, 2003 at 04:34:17PM +0200, Bernhard Zwischenbrugger wrote:
> It's easy to do but I have the encoding problem.
> 
> If I make a XML declaration like:
> <?xml version="1.0" encoding="iso-646-de"?>
> It does not work.
> 
> What can I do?

  This encoding support won't be native, make sure libxml2 is built with
iconv support then check that your encoding name is supported by iconv.
Here on Red Hat 9 , iconv --list | grep 646 indicates that 'ISO646-DE'
seems to be supported, use that string.

Daniel

-- 
Daniel Veillard      | Red Hat Network https://rhn.redhat.com/
veillard@redhat.com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/



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