diff options
author | Jim Meyering <jim@meyering.net> | 2000-03-05 10:39:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-03-05 10:39:33 +0000 |
commit | 8f717f92aade52636dfb5c97b87e75a17ea54fcf (patch) | |
tree | 244e5bfda92efb0c7901ee67c09543f09dbfe5e4 | |
parent | fac78c4d0c17aced9fbb0055c10c24095b80c6e2 (diff) | |
download | coreutils-8f717f92aade52636dfb5c97b87e75a17ea54fcf.tar.xz |
*** empty log message ***
-rw-r--r-- | old/sh-utils/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS index 9a12f366d..6ce94af61 100644 --- a/old/sh-utils/NEWS +++ b/old/sh-utils/NEWS @@ -1,5 +1,7 @@ Changes in release 2.1 [2.0g] +* printf interprets unicode, \uNNNN \UNNNNNNNN, on systems with the + required support; from Bruno Haible. * stty's rprnt attribute works on HPUX 10.20 * seq's --equal-width option works more portably [2.0f] |