The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
October 2001

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

input of unicode from TextArea

Posted by Thayer Watkins on October 01, 2001 at 7:59 PM

I want to input unicode from a TextArea as \udddd but getText
interprets \udddd as a 6 element string. I have tried recreating
the code from this string by getChars and creating a new string
but it always comes out as a 6 element string rather than a
1 element unicode string. There is no problem with the internal
creation of a unicode character by assignment in the Java program.



Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us