:_( no! it doesn't work. I hadn't tested enough before. What it says is:

Character conversion error: "Malformed UTF-8 char -- is an XML encoding
declaration missing?" (line number may be too low).

What I meant by "crash" is that my program stops working (maybe it sends an
exception, I don't know :-) ).

Here I have some characters that doesn't work:

��� ��� and �

jordi

Jordi Massaguer wrote:

> Thank you Bob!
>
> I see sometimes the simple solutions are the best, isn't it? You solve my
> problem with a very simple solution and now it works! Thank you again!
>
> jordi
>
> Bob Jamison wrote:
>
> > Jordi Massaguer wrote:
> >
> > >Hi all!
> > >
> > >I think I have an encoding problem and I don't know how to solve it. The
> > >problem is that when the parser finds "uncommon" characters like for
> > >example "@" it crashes. My xml file stars like this:
> > >
> > ><?xml version="1.0" encoding="UTF-8"?>
> > >
> > >I think that maybe a solution would be to change the encoding, but I
> > >don't know which to write so it accepts the larger set of characters.
> > >
> >
> > Jordi,
> >
> > Or you can do what lazy people like me do, and
> > avoid the problem altogether:
> >
> > <?xml version="1.0"?>
> >
> > Bob
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


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

Reply via email to