Example:
In the POSIX locale, the 26 uppercase letters shall be included:
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Example:
In the POSIX locale, the 26 lowercase letters shall be included:
a b c d e f g h i j k l m n o p q r s t u v w x y z
No character specified for the keywords cntrl, digit, punct, or
space shall be specified.
Characters classified as either upper or lower are automatically
included in this class.
Example:
In the POSIX locale, all characters in the classes upper and lower
shall be included.
Example:
In the POSIX locale, only:
0 1 2 3 4 5 6 7 8 9
shall be included.
Example:
In the POSIX locale, at a minimum, the <space>,
<form-feed>, <newline>, <carriage-return>,
<tab>, and <vertical-tab> shall be included.
Example:
In the POSIX locale, only the <space> and <tab> shall be
included.
Example:
In the POSIX locale, no characters in classes alpha or print shall be
included.
Example:
In the POSIX locale, neither the <space> nor any characters in
classes alpha, digit, or cntrl shall be included.
Example:
In the POSIX locale, all characters in classes alpha, digit, and punct
shall be included; no characters in class cntrl shall be included.
Example:
In the POSIX locale, all characters in class graph shall be included;
no characters in class cntrl shall be included.
Example:
In the POSIX locale, at a minimum, the 26 lowercase characters:
a b c d e f g h i j k l m n o p q r s t u v w x y z
shall be mapped to the corresponding 26 uppercase characters:
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
In the POSIX locale, at a minimum, the 26 uppercase characters:
Example:
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
shall be mapped to the corresponding 26 lowercase characters:
a b c d e f g h i j k l m n o p q r s t u v w x y z
Only the characters defined for the class digit shall be specified, in contiguous ascending sequence by numerical value, followed by one or more sets of six characters representing the hexadecimal digits 10 to 15 inclusive, with each set in ascending order (for example, <A>, <B>, <C>, <D>, <E>, <F>, <a>, <b>, <c>, <d>, <e>, <f>). The digits <zero> to <nine>, the uppercase letters <A> to <F>, and the lowercase letters <a> to <f> of the portable character set are automatically included in this class.
Example:
In the POSIX locale, only:
0 1 2 3 4 5 6 7 8 9 A B C D E F a b c d e f
shall be included.
© 2005-2007 Nokia |