diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-16 16:53:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-16 16:53:40 +0000 |
commit | 9c0f26d83911ed2b6064b783848c5ffc055b63e5 (patch) | |
tree | 4ed22a85eaa43f6bf3a006419276a67c74905dd6 | |
parent | 34e3c127b761ec03d537fad9664bc992a85512d4 (diff) | |
download | glibc-9c0f26d83911ed2b6064b783848c5ffc055b63e5.tar.gz glibc-9c0f26d83911ed2b6064b783848c5ffc055b63e5.tar.xz glibc-9c0f26d83911ed2b6064b783848c5ffc055b63e5.zip |
Update.
1999-08-16 Andreas Schwab <schwab@suse.de> * charmaps/UTF8: Add entries for /x00. Remove spurious <percent-sign/> entry. Correct typo.
-rw-r--r-- | localedata/ChangeLog | 5 | ||||
-rw-r--r-- | localedata/charmaps/UTF8 | 5 | ||||
-rw-r--r-- | manual/job.texi | 2 |
3 files changed, 9 insertions, 3 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 2a51db5f5a..9959cf46e6 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,8 @@ +1999-08-16 Andreas Schwab <schwab@suse.de> + + * charmaps/UTF8: Add entries for /x00. Remove spurious + <percent-sign/> entry. Correct typo. + 1999-08-15 Ulrich Drepper <drepper@cygnus.com> * charmaps/UTF8: Generated from the charDB. diff --git a/localedata/charmaps/UTF8 b/localedata/charmaps/UTF8 index 0425beb727..88c28096e7 100644 --- a/localedata/charmaps/UTF8 +++ b/localedata/charmaps/UTF8 @@ -7,6 +7,8 @@ % alias ISO-10646/UTF-8 CHARMAP +<NU> /x00 <U0000> NULL +<NUL> /x00 <U0000> NULL <SH> /x01 <U0001> START OF HEADING <SOH> /x01 <U0001> START OF HEADING <STX> /x02 <U0002> START OF TEXT @@ -82,7 +84,6 @@ CHARMAP <dollar-sign> /x24 <U0024> DOLLAR SIGN <%> /x25 <U0025> PERCENT SIGN <percent-sign> /x25 <U0025> PERCENT SIGN -<percent-sign/>> /x25 <U0025> PERCENT SIGN <&> /x26 <U0026> AMPERSAND <ampersand> /x26 <U0026> AMPERSAND <'> /x27 <U0027> APOSTROPHE @@ -239,7 +240,7 @@ CHARMAP <S3> /xC2/x8F <U008F> SINGLE-SHIFT THREE (SS3) <DC> /xC2/x90 <U0090> DEVICE CONTROL STRING (DCS) <P1> /xC2/x91 <U0091> PRIVATE USE ONE (PU1) -<P2> /xC2/x92 <U0092> PRIVATE USE ONE (PU2) +<P2> /xC2/x92 <U0092> PRIVATE USE TWO (PU2) <TS> /xC2/x93 <U0093> SET TRANSMIT STATE (STS) <CC> /xC2/x94 <U0094> CANCEL CHARACTER (CCH) <MW> /xC2/x95 <U0095> MESSAGE WAITING (MW) diff --git a/manual/job.texi b/manual/job.texi index b0374a7b34..24e1c94f2a 100644 --- a/manual/job.texi +++ b/manual/job.texi @@ -1166,7 +1166,7 @@ different sessions, and the implementation doesn't allow to access the process group ID of the process with ID @var{pid} from the calling process. @end table -@end deftypefun +@end deftypefn @comment unistd.h @comment POSIX.1 |