From e3d581affed677fc094c172ffa26f3573da53068 Mon Sep 17 00:00:00 2001 From: PQCraft <58464017+PQCraft@users.noreply.github.com> Date: Thu, 30 Sep 2021 18:55:43 -0400 Subject: [PATCH] 1.2 Replaced UTF-8 chars --- interjection.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/interjection.c b/interjection.c index 3a90d1f..c1df4e1 100644 --- a/interjection.c +++ b/interjection.c @@ -3,7 +3,7 @@ #include #include -char VER[] = "1.1"; +char VER[] = "1.2"; char* GNU = NULL; char* Linux = NULL; @@ -56,15 +56,15 @@ int main(int argc, char *argv[]) { if (Linux == NULL) {Linux = malloc(6); strcpy(Linux, "Linux");} printf( "I'd just like to interject for a moment.\n" - "What you’re referring to as %s, is in fact, %s/%s, or as I’ve recently taken to calling it, %s plus %s.\n" + "What you're referring to as %s, is in fact, %s/%s, or as I've recently taken to calling it, %s plus %s.\n" "%s is not an operating system unto itself, but rather another free component of a fully functioning %s system made useful by the %s corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.\n" "Many computer users run a modified version of the %s system every day, without realizing it.\n" - "Through a peculiar turn of events, the version of %s which is widely used today is often called “%s”, and many of its users are not aware that it is basically the %s system, developed by the %s Project.\n" + "Through a peculiar turn of events, the version of %s which is widely used today is often called \"%s\", and many of its users are not aware that it is basically the %s system, developed by the %s Project.\n" "There really is a %s, and these people are using it, but it is just a part of the system they use.\n" - "%s is the kernel: the program in the system that allocates the machine’s resources to the other programs that you run.\n" + "%s is the kernel: the program in the system that allocates the machine's resources to the other programs that you run.\n" "The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system.\n" "%s is normally used in combination with the %s operating system: the whole system is basically %s with %s added, or %s/%s.\n" - "All the so-called “%s” distributions are really distributions of %s/%s.\n", + "All the so-called \"%s\" distributions are really distributions of %s/%s.\n", Linux, GNU, Linux, GNU, Linux, Linux, GNU, GNU, GNU,