Hi.
I want to write a simple java web app that takes japanese characters and stores in db.(Oracle). My server is tomcat.
What are the things I need to ensure, rather what all places my encoding should be set correctly? I have UTF-8 in my IDE, and probably database config is also set to UTF-8. Would that be enough?
Does my server config needs to be modified to support transmission of Japanese characters?
Any pointers to sample application will be very much appreciated.
Cheers