Thank you Thomas for the clarification.

Do you agree though that there's a bug on NumberFormat? It should not
require " €" to be in the end of a string it parses, although it
may add it to the end of a string it formats. Right?

On Dec 15, 2:40 pm, Thomas Broyer <[email protected]> wrote:
> -62, -96, or in hexadecimal C2,A0 is the encoding (in UTF-8) of a
> non-breaking space (U+00A0, widely known on the web as &nbsp;) It's a
> distinct Unicode character than a space (U+0020, encoded in UTF-8 as 32);
> it's not an encoding issue (btw, all strings in JavaScript are in UCS-2,
> just like in Java)

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to