I have a program written in Java that reads an excel file and output the cell’s content in the Java output console ,this excel file contains arabic data.
The program work well but some arabic letters and arabic numbers displayed as “question marks”
/ “?” in the Java data output.
I think it is encoding problem.So,is there a function I can add to specify the encoding in the Java program…any ideas?
As you didnt shared your code I will post how to read arabic string in java, we will use:
Hope you can make changes in your code.