[DOCU-400] UTF-8 character encoding for Unicode Created: 07/Mar/13  Updated: 25/Feb/14  Resolved: 11/Apr/13

Status: Closed
Project: Documentation
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Improvement Priority: Critical
Reporter: Jaroslav Simak Assignee: Ruth Stocks
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
relation
is related to MGNLETK-98 Unable to open edit dialogs with UTF8... Closed

 Description   

http://documentation.magnolia-cms.com/technical-guide/i18n.html#Unicode

We should mention we need to set UTF-8 encoding also in web container configuration.

For apache tomcat add URIEncoding="UTF-8" to Connector in conf/server.xml :

    <Connector port="8080" protocol="HTTP/1.1" 
               connectionTimeout="20000" 
               redirectPort="8443"
               URIEncoding="UTF-8"
               useBodyEncodingForURI="true" />

For Jboss we need to add to standalone.xml or domain.xml, right after <extensions />:

<system-properties>
        <property name="org.apache.catalina.connector.URI_ENCODING" value="UTF-8"/>
        <property name="org.apache.catalina.connector.USE_BODY_ENCODING_FOR_QUERY_STRING" value="true"/>
</system-properties>


 Comments   
Comment by Ruth Stocks [ 11/Apr/13 ]

Documented at http://wiki.magnolia-cms.com/display/DOCS45/i18n+and+l10n#i18nandl10n-Authoring

Generated at Mon Feb 12 01:08:44 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.