ASCII and Unicode values whose equivalent
EBCDIC value cannot be used in a deployed security role name are replaced
with a three-character escape sequence as follows: |
|
blank |
X'20' |
X'40' |
¢ |
¢ |
cent |
X'A2' |
X'4A' |
\A2 |
\ |
back slash |
X'5C' |
X'E0' |
\5C |
* |
asterisk |
X'2A' |
X'5C' |
\2A |
& |
ampersand |
X'26' |
X'50' |
\26 |
% |
per cent |
X'25' |
X'6C' |
\25 |
, |
comma |
X'2C' |
X'6B' |
\2C |
( |
left parethesis |
X'28' |
X'4D' |
\28 |
) |
right parenthesis |
X'29' |
X'5D' |
\29 |
; |
semicolon |
X'3B' |
X'5E' |
\3B |
Unicode values which do not have an equivalent
in EBCDIC Codepage 037 are replaced with the Unicode escape sequence: a character
with a Unicode representation of X'yyyy' is replaced by \uyyyy. For example: |
|
Euro symbol |
X'20AC' |
not supported |
\u20AC |
|
Hiragana Ki |
X'304D' |
not supported |
\u304D |
|
alpha |
X'03B1' |
not supported |
\u03B1 |