From 2534eb300366b4741dbcd653619bf83f4b99f877 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 18 Mar 2011 10:25:42 +0100 Subject: [PATCH] ddate: remove non-ascii chars from ddate Signed-off-by: Karel Zak --- misc-utils/ddate.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/misc-utils/ddate.c b/misc-utils/ddate.c index df6b37186c..62f830d672 100644 --- a/misc-utils/ddate.c +++ b/misc-utils/ddate.c @@ -26,7 +26,7 @@ 59 Bcy, 3161: PRAISE_BOB and KILL_BOB options split, other minor changes. - 1999-02-22 Arkadiusz Mi¶kiewicz + 1999-02-22 Arkadiusz Miskiewicz - added Native Language Support 2000-03-17 Burt Holzman @@ -103,14 +103,14 @@ struct disc_time { char *excl[] = { "Hail Eris!", "All Hail Discordia!", "Kallisti!", "Fnord.", "Or not.", - "Wibble.", "Pzat!", "P'tang!", "Frink!", + "Wibble.", "Pzat!", "P'tang!", "Frink!", #ifdef PRAISE_BOB "Slack!", "Praise \"Bob\"!", "Or kill me.", #endif /* PRAISE_BOB */ /* randomness, from the Net and other places. Feel free to add (after checking with the relevant authorities, of course). */ - "Grudnuk demand sustenance!", "Keep the Lasagna flying!", - "Umlaut Zebra über alles!", "You are what you see.", + "Grudnuk demand sustenance!", "Keep the Lasagna flying!", + "You are what you see.", "Or is it?", "This statement is false.", #if defined(linux) || defined (__linux__) || defined (__linux) "Hail Eris, Hack Linux!", -- 2.47.3