mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-03 02:10:50 +02:00
commit bash-20100520 snapshot
This commit is contained in:
+16
@@ -1104,6 +1104,14 @@ the eight-bit character whose value is the octal value \fInnn\fP
|
||||
the eight-bit character whose value is the hexadecimal value \fIHH\fP
|
||||
(one or two hex digits)
|
||||
.TP
|
||||
.B \eu\fIHHHH\fP
|
||||
the Unicode (ISO/IEC 10646) character whose value is the hexadecimal value
|
||||
\fIHHHH\fP (one to four hex digits)
|
||||
.TP
|
||||
.B \eU\fIHHHHHHHH\fP
|
||||
the Unicode (ISO/IEC 10646) character whose value is the hexadecimal value
|
||||
\fIHHHHHHHH\fP (one to eight hex digits)
|
||||
.TP
|
||||
.B \ec\fIx\fP
|
||||
a control-\fIx\fP character
|
||||
.PD
|
||||
@@ -7293,6 +7301,14 @@ the eight-bit character whose value is the octal value \fInnn\fP
|
||||
.B \ex\fIHH\fP
|
||||
the eight-bit character whose value is the hexadecimal value \fIHH\fP
|
||||
(one or two hex digits)
|
||||
.TP
|
||||
.B \eu\fIHHHH\fP
|
||||
the Unicode (ISO/IEC 10646) character whose value is the hexadecimal value
|
||||
\fIHHHH\fP (one to four hex digits)
|
||||
.TP
|
||||
.B \eU\fIHHHHHHHH\fP
|
||||
the Unicode (ISO/IEC 10646) character whose value is the hexadecimal value
|
||||
\fIHHHHHHHH\fP (one to eight hex digits)
|
||||
.PD
|
||||
.RE
|
||||
.TP
|
||||
|
||||
Reference in New Issue
Block a user