75 lines
4.1 KiB
HTML
75 lines
4.1 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 xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-us">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<meta name="dc.language" scheme="rfc1766" 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. -->
|
||
|
<meta name="dc.date" scheme="iso8601" content="2005-09-06" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
||
|
<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))' />
|
||
|
<title>Unprintable double-byte characters</title>
|
||
|
<link rel="stylesheet" type="text/css" href="ibmidwb.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="ic.css" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<a id="Top_Of_Page" name="Top_Of_Page"></a><!-- Java sync-link -->
|
||
|
<script language = "Javascript" src = "../rzahg/synch.js" type="text/javascript"></script>
|
||
|
|
||
|
|
||
|
<a name="rzaludbcsunprint"></a>
|
||
|
<h5 id="rzaludbcsunprint">Unprintable double-byte characters</h5>
|
||
|
<p>A double-byte character is considered unprintable if its double-byte code
|
||
|
is not in the valid range or if its double-byte code is valid but does not
|
||
|
have a character image defined.</p>
|
||
|
<p>You can specify that the system replace unprintable double-byte characters
|
||
|
by specifying the replace unprintable character parameter (RPLUNPRT(*YES))
|
||
|
on the CRTPRTF, CHGPRTF, or OVRPRTF command, but you cannot choose the replacement
|
||
|
character.</p>
|
||
|
<p>Although you cannot choose the replacement character for unprintable double-byte
|
||
|
characters, you can choose the replacement character for unprintable alphanumeric
|
||
|
characters. To improve system performance, select a blank ( ) as the
|
||
|
replacement character for unprintable alphanumeric characters.</p>
|
||
|
<p>When the system finds an unprintable double-byte character during printing,
|
||
|
the following happens: </p>
|
||
|
<ul>
|
||
|
<li>If you specify RPLUNPRT(*YES), the system does not send a message when
|
||
|
it finds unprintable characters. Instead, the system prints unprintable extended
|
||
|
characters as either the double-byte underline (__) when you specify
|
||
|
extended character processing, or as an undefined character when you do not
|
||
|
specify extended character processing.
|
||
|
<p>For Japanese printers, the default
|
||
|
symbol used is:</p>
|
||
|
<a name="wq57"></a>
|
||
|
<div class="fignone" id="wq57">
|
||
|
<div class="mmobj">
|
||
|
<img src="hrsls339.gif" alt="Illustration of DBCS character" /></div></div>
|
||
|
<p>For Chinese and Korean printers, the default symbol used is the
|
||
|
underscore.</p>
|
||
|
<p>The system prints unprintable basic double-byte characters
|
||
|
as double-byte blanks.</p></li>
|
||
|
<li>If you specify RPLUNPRT(*NO), the system sends an inquiry message when
|
||
|
it finds unprintable characters. You have the following options:
|
||
|
<ul>
|
||
|
<li>Hold the spooled file.</li>
|
||
|
<li>Continue printing where the unprintable character was encountered. If
|
||
|
you continue printing, the system sends the inquiry message that you just
|
||
|
received. It is sent each time the system finds an unprintable character,
|
||
|
regardless of your response to the first message.</li>
|
||
|
<li>Continue printing by specifying a page number where printing should continue.
|
||
|
When the system finds subsequent unprintable characters, it processes the
|
||
|
characters as if the file were specified with RPLUNPRT(*YES). See the item
|
||
|
in this list about RPLUNPRT(*YES) for a description of how the system processes
|
||
|
these characters.</li></ul></li></ul>
|
||
|
<p>If the system finds invalid double-byte code, it stops processing double-byte
|
||
|
extended characters and prints them as the undefined character.</p>
|
||
|
<a id="Bot_Of_Page" name="Bot_Of_Page"></a>
|
||
|
</body>
|
||
|
</html>
|