A browser base application which intends to show data in English and capture data in English need to have a UTF-8 database?
Is there any problem if the site is accessed on a Japanese language Operating System? If user types only in English do we need to take any extra care? If user types in Japanese then how system can detect and throw an error?
The website will be developed in .Net 3.5.
EDIT---------------------------------------------------------------------------------------
I don't want to capture Japanese or any other language. The site will be completely English and user should be entering information also in English. Displaying English characters on Japanese OS is also not a problem. The problem is if user on a Japanese OS types Japanese characters in textbox then how can I identify that and throw an error to user? Secondly would he be able to type English characters in textbox?