Open System Services Porting Guide (G06.24+, H06.03+)

Table Of Contents
Glossary
Open System Services Porting Guide520573-006
Glossary-6
internationalization.
internationalization. The process of designing and coding software so that it can be
adapted to meet the needs of different languages, cultures, and character sets, with
the ability to handle various linguistic and cultural conventions. Internationalization
methods enable the processing of character-based data independently of the
underlying character encoding, allowing choice among character sets. Sometimes
referred to as I18N, derived from the 18 letters between the initial I and the final N of
the word internationalization. See also character set.
interoperability. (1) Within an Expand node, the ability to use the features or facilities of
one environment from another. For example, the gtacl command in the OSS
environment allows an interactive user to start and use a Guardian tool in the Guardian
environment.
(2) Among systems from multiple vendors or with multiple versions of operating
systems from the same vendor, the ability to exchange status, files, and other
information. Manuals for the NonStop range of servers often use the term “connectivity”
in this context, while other vendors use “connectivity” to mean hardware compatibility.
ISO. International Organization for Standardization. ISO is an international body that drafts,
discusses, proposes, and specifies standards for network protocols. ISO is best known
for its seven-layer reference model that describes the conceptual organization of
protocols.
ISO is sometimes called the “International Standards Organization”; although ISO is
the official abbreviation, it does not correspond to the organization’s name in any
language.
ISO/IEC-conforming POSIX.1 application. An application that both:
Uses only the facilities described in ISO/IEC IS 9945-1:1990 and approved
conforming language bindings for any ISO or IEC standard.
Is documented as using only the facilities described in ISO/IEC IS 9945-1:1990
and approved conforming language bindings for any ISO or IEC standard.
Itanium instructions. See Intel® Itanium® instructions
.
job control. The OSS features that allow processes to be stopped, continued, and moved
from or to the background.
link count. The number of directory entries that refer to a particular file.
link name. The filename associated with a specific file within a directory. The length of a
filename, and therefore the length of a link name, depends on the file system. See also
filename.
locale. In localization, the definition of the subset of a user’s environment that depends on
language and cultural conventions.