This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Swing / AWT / SWT and the fly likes Arabic Problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Arabic Problem" Watch "Arabic Problem" New topic
Author

Arabic Problem

mohd Shalaby
Greenhorn

Joined: Nov 17, 2004
Posts: 3
Hi all--
I have a Servlet that write arabic characters.
And I want to fill a JTable (myTable) by these arabic chars.

I reade the servlet as follow:



and i use an array of String to to fill the table, the following code for assign vlues to the array




and i use the array to fill myTable.

But the table (myTable) cant show arabic chars unless the client set his local settings (Regional Settings in Windows) to Arabic.
I need the table be able to show Arabic in any regional settings.

Is that possible - if it is possible I need to know how PLEASE.

thank you.
Joe Ess
Bartender

Joined: Oct 29, 2001
Posts: 8263

First, let me welcome you to the JavaRanch.
Second, please change your displayed name to conform to our
naming policy. In short, your name must be a first name and last name, separated by a space and not obviously fake.
Third, this problem isn't with I/O, but with your client. I'm going to move it to the Swing forum and see if anyone has any bright ideas.


"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
mohd Shalaby
Greenhorn

Joined: Nov 17, 2004
Posts: 3
Thank you for reply - I'll change my name .
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Arabic Problem
 
Similar Threads
Arabic Problem
Need help extending a program.
loops
Arabic characters issue in java mail
Some sample questions...