81 lines
5.0 KiB
HTML
81 lines
5.0 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="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="Checklist: DBCS application design" />
|
||
|
<meta name="abstract" content="When you create an application with double-byte coded character set (DBCS) support, follow these guidelines." />
|
||
|
<meta name="description" content="When you create an application with double-byte coded character set (DBCS) support, follow these guidelines." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbagsenadbcs.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="rbagsdbcsappdesignchklst" />
|
||
|
<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>Checklist: DBCS application design</title>
|
||
|
</head>
|
||
|
<body id="rbagsdbcsappdesignchklst"><a name="rbagsdbcsappdesignchklst"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Checklist: DBCS application design</h1>
|
||
|
<div><p>When you create an application with double-byte coded character
|
||
|
set (DBCS) support, follow these guidelines.</p>
|
||
|
<div class="section"><p>A complete list of these guidelines, as well as a full description
|
||
|
of each guideline, is included in <cite>Volume 1 Designing Enabled Products,
|
||
|
Rules and Guidelines</cite> (SE09-8001). For your convenience, a subset of
|
||
|
these guidelines is provided in the following table.</p>
|
||
|
|
||
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr><th valign="top" width="14.285714285714285%" id="d0e25">Complies</th>
|
||
|
<th valign="top" width="14.285714285714285%" id="d0e27">Not applicable</th>
|
||
|
<th valign="top" width="71.42857142857143%" id="d0e29">Rule</th>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<tbody><tr><td valign="top" width="14.285714285714285%" headers="d0e25 "> </td>
|
||
|
<td valign="top" width="14.285714285714285%" headers="d0e27 "> </td>
|
||
|
<td valign="top" width="71.42857142857143%" headers="d0e29 ">Double-byte coded character set code points in the graphic character
|
||
|
range must be used only for graphic characters and must not be used for control
|
||
|
purposes.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="14.285714285714285%" headers="d0e25 "> </td>
|
||
|
<td valign="top" width="14.285714285714285%" headers="d0e27 "> </td>
|
||
|
<td valign="top" width="71.42857142857143%" headers="d0e29 ">Single-byte meaning must not be drawn from either byte of double-byte
|
||
|
coded data.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="14.285714285714285%" headers="d0e25 "> </td>
|
||
|
<td valign="top" width="14.285714285714285%" headers="d0e27 "> </td>
|
||
|
<td valign="top" width="71.42857142857143%" headers="d0e29 ">Double-byte coded character set character generators must be capable
|
||
|
of producing user-accessible graphic characters.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="14.285714285714285%" headers="d0e25 "> </td>
|
||
|
<td valign="top" width="14.285714285714285%" headers="d0e27 "> </td>
|
||
|
<td valign="top" width="71.42857142857143%" headers="d0e29 ">The ability to switch between single-byte coded character set and double-byte
|
||
|
coded character set and the coexistence of single-byte coded character set
|
||
|
and double-byte coded character set in the same session must be possible.</td>
|
||
|
</tr>
|
||
|
<tr><td valign="top" width="14.285714285714285%" headers="d0e25 "> </td>
|
||
|
<td valign="top" width="14.285714285714285%" headers="d0e27 "> </td>
|
||
|
<td valign="top" width="71.42857142857143%" headers="d0e29 ">User-interface text modules for double-byte coded character set systems
|
||
|
must be loaded separately from the running code.</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbagsenadbcs.htm" title="A DBCS file is a file that contains double-byte data or is used to process double-byte data. Other files are called alphanumeric files. You can view DBCS files on display, printer, tape, diskette, and ICF devices.">Work with DBCS data</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|