org.zkoss.util.label.web.charset"

From Documentation
m
m ((via JWB))
 
(3 intermediate revisions by 3 users not shown)
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
[since 3.6.2]
+
{{versionSince|3.6.2}}
  
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.
+
It defines the charset used to encode zk-label.properties if the file is located in a Web application (i.e., <code>WEB-INF/zk-label*.properties</code>). 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 (i.e., part of a JAR file), 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 zk-label.properties located in classpath (i.e., part of a JAR file), 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 zk-label.properties.
  
 
{{ZKConfigurationReferencePageFooter}}
 
{{ZKConfigurationReferencePageFooter}}

Latest revision as of 09:30, 14 March 2022


org.zkoss.util.label.web.charset


Property:

org.zkoss.util.label.web.charset
Applicable:
Dndsmalltalk-check-icon.png globally in zk.xml via <library-property>
Dndsmalltalk-cross-icon.png 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.



Last Update : 2022/03/14

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.