BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element default-wide-char-codeset

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)

Documentation
The wide character code set that this server will publish as its
 native code set. (Older ORBs may have trouble interoperating with
 anything other than the default.)

 


 Default: "UCS-2"
Properties
This component is not nillable.

Model
<default-wide-char-codeset>

</default-wide-char-codeset>

Source
<xs:element minOccurs="0" name="default-wide-char-codeset" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="UCS-2"/>
<xs:enumeration value="UTF-16"/>
<xs:enumeration value="UTF-8"/>
<xs:enumeration value="UTF-16BE"/>
<xs:enumeration value="UTF-16LE"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation