Subject: Re: UNICODE problem
From: Mike Brown <mike@xxxxxxxx>
Date: Fri, 7 Jun 2002 12:37:52 -0600 (MDT)
|
I'm 0 for 2 today.
I wrote:
> If you really don't want UTF-8 output, specify a different encoding in your
> xsl:output:
>
> <xsl:output method="html" encoding="iso-8859-1"/>
>
> Of course this will limit you to the XML-supported subset of the 256
> characters allowed by iso-8859-1, whereas utf-8 gives you the XML-supported
> subset of some 1.1 million characters.
Add to that: ..but that's OK, because your XSLT processor should be smart
enough, when outputting html or xml, to write any characters that are beyond
the iso-8859-1 range as numeric character references or as character entity
references.
- Mike
____________________________________________________________________________
mike j. brown | xml/xslt: http://skew.org/xml/
denver/boulder, colorado, usa | resume: http://skew.org/~mike/resume/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- UNICODE problem
- nrashidi - Fri, 7 Jun 2002 13:03:33 -0400 (EDT)
- Mike Brown - Fri, 7 Jun 2002 14:22:16 -0400 (EDT)
- Mike Brown - Fri, 7 Jun 2002 14:47:07 -0400 (EDT) <=
|
|