On Mon, Dec 02, 2002 at 03:57:48PM +0100, Keiron Liddle wrote:
> On Mon, 2002-12-02 at 15:49, Jeremias Maerki wrote:
> > Keiron,
> > 
> > is that really necessary? If proper UTF-8 encoding would be used (as
> > declared implicitly), these cryptic character references would not be
> > necessary, right?
> 
> I kept getting errors with validation and conversion with cocoon.
> The error message where usually something like: unkown error.
> I don't know what is causing the problem.

xmllint doesn't like ü either:

classes-overview.xml:30: error: Input is not proper UTF-8, indicate encoding !
    über-class to accommodate everything that applies to


Declaring the encoding properly makes it valid XML:

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>


Ant had a bug where (I gather) docs were forcibly processed as UTF-8:

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11279

As of yesterday, Forrest uses an Ant with that bug fixed.


--Jeff

> At least this works with forrest now.
> 
> A normal character would be preferrable if the problems can be solved.
> 
> > On 02.12.2002 15:34:04 keiron wrote:
> > >   -    über-class to accommodate everything that applies to
> > >   +    &#xFC;ber-class to accommodate everything that applies to
> > 
> > 
> > Jeremias Maerki
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to