ibm-information-center/dist/eclipse/plugins/i5OS.ic.dm_5.4.0.1/rbal3ec.htm

69 lines
4.7 KiB
HTML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="copyright" content="(C) Copyright IBM Corporation 2005" />
<meta name="DC.rights.owner" content="(C) Copyright IBM Corporation 2005" />
<meta name="security" content="public" />
<meta name="Robots" content="index,follow" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta name="DC.Type" content="reference" />
<meta name="DC.Title" content="Extended double-byte characters" />
<meta name="abstract" content="When processing extended characters, the device requires the assistance of the server. The server must tell the device what the character looks like before the device can display or print the character. Extended characters are stored in a DBCS font table, not in the DBCS-capable device." />
<meta name="description" content="When processing extended characters, the device requires the assistance of the server. The server must tell the device what the character looks like before the device can display or print the character. Extended characters are stored in a DBCS font table, not in the DBCS-capable device." />
<meta name="DC.subject" content="double-byte character, extended, extended character processing, character" />
<meta name="keywords" content="double-byte character, extended, extended character processing, character" />
<meta name="DC.Relation" scheme="URI" content="rbal3pdbc.htm" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="rbal3ec" />
<meta name="DC.Language" content="en-us" />
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
<link rel="stylesheet" type="text/css" href="./ic.css" />
<title>Extended double-byte characters</title>
</head>
<body id="rbal3ec"><a name="rbal3ec"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Extended double-byte characters</h1>
<div><p>When processing extended characters, the device requires the assistance
of the server. The server must tell the device what the character looks like
before the device can display or print the character. Extended characters
are stored in a DBCS font table, not in the DBCS-capable device. </p>
<div class="section"><p>When displaying or printing extended characters, the device receives
them from the DBCS font table under control of the operating system.</p>
<p>Extended
character processing is a function of the operating system that is required
to make characters stored in a DBCS font table available to a DBCS-capable
device.</p>
<div class="p">To request extended character processing, specify the double-byte
extended character parameter, IGCEXNCHR(*YES), on the file creation command
when you create a display (CRTDSPF command) or printer file (CRTPRTF command)
that processes double-byte data. Because IGCEXNCHR(*YES) is the default value,
the server automatically processes extended characters unless you instruct
it otherwise. You can change this file attribute by using a change file (CHGDSPF
or CHGPRTF) or override file (OVRDSPF or OVRPRTF) command. For example, to
override the display file DBCSDSPF so that extended characters are processed,
enter: <pre>OVRDSPF DSPF(DBCSDSPF) IGCEXNCHR(*YES)</pre>
<div class="note"><span class="notetitle">Notes:</span> <ol><li>The server ignores the IGCEXNCHR parameter when processing alphanumeric
files.</li>
<li>When you use the Japanese 5583 Printer to print extended characters, you
must use the Kanji print function of the <span class="keyword">IBM<sup>®</sup> Advanced DBCS Printer Support for iSeries™</span> licensed
program. Refer to the <cite>Kanji Print Function User's Guide and Reference</cite> for
how to use this utility.</li>
</ol>
</div>
</div>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbal3pdbc.htm" title="Due to the large number of double-byte characters, the server needs more information to identify each double-byte character than is needed to identify each alphanumeric character.">Process double-byte characters</a></div>
</div>
</div>
</body>
</html>