GDDM V3R2 System Customization and Administration
|
Previous topic |
Next topic |
Contents |
Index |
Contact z/OS |
Library |
PDF |
BOOK
CGM code pages GDDM V3R2 System Customization and Administration SC33-0871-02 |
|
The CGLOAD and CGSAVE API calls, and the ADMUCG and ADMUGC utilities, allow interchange between Computer Graphics Metafile (CGM) and ADMGDF formats. Generally, text strings in a CGM are in one of the ASCII code pages and so translation of character strings is necessary when GDDM imports (CGLOAD or ADMUCG) or exports (CGSAVE or ADMUGC) CGMs. Limited support is provided for three ASCII-based CGM code pages, catering for the majority of CGM interchange situations:
All these code pages use the same code points for the "core" characters (such as uppercase and lowercase Latin letters and numerics). They differ in both the quantity and code points of other characters. Only code page 819 contains all the 190 CECP characters (but not at the EBCDIC/CECP code points). You can set the CGM code page to be used as a parameter of the API calls or utilities mentioned above, in the CGM conversion profile, or you can let it default to code page 850. Refer to the CGM information in the GDDM Base Application Programming Reference. You may need to experiment to discover which CGM code page suits your non-GDDM application that generates or interprets CGM.
|
Copyright IBM Corporation 1990, 2012 |