Using Java:
I am reading a directory containing files with Greek Names. But when i output a String containing a file name i get this ‘???????.something’.
Is it because i am running the java app. through the console?
Is there a way to get non-latin file names read correctly?
Thanks,
It could well be reading in the file names correctly; the most likely explanation is that your console can’t render non-Latin characters.
For example, the following program is supposed to print out the first three letters of the Greek alphabet:
It prints out “???” on my Console, because it’s not capable of rendering the Greek characters.