• 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

Arabic Display

 
Ranch Hand
Posts: 89
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,
I have the following framework :
-JSP Page
-DbBean
-FormBean
-Access Database
Now the FormBean uses the DbBean to connect to any database specified, no problem here.
The JSP page uses the output of the FormBean to show the page contents dynamically, this is all basic.
Where my problem arises is when i retrieve Arabic data stored in the database ( let's assume that this is any other language supported by the operating system and database for the sake of generalization ) . So the Access Supports arabic and stores it correctly.
The Operating System is WinNT arabic enabled, no problem in that.
I am deploying this on Orion application server V. 1.5.2 (stable)
Do i need to make some setting when reading this data as in somehow to read the data in unicode or something i'm not sure?
Thanks to all.
------------------
KaReEm
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic