ibm-information-center/dist/eclipse/plugins/i5OS.ic.nls_5.4.0.1/rbagsappdesignchecklist.htm

162 lines
10 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<?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: Application design" />
<meta name="abstract" content="This table provides some guidelines that you can follow when creating an application with national language support." />
<meta name="description" content="This table provides some guidelines that you can follow when creating an application with national language support." />
<meta name="DC.Relation" scheme="URI" content="rbagsdevelopingappsdesign.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="rbagsappdesignchecklist" />
<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: Application design</title>
</head>
<body id="rbagsappdesignchecklist"><a name="rbagsappdesignchecklist"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Checklist: Application design</h1>
<div><p>This table provides some guidelines that you can follow when creating
an application with national language support.</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr><th valign="top" width="16.666666666666664%" id="d0e19">Complies</th>
<th valign="top" width="16.666666666666664%" id="d0e21">Not applicable</th>
<th valign="top" width="66.66666666666666%" id="d0e23">Rule</th>
</tr>
</thead>
<tbody><tr><td valign="top" width="16.666666666666664%" headers="d0e19 "> </td>
<td valign="top" width="16.666666666666664%" headers="d0e21 "> </td>
<td valign="top" width="66.66666666666666%" headers="d0e23 ">The existence of a specific character set within a system or its components
must not be assumed.</td>
</tr>
<tr><td valign="top" width="16.666666666666664%" headers="d0e19 "> </td>
<td valign="top" width="16.666666666666664%" headers="d0e21 "> </td>
<td valign="top" width="66.66666666666666%" headers="d0e23 ">Converting character case must be definable for each language and code
page.</td>
</tr>
<tr><td valign="top" width="16.666666666666664%" headers="d0e19 "> </td>
<td valign="top" width="16.666666666666664%" headers="d0e21 "> </td>
<td valign="top" width="66.66666666666666%" headers="d0e23 ">Folding must be definable for each language and code page. <p>Folding
is the process in which characters that can be printed or displayed are substituted
for those that cannot be printed or displayed on a particular device.</p>
</td>
</tr>
<tr><td valign="top" width="16.666666666666664%" headers="d0e19 "> </td>
<td valign="top" width="16.666666666666664%" headers="d0e21 "> </td>
<td valign="top" width="66.66666666666666%" headers="d0e23 ">The use of a graphic character for software control purposes must not
preclude the use of the same character in the text of messages, menus, prompts,
input fields, or output fields.</td>
</tr>
<tr><td valign="top" width="16.666666666666664%" headers="d0e19 "> </td>
<td valign="top" width="16.666666666666664%" headers="d0e21 "> </td>
<td valign="top" width="66.66666666666666%" headers="d0e23 ">The set of characters allowed for use in the entry of data must be
definable by the system operator, a user, or an application.</td>
</tr>
<tr><td valign="top" width="16.666666666666664%" headers="d0e19 "> </td>
<td valign="top" width="16.666666666666664%" headers="d0e21 "> </td>
<td valign="top" width="66.66666666666666%" headers="d0e23 ">Graphic symbols and icons must be translatable.</td>
</tr>
<tr><td valign="top" width="16.666666666666664%" headers="d0e19 "> </td>
<td valign="top" width="16.666666666666664%" headers="d0e21 "> </td>
<td valign="top" width="66.66666666666666%" headers="d0e23 ">All characters on the active code page must be accessible.</td>
</tr>
<tr><td valign="top" width="16.666666666666664%" headers="d0e19 "> </td>
<td valign="top" width="16.666666666666664%" headers="d0e21 "> </td>
<td valign="top" width="66.66666666666666%" headers="d0e23 ">Language-dependent parts of a product must be isolated from non-language-dependent
parts for easy modification.</td>
</tr>
<tr><td valign="top" width="16.666666666666664%" headers="d0e19 "> </td>
<td valign="top" width="16.666666666666664%" headers="d0e21 "> </td>
<td valign="top" width="66.66666666666666%" headers="d0e23 ">The design of a product must allow for the national language support
of the various components of the product to be independent of each other.</td>
</tr>
<tr><td valign="top" width="16.666666666666664%" headers="d0e19 "> </td>
<td valign="top" width="16.666666666666664%" headers="d0e21 "> </td>
<td valign="top" width="66.66666666666666%" headers="d0e23 ">National language exits must be provided at strategic points.</td>
</tr>
<tr><td valign="top" width="16.666666666666664%" headers="d0e19 "> </td>
<td valign="top" width="16.666666666666664%" headers="d0e21 "> </td>
<td valign="top" width="66.66666666666666%" headers="d0e23 ">Diagnostics must be enabled.</td>
</tr>
<tr><td valign="top" width="16.666666666666664%" headers="d0e19 "> </td>
<td valign="top" width="16.666666666666664%" headers="d0e21 "> </td>
<td valign="top" width="66.66666666666666%" headers="d0e23 ">Logical layouts different from a given physical keyboard layout must
be available to the user.</td>
</tr>
<tr><td valign="top" width="16.666666666666664%" headers="d0e19 "> </td>
<td valign="top" width="16.666666666666664%" headers="d0e21 "> </td>
<td valign="top" width="66.66666666666666%" headers="d0e23 ">All user interface text and presentation control information must be
isolated from the running code.</td>
</tr>
<tr><td valign="top" width="16.666666666666664%" headers="d0e19 "> </td>
<td valign="top" width="16.666666666666664%" headers="d0e21 "> </td>
<td valign="top" width="66.66666666666666%" headers="d0e23 ">Functions dependent on display field length and display field position,
or display field position alone, must not be designed in such a way that they
are affected by user-interface text expansion.</td>
</tr>
<tr><td valign="top" width="16.666666666666664%" headers="d0e19 "> </td>
<td valign="top" width="16.666666666666664%" headers="d0e21 "> </td>
<td valign="top" width="66.66666666666666%" headers="d0e23 ">A method must be provided to allow for the identification and tracking
of panels and messages during the translation process.</td>
</tr>
<tr><td valign="top" width="16.666666666666664%" headers="d0e19 "> </td>
<td valign="top" width="16.666666666666664%" headers="d0e21 "> </td>
<td valign="top" width="66.66666666666666%" headers="d0e23 ">Variables must be permitted to assume any location and order within
a display field.</td>
</tr>
<tr><td valign="top" width="16.666666666666664%" headers="d0e19 "> </td>
<td valign="top" width="16.666666666666664%" headers="d0e21 "> </td>
<td valign="top" width="66.66666666666666%" headers="d0e23 ">Messages and other displayed words or phrases must be complete entities
and must not be constructed from individual words or phrases.</td>
</tr>
<tr><td valign="top" width="16.666666666666664%" headers="d0e19 "> </td>
<td valign="top" width="16.666666666666664%" headers="d0e21 "> </td>
<td valign="top" width="66.66666666666666%" headers="d0e23 ">Entry of end-user commands, keywords, or responses must be possible
without regard to uppercase or lowercase characters.</td>
</tr>
<tr><td valign="top" width="16.666666666666664%" headers="d0e19 "> </td>
<td valign="top" width="16.666666666666664%" headers="d0e21 "> </td>
<td valign="top" width="66.66666666666666%" headers="d0e23 ">A product with national language-dependent functions must be designed
to facilitate the addition of other countries or national languages.</td>
</tr>
<tr><td valign="top" width="16.666666666666664%" headers="d0e19 "> </td>
<td valign="top" width="16.666666666666664%" headers="d0e21 "> </td>
<td valign="top" width="66.66666666666666%" headers="d0e23 ">Lowercase alphabets should not be assumed to be invariant.</td>
</tr>
<tr><td valign="top" width="16.666666666666664%" headers="d0e19 "> </td>
<td valign="top" width="16.666666666666664%" headers="d0e21 "> </td>
<td valign="top" width="66.66666666666666%" headers="d0e23 ">Character sets should be definable by the operator, a user, or an application.</td>
</tr>
<tr><td valign="top" width="16.666666666666664%" headers="d0e19 "> </td>
<td valign="top" width="16.666666666666664%" headers="d0e21 "> </td>
<td valign="top" width="66.66666666666666%" headers="d0e23 ">Special characters, including punctuation marks, should be definable
and not program dependent.</td>
</tr>
<tr><td valign="top" width="16.666666666666664%" headers="d0e19 "> </td>
<td valign="top" width="16.666666666666664%" headers="d0e21 "> </td>
<td valign="top" width="66.66666666666666%" headers="d0e23 ">User-interface text modules should be packaged separately from the
running code.</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbagsdevelopingappsdesign.htm" title="Your goal in designing international application components is to create components that support national languages independently.">Design globalized applications</a></div>
</div>
</div>
</body>
</html>