org.zkoss.util.label.web.charset"
From Documentation
m |
Robertwenzel (talk | contribs) m |
||
Line 3: | Line 3: | ||
'''Property:''' | '''Property:''' | ||
org.zkoss.util.label.web.charset | org.zkoss.util.label.web.charset | ||
+ | |||
+ | {{GlobalLibraryProperty}} | ||
Default: UTF-8 | Default: UTF-8 |
Revision as of 06:45, 7 July 2016
Property:
org.zkoss.util.label.web.charset
Applicable: globally in zk.xml via <library-property> not as <custom-attribute>
Default: UTF-8 [since 3.6.2]
It defines the charset used to encode zk-label.properties if the file is located in a Web application (i.e., WEB-INF/zk-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 zk-label.properties located in classpath (i.e., part of a JAR file), please refer to the org.zkoss.util.label.classpath.charset property.
Please refer to ZK Developer's Reference: Internationalization for more information about zk-label.properties.