I am currently returning a utf-8 encoded string from a method in a class within my jsp page however although most characters of the string are ok problems arise with letters that have an infrontation such as ό as all of them are encoded as �?
How can this problem be solved?
I have the correct directives needed by the jsp page in order to have its content encoded as utf-8
The contents of my string are in greek
Some how I did the following :
I am using the Eclipse IDE and set Window > Preferences > General > Workspace > Text File Encoding to UTF-8.
After that, all my encoding problems, magically vanished !!!!!
Can somebody explain this ??