views:

34

answers:

0

Hi all,

i am working on an Spring MVC project and as always turkish characters cause a problem (I hate encoding =))

My DBMS is oracle express 10 g i use spring source tool as IDE -- i am not sure these are useful information

The problem causes from a single 'ı' character for now. Pages show ı's as ?s. I checked out the database it is ı there, also checked in eclipse console it seem ı there also.

I retrieve data using ajax, returning JSON from java and showing in jsp page. The returning value from the Controller seemed to be 'ı' in the eclipse console but ? in the page i changed the page's encoding to turkish encoding, utf-8 but it did not worked. Do javascript has an encoding apart from the page's encoding?

What can be the problem ?

Thanks All