This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Win98 iso-8859-1 - UTF-8 problem


> When I try to transform a xml-document, which contains german
> umlaute to
> html (or another xml-file) the xsl-processor automatically
> transforms the
> <?xml version="1.0"  encoding="ISO-8859-1" ?>
>
> to
> <?xml version="1.0"  encoding="UTF-8"?>
>
> but with bad output of the umlaute;
> like ä ö ü
>
> I get an error if I try to use encoding="UTF-8" from the beginning.
>
> What should I do; is there a special ansi-encoding?

If you want to look at the output file using an editor that can't display
UTF-8 correctly on your screen, then use <xsl:output
encoding="iso-8859-1"/>.

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]