Details
-
Improvement
-
Status: Closed
-
High
-
Resolution: Fixed
-
2.18.02
-
None
-
None
Description
It would be nice to define a certain Codecs for non western countries in specific.
For example: when you're editing a translation for a russian document you should be able to activate the russian pretty url codec by means of configuration in the cms.
something like this
/hippo:configuration/hippo:frontend/cms/cms-services/settingsService/codecs
<sv:node sv:name="codecs"
xmlns:frontend="http://www.onehippo.org/jcr/frontend/nt/2.0" xmlns:sv="http://www.jcp.org/jcr/sv/1.0">
<sv:property sv:name="jcr:primaryType" sv:type="Name">
<sv:value>frontend:pluginconfig</sv:value>
</sv:property>
<sv:property sv:name="encoding.display" sv:type="String">
<sv:value>org.hippoecm.repository.api.StringCodecFactory$IdentEncoding</sv:value>
</sv:property>
<sv:property sv:name="encoding.node" sv:type="String">
<sv:value>org.hippoecm.repository.api.StringCodecFactory$ISO9075Helper</sv:value>
</sv:property>
<sv:node sv:name="ru">
<sv:property sv:name="jcr:primaryType" sv:type="Name">
<sv:value>frontend:pluginconfig</sv:value>
</sv:property>
<sv:property sv:name="encoding.display" sv:type="String">
<sv:value>org.hippoecm.repository.api.StringCodecFactory$IdentEncoding</sv:value>
</sv:property>
<sv:property sv:name="encoding.node" sv:type="String">
<sv:value>org.hippoecm.repository.api.StringCodecFactory$RussianEncodingHelper</sv:value>
</sv:property>
</sv:node>
</sv:node>
Attachments
Issue Links
- relates to
-
GOGREEN-508 "UriEncoding" not supporting russian
- Closed
-
CMS-5186 Translation Dialog URL name doesn't work with all multilingual characters
- Closed