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]
