• 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

Java & right-to-left Languages

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm trying to write a texteditor for right-to-left languages. I'm using swing components. The problem appears, whenever a symbol and a Latin character is entered in the right-to-left text, the order of the words is mixed up. The sentences become unreadable. For example:

"<TAG> text < newly added text TAG />"
instead of
"newly added text <TAG> text </TAG>"

Do you have any ideas/hints....?
Regards, Matida
 
reply
    Bookmark Topic Watch Topic
  • New Topic