Re: InternetExplorer View... Encoding

2008-06-26 Thread Dave Newton
I have designed a web multiannual web application in UTF-8. It will run for years? Is it possible to restrict the user to change encoding option in browser? From the *web app*?! Is there a way to identify in JSP or in Action File if the encoding has been modified at client side by user

Re: InternetExplorer View... Encoding

2008-06-26 Thread Antonio Petrelli
2008/6/26 Raghuveer [EMAIL PROTECTED]: Is there a way to identify in JSP or in Action File if the encoding has been modified at client side by user and show a message that This application has been design to work in UTF-8 Encoding Yes, check the Accept-Charset header field:

RE: InternetExplorer View... Encoding

2008-06-26 Thread Raghuveer
: Re: InternetExplorer View... Encoding 2008/6/26 Raghuveer [EMAIL PROTECTED]: Is there a way to identify in JSP or in Action File if the encoding has been modified at client side by user and show a message that This application has been design to work in UTF-8 Encoding Yes, check the Accept