pk wrote:
The man page says that bash builtin printf supports the standard printf(1)
formats. But it seems that \uHHHH is not working:

$ /usr/bin/printf '\u212b\n'
Å
$ printf '\u212b\n'
\u212b

Am I doing something wrong here?

The `\u' format string escape is not standard.  I will consider it for a
future enhancement.

Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
                       Live Strong.  No day but today.
Chet Ramey, ITS, CWRU    [EMAIL PROTECTED]    http://cnswww.cns.cwru.edu/~chet/



Reply via email to