org.zkoss.util.label.web.charset"
From Documentation
m |
m |
||
Line 7: | Line 7: | ||
[since 3.6.2] | [since 3.6.2] | ||
− | It defines the charset used to encode i3-label.properties if the file is located in a Web application. | + | It defines the charset used to encode i3-label.properties if the file is located in a Web application (i.e., <tt>WEB-INF/i3-label*.properties</tt>). Notice that all properties specified in [[ZK Configuration Reference/zk.xml/The system-config Element/The label-location Element|the label-location element]] must be encoded in the same encoding as specified here. |
To define the charset for i3-label.properties located in classpath, please refer to [[ZK Configuration Reference/zk.xml/The Library Properties/org.zkoss.util.label.classpath.charset|the org.zkoss.util.label.classpath.charset property]]. | To define the charset for i3-label.properties located in classpath, please refer to [[ZK Configuration Reference/zk.xml/The Library Properties/org.zkoss.util.label.classpath.charset|the org.zkoss.util.label.classpath.charset property]]. | ||
Please refer to [[ZK Developer's Reference/Internationalization/Labels|ZK Developer's Reference: Internationalization]] for more information about i3-label.properties. | Please refer to [[ZK Developer's Reference/Internationalization/Labels|ZK Developer's Reference: Internationalization]] for more information about i3-label.properties. | ||
− | |||
− | |||
{{ZKConfigurationReferencePageFooter}} | {{ZKConfigurationReferencePageFooter}} |
Revision as of 04:01, 25 November 2011
Property:
org.zkoss.util.label.web.charset
Default: UTF-8 [since 3.6.2]
It defines the charset used to encode i3-label.properties if the file is located in a Web application (i.e., WEB-INF/i3-label*.properties). Notice that all properties specified in the label-location element must be encoded in the same encoding as specified here.
To define the charset for i3-label.properties located in classpath, please refer to the org.zkoss.util.label.classpath.charset property.
Please refer to ZK Developer's Reference: Internationalization for more information about i3-label.properties.