Re: GWT and native encoding

2011-03-04 Thread Thomas Broyer
IIRC, the thing is: GWT generates UTF-8 files, and if your host page isn't UTF-8-encoded too you *might* experience weird rendering of characters that are not in the lowest common denominator (generally non-ASCII chars). It could be as easy as transcoding the generated files to the encoding of

GWT and native encoding

2011-03-03 Thread Mike
Hi all, I'm considering using GWT for a rewrite of an old (very large and quite complex) corporate application. One of our main requirements is to support native encodings (other than UTF-8) for data input by the users. I know, why wouldn't I use UTF-8, right? In short, this data is to be sent