Open System Services Shell and Utilities Reference Manual (G06.25+, H06.03+)
Table Of Contents
File Format Reference Pages locale(4)
<form-feed>;<carriage-return>;<NUL>;<SOH>;<STX>;\
<ETX>;<EOT>;<ENQ>;<ACK>;<SO>;<SI>;<DLE>;<DC1>;<DC2>;\
<DC3>;<DC4>;<NAK>;<SYN>;<ETB>;<CAN>;<EM>;<SUB>;\
<ESC>;<IS4>;<IS3>;<IS2>;<IS1>;<DEL>
#
punct <exclamation-mark>;<quotation-mark>;<number-sign>;\
<dollar-sign>;<percent-sign>;<ampersand>;<asterisk>;\
<apostrophe>;<left-parenthesis>;<right-parenthesis>;\
<plus-sign>;<comma>;<hyphen>;<period>;<slash>;\
<colon>;<semicolon>;<less-than-sign>;<equals-sign>;\
<greater-than-sign>;<question-mark>;<commercial-at>;\
<left-square-bracket>;<backslash>;<circumflex>;\
<right-square-bracket>;<underline>;<grave-accent>;\
<left-curly-bracket>;<vertical-line>;<tilde>;\
<right-curly-bracket>
#
xdigit <zero>;<one>;<two>;<three>;<four>;<five>;<six>;\
<seven>;<eight>;<nine>;<A>;<B>;<C>;<D>;<E>;<F>;\
<a>;<b>;<c>;<d>;<e>;<f>
#
blank <space>;<tab>
#
toupper (<a>,<A>);(<b>,<B>);(<c>,<C>);(<d>,<D>);(<e>,<E>);\
(<f>,<F>);(<g>,<G>);(<h>,<H>);(<i>,<I>);(<j>,<J>);\
(<k>,<K>);(<l>,<L>);(<m>,<M>);(<n>,<N>);(<o>,<O>);\
(<p>,<P>);(<q>,<Q>);(<r>,<R>);(<s>,<S>);(<t>,<T>);\
(<u>,<U>);(<v>,<V>);(<w>,<W>);(<x>,<X>);(<y>,<Y>);\
(<z>,<Z>)
#
END LC_CTYPE
The LC_MESSAGES Category
The LC_MESSAGES category of a locale definition source file defines the format for
affirmative and negative system responses. This category begins with an LC_MESSAGES
category header and terminates with an END LC_MESSAGES category trailer.
All operands for the LC_MESSAGES category are defined as strings or extended regular
expressions bounded by ""(double quotes). These operands are separated from the keyword
they define by one or more spaces. Two adjacent ""(double quotes) indicate an undefined
value. The following keywords are recognized in the LC_MESSAGES category:
copy Specifies the name of an existing locale to be used as the definition of this category. If
you include a copy statement, no other keyword shall be specified.
yesexpr Specifies an extended regular expression that describes the acceptable affirmative
response to a question expecting an affirmative or negative response.
noexpr Specifies an extended regular expression that describes the acceptable negative
response to a question expecting an affirmative or negative response.
yesstr Specifies the locale’s equivalents of an acceptable affirmative response. This string is
accessible to applications through the nl_langinfo subroutine as nl_langinfo
(YESSTR).
527188-003 Hewlett-Packard Company 11−17