• 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

Can this be done in Java?

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm an intermediate level Java developer. I want to create an input method for a code alphabet I'm developing. It should work similarly to the way Korean Hangul is written. I have no clue how to go about creating such a thing or if it's even possible to do in java, can anyone point me in the right direction?
 
Saloon Keeper
Posts: 15524
364
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm pretty sure it can be done. Have a look here: https://docs.oracle.com/javase/8/docs/technotes/guides/imf/index.html
 
osgaldor Storm
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't see how that aspose tools thing is in any way relevant to what I'm doing. I see you just copied your response from another thread that is wholly unrelated to my question.
 
Bartender
Posts: 3323
86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You have clicked on the wrong link.
The link Stephan provided is to an Oracle technical notes document. You have clicked on the Aspose advertising link at the bottom of each page.
reply
    Bookmark Topic Watch Topic
  • New Topic