Hi Greg, thanks for all the fix :-) .
>> All this because I'm starting to see how Control Chars are currently >> handled inside TextInput and TextArea ... I've found some links on >> this and probably we could use some standard Java methods but I fear >> of problems with Asian languages, so we'll have to try ... or maybe >> what do you think on ask to our (asian) users if they know if these >> methods are working ? And maybe I could provide a test ... > > I believe there are a limited number of control characters that would need > to be recognized. They are in the range 0x00 to 0x1f, plus 0x7F. See this > page: > > http://en.wikipedia.org/wiki/ASCII I hope Character methods in Java will do this stuff but I'm not sure ... in any case, I'll add these info in JIRA, and we'll see later if/what to do. Now that TextArea supports CR FL probably my problem could be solved using it instead TextInput ... let's see later. Thanks again, Sandro
