GWT transforms the char type variables into their ASCII code. it does not have too much importance if you use GWT only in « java ». On the other hand the combined use of GWT and Javascript can cause surprises. Thus if you use scripts which test the characteres on their values and not their ASCII code it will be necessary to pass by from String in java.
It is good to know
