Obtaining and using coded fonts for Japanese AFP banner pages

RICOH ProcessDirector supports AFP banner pages that use double-byte character set (DBCS) characters in Japanese. You can install Japanese DBCS-coded fonts from CDs that RICOH ProcessDirector provides.
To use coded fonts for Japanese AFP banner pages:
  1. Install fonts from these CDs on the primary computer:
    AFP Outline Fonts (LCD4-5683)
    These fonts can be used on Linux and Windows. They include fonts for Japanese, Korean, Simplified Chinese, and Traditional Chinese.
    WorldType Fonts (LCD4-5684)
    These are OpenType and TrueType fonts in Microsoft Unicode format.
  2. Log in to the primary computer as the RICOH ProcessDirector system user ( aiw1 is the default).
  3. In the documentation for the fonts that you installed, find the installation location of the Japanese DBCS-coded font or fonts that you want to use. For example, find XZAE26F.
  4. Copy the DBCS-coded fonts to this directory on any RICOH ProcessDirector primary computer from which you will print banner pages that include Japanese characters: /usr/lpp/psf/reslib
  5. Navigate to /aiw/aiw1/control_files/banner_pages/ .
  6. Open the banner_page_code_page_mapping.cfg file with a text editor. Map the coded fonts that you copied to their corresponding Java code pages. Most of the Japanese DBCS-coded fonts map to the IBM930 or IBM939 code page. For example, add this mapping:
    XZE26F=IBM939
  7. Save the configuration file.
  8. Determine the control file or files that you want to update to support AFP banner pages with Japanese characters. Update any lines in the files for which you want to use Japanese DBCS-coded fonts. You also need to change the entry for the single-byte coded font in the previous field. The single-byte coded font must use an EBCDIC code page that is a subset of the code page for the DBCS-coded font. For example, change this line:
    Field301 Class;JobTicketField;[Job.Class.NameAndValue];X0PCLR12;;4.50;3.34375;0
    to:
    Field301 Class;JobTicketField;[Job.Class.NameAndValue];X0CR51;XZE26F;4.50;3.34375;0
  9. Save the configuration file. You can now print banner pages that include Japanese fonts.
Note: The printer that prints the banner pages must support DBCS characters.