17.8.3.2 charset
This element specifies the character set which is supported by the parent font. This information can be used as defined in font substitution logic to locate an appropriate substitute font when this font is not available. This information is determined by querying the font when present and shall not be modified when the font is not available.
If this element is not present, then the character set for this font shall be assumed to be the ISO/IEC 8859-1 character set.
[Example: Consider the following information stored for a single font:
<w:font w:name="SimSun">
<w:charset w:characterSet="GBK" />
…
</w:font>
The charset element specifies via its characterSet attribute value of GBK that this font uses the GBK character set. end example]
Attributes
characterSet (IANA Name of Character Set)
Name of the character set associated with the font. The values allowed by this attribute are defined by the names and aliases listed in the IANA registration table.
The possible values for this attribute are defined by the ST_String simple type (22.9.2.13).
[Note: The W3C XML Schema definition of this element’s content model (CT_Charset) is located in A.1. end note]