On 03/31/2017 04:32 AM, Richard W.M. Jones wrote:
+++ b/align/scan.c
@@ -76,7 +76,7 @@ static void __attribute__((noreturn))
usage (int status)
{
if (status != EXIT_SUCCESS)
- fprintf (stderr, _("Try `%s --help' for more information.\n"),
+ fprintf (stderr, _("Try ‘%s --help’ for more information.\n"),
getprogname ());
The `' form of quoting is definitely out of style. But these days, it is
debatable whether ASCII '' or Unicode ‘’ is better as the default; since
it is still not guaranteed that everyone is using a UTF-8 console.
Coreutils uses '', if that helps the decision any, but I'm fine with
whatever you think looks best.
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library
http://libvirt.org