That's not "garbled stuff" It's the correct utf-8 encoded value.

If you want something other than utf-8, you need to say so.

But note that in both xml and html >=4.0 &#252 represents
a Unicode code point, which may or may not represent
the character you want in whatever encoding you intend
to use. It depends on the fit between your chosen encoding
and Unicode.

For the background to all this, see Mike Brown's paper
at http://skew.org/xml/tutorial/

Michael
------------------------------------------
Michael Beddow
http://www.mbeddow.net/

----- Original Message -----
From: "Tobias Reif" <[EMAIL PROTECTED]>
To: "Sablotron Mailing List" <[EMAIL PROTECTED]>
Sent: Saturday, March 03, 2001 5:16 PM
Subject: [Sab] special characters


>
> Hi,
>
> when transforming documents including special
> characters, for example
> &#252;
> (with spaces: & # 2 5 2 );
> with saxon, I get the desired result:
> &uuml;
> (with spaces: & u u m l );
> ;
>
> with sablotron, I get
> garbled stuff:
> ü
>
> howto?
>
> Tobi
>
> __________________________________________________
> Do You Yahoo!?
> Get email at your own domain with Yahoo! Mail.
> http://personal.mail.yahoo.com/
>

Reply via email to