Luckily, someone on my team keeps good notes :)

She recommends:

Sun bug#4646959  http://developer.java.sun.com/developer/bugParade/bugs/4646959.html
That bug had some helpful info in it

As for javadoc references, the bug above recommends
See javadocs for java.nio and updates (since 1.4) for java.io:
java.nio.charset.Charset, java.nio.charset.CharsetDecoder,
java.io.InputStreamReader,
java.io.OutputStreamWriter, java.nio.charset.CodingErrorAction




Elizabeth Barham <[EMAIL PROTECTED]>

07/23/2003 02:16 PM
Please respond to xerces-j-user

       
        To:        [EMAIL PROTECTED]
        cc:        
        Subject:        Re: some character entities are now '?'



David writes:

> I don't know the details of your particular character/encodings
> ... but I do know there's been some changes in default behaviour of
> JDK 1.4 ... so that under some conditions/settings they try to
> "guess" a character on input, instead of throwing malformed-input
> excepiton. And, apparently, these default settings/behavior changed
> from one version of 1.4 to the next version of 1.4. Could your VM
> have change since "January 2003"? If so, you might try a newer (or
> an older) one just to experiment.

Hi David,

  Thank you. The code works as expected with j2sdk1.3.

  Do you or does anyone know of a good resource explaining what
happened and/or methods to pass odd character entities into Java from
Xerces?

  Thank you,
  Elizabeth

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



Reply via email to