• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to use Unicode charater in swing application

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey,
I am developing a deskstop application using Swing in which i have to use Unicode Character set . Reading the character from a text file which i have created and saved as UTF-16/8.But i have no idea how it works in netbeans i have already implemented it in Eclipse now i want to implement it using GUI of swing framework.
Please can any one help me .
Thanks in advance
 
Marshal
Posts: 79239
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What’s UTF8/16. I know what UTF-8 is and I know what UTF-16 is, but I have never heard of UTF-8/16.
Java, Unicode characters, etc, work exactly the same way in Eclipse, NetBeans, Swing, etc. If it works in one, it will work in the other.
 
reply
    Bookmark Topic Watch Topic
  • New Topic