ari [mailto:[EMAIL PROTECTED]
Sent: Monday, October 25, 2004 10:05 AM
To: [EMAIL PROTECTED]
Subject: RE: Validation Problem with Foreign Characters
If you get a UTFDataFormatException, you are using the UTF-8 transcoder,
and not the iso-8859 one. Have you tried running the sample DOMPrint on the
ror:
Fatal Error: Type: UTFDataFormatExceptionMessage: invalid byte 2 () of a
2-byte sequence
-Original Message-
From: Alberto Massari [mailto:[EMAIL PROTECTED]
Sent: Monday, October 25, 2004 9:42 AM
To: [EMAIL PROTECTED]
Subject: Re: Validation Problem with Foreign Characters
At 09.36
rror: Type: UTFDataFormatExceptionMessage: invalid byte 2 () of a
2-byte sequence
-Original Message-
From: Alberto Massari [mailto:[EMAIL PROTECTED]
Sent: Monday, October 25, 2004 9:42 AM
To: [EMAIL PROTECTED]
Subject: Re: Validation Problem with Foreign Characters
At 09.36 25/10/2004 -0400, Whit
At 09.36 25/10/2004 -0400, White Daniel E CONT DLVA wrote:
I am trying to accept XML with some foreign characters in it:
Like this: Hållø Thære. These are 8-bit, iso-8859-1 characters, ( e5, e6,
and f8 )
The XercesDOMParser's validator throws an exception that says "Invalid or
incomplete multibyte
I am trying to accept XML with some foreign characters in it:
Like this: Hållø Thære. These are 8-bit, iso-8859-1 characters, ( e5, e6,
and f8 )
The XercesDOMParser's validator throws an exception that says "Invalid or
incomplete multibyte or wide character"
Any clues out there ?
-