CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2000
    Location
    MA
    Posts
    2

    TextField Input > \u00FF

    I am involved in writing a chat application (JDK 1.1.8, Win 2000 (US), loaded Japanese fonts, Locale, etc) and can now display Japanese chars in everything but an input TextField. I cannot paste a char from Character Map or from the IME. I can input Unicode escape sequences & parse them to output chars to my output TextArea or use println("\u30A6"). Anyone know how I can input chars above \u00FF?

    Thanks,
    Steve O.



  2. #2
    Join Date
    Aug 1999
    Posts
    4

    Re: TextField Input > \u00FF

    I know that the java2d api in java 1.2 allows for the Font() to use any font on the local system. However, it seems to be limited only to applications. I hope that helps.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured