Thanks so much, that did the trick.
Cheers,
Ulf
--- On Fri, 7/17/09, Gerwin Klein <ger...@ni...> wrote:
> From: Gerwin Klein <ger...@ni...>
> Subject: Re: [jflex-users] problem handling the character hex FF
> To: "Ulf Dittmer" <udi...@ya...>
> Cc: jfl...@li...
> Date: Friday, July 17, 2009, 7:41 PM
> Hi Ulf,
>
> you need to use %16bit or %unicode instead of %8bit.
>
> Java represents characters internally as unicode and 0xFF
> is apparently mapped to 711 in the character encoding that
> is used.
>
> Cheers,
> Gerwin
|