60 lines
4.3 KiB
HTML
60 lines
4.3 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="Process double-byte characters" />
|
|
<meta name="abstract" content="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." />
|
|
<meta name="description" content="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." />
|
|
<meta name="DC.subject" content="double-byte character, process extended characters, extended character processing, processing, extended characters, how the server processes, character, double-byte" />
|
|
<meta name="keywords" content="double-byte character, process extended characters, extended character processing, processing, extended characters, how the server processes, character, double-byte" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal3dbcs.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal3bc.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal3ec.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal3notproc.htm" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rbal3pdbc" />
|
|
<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>Process double-byte characters</title>
|
|
</head>
|
|
<body id="rbal3pdbc"><a name="rbal3pdbc"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Process double-byte characters</h1>
|
|
<div><p>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.</p>
|
|
<div class="section"><p>There are two types of double-byte characters: <dfn class="term">basic
|
|
double-byte characters</dfn> and <dfn class="term">extended double-byte characters</dfn>.
|
|
These characters are typically processed by the device on which the characters
|
|
are displayed or printed.</p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="rbal3bc.htm">Basic double-byte characters</a></strong><br />
|
|
Basic characters are frequently used double-byte characters that reside in the hardware of a DBCS-capable device.</li>
|
|
<li class="ulchildlink"><strong><a href="rbal3ec.htm">Extended double-byte characters</a></strong><br />
|
|
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.</li>
|
|
<li class="ulchildlink"><strong><a href="rbal3notproc.htm">What happens when extended double-byte characters are not processed</a></strong><br />
|
|
This topic describes the result you get when extended double-byte characters are not processed.</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbal3dbcs.htm" title="This section contains information that you need if you use double-byte characters.">Double-byte character set support</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |