typedef enum{
epsymUserDefined,
epsymRoman8,
epsymKana8,
epsymMath8,
epsymUSASCII,
epsymLineDraw,
epsymMathSymbols,
epsymUSLegal,
epsymRomanExt,
epsymISO_DenNor,
epsymISO_UK,
epsymISO_France,
epsymISO_German,
epsymISO_Italy,
epsymISO_SwedFin,
epsymISO_Spain,
epsymGENERIC7,
epsymGENERIC8,
epsymECMA94
} SYMBOLSET;
The SYMBOLSET structure enumerates all supported symbol-set values.