bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#36887: coreutils-8.31: printf chokes on \u0041


From: Paul Eggert
Subject: bug#36887: coreutils-8.31: printf chokes on \u0041
Date: Thu, 1 Aug 2019 16:37:44 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

Ulrich Mueller wrote:
Except for the surrogates
U+D800...U+DFFF, it looks like an arbitrary restriction

It's not entirely arbitrary. Because of the restriction, coreutils printf doesn't have to worry about what this command should do:

  printf '\u0025d\n' 1 2

Does this print a single line "%d", or two lines "1" and "2"? There are good arguments either way, and one can easily construct even-stranger examples.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]