[pan: 5/5] fix other non-utf8 char in comments




commit 626091106641af76cce7e0b6aa7e179d7700cb51
Author: Dominique Dumont <dod debian org>
Date:   Tue Sep 21 18:45:10 2021 +0200

    fix other non-utf8 char in comments

 pan/data/cert-store.cc         | 2 +-
 pan/tasks/socket-impl-main.cc  | 2 +-
 pan/usenet-utils/mime-utils.cc | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/pan/data/cert-store.cc b/pan/data/cert-store.cc
index 34258c4..dc1f2e1 100644
--- a/pan/data/cert-store.cc
+++ b/pan/data/cert-store.cc
@@ -4,7 +4,7 @@
  * Copyright (C) 2002-2006  Charles Kerr <charles rebelbase com>
  *
  * This file
- * Copyright (C) 2011 Heinrich M�ller <henmull src gnome org>
+ * Copyright (C) 2011 Heinrich Müller <henmull src gnome org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/pan/tasks/socket-impl-main.cc b/pan/tasks/socket-impl-main.cc
index 688183c..6483d3d 100644
--- a/pan/tasks/socket-impl-main.cc
+++ b/pan/tasks/socket-impl-main.cc
@@ -5,7 +5,7 @@
  * Copyright (C) 2002-2006  Charles Kerr <charles rebelbase com>
  *
  * This file
- * Copyright (C) 2011 Heinrich M�ller <henmull src gnome org>
+ * Copyright (C) 2011 Heinrich Müller <henmull src gnome org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/pan/usenet-utils/mime-utils.cc b/pan/usenet-utils/mime-utils.cc
index 50b2833..bd1a264 100644
--- a/pan/usenet-utils/mime-utils.cc
+++ b/pan/usenet-utils/mime-utils.cc
@@ -85,8 +85,8 @@ namespace pan
 
       if (converted != (size_t) -1 && errno == 0) {
         /*
-         * EINVAL  An  incomplete  multibyte sequence has been encoun�
-         *         tered in the input.
+         * EINVAL An incomplete multibyte sequence has been
+         *        encountered in the input.
          *
          * We'll just have to ignore it...
          */


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