Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
How to configure UTF-8 as default Encoding for JSP
We are developing an International site and want all of our JSP pages to be saved as UTF-8. Shouldn’t the the encoding selection in the JSP preferences take care of this, if it is set to UTF-8?
We have discovered that this is not the case and that the encoding must be specified in each JSP directly.
Is this working as designed? It seems we should be able to set our preferences and be able to develop with multi-byte characters directly.