Am 27.06.2011 14:02, schrieb Robert Muir:
On Mon, Jun 27, 2011 at 7:11 AM, Bernd Fehling
<bernd.fehl...@uni-bielefeld.de> wrote:
So there is no UTF-8 0xffff. It is illegal.
you are wrong: it is legally encoded as a three byte sequence: ef bf bf
Unicode U+FFFF ist UTF-8 byte sequence "ef bf bf" that is right.
But I was saying that UTF-8 0xffff (which is byte sequence "ff ff") is illegal
and that's what the java.io.CharConversionException is complaining about.
"Invalid UTF-8 character 0xffff".
Don't mix up Unicode with UTF-8.
Sorry, but think are wrong ;-)