CLEANUP: tree-wide: remove a few rare non-ASCII chars

As reported by Tim in issue #1428, our sources are clean, there are
just a few files with a few rare non-ASCII chars for the paragraph
symbol, a few typos, or in Fred's name. Given that Fred already uses
the non-accentuated form at other places like on the public list,
let's uniformize all this and make sure the code displays equally
everywhere.
diff --git a/src/proto_quic.c b/src/proto_quic.c
index a0b4147..dd37c76 100644
--- a/src/proto_quic.c
+++ b/src/proto_quic.c
@@ -1,7 +1,7 @@
 /*
  * AF_INET/AF_INET6 QUIC protocol layer.
  *
- * Copyright 2020 Frédéric Lécaille <flecaille@haproxy.com>
+ * Copyright 2020 Frederic Lecaille <flecaille@haproxy.com>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License