From a1a179c09d6d442d16d6e934b1f0f286e4016991 Mon Sep 17 00:00:00 2001
From: Sean Bright <sean.bright@gmail.com>
Date: Thu, 21 Dec 2017 10:51:02 -0500
Subject: [PATCH] Fix some invalid Unicode characters

configs/samples/minivm.conf.sample contains invalid UTF-8, but that
appears to be intentional.

Change-Id: I7b1e0d332f3380fd0425962a3c9c55f9b200c8cc
---
 CREDITS                         | 4 ++--
 contrib/scripts/managerproxy.pl | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/CREDITS b/CREDITS
index af8b65669b..6ee8a6eba1 100644
--- a/CREDITS
+++ b/CREDITS
@@ -22,7 +22,7 @@
 	* John Todd, TalkPlus, Inc.  and JR Richardson, Ntegrated Solutions. 
 		for funding the development of SIP Session Timers support.
 
-	* Omnitor AB, Gunnar Hellstr�m, for funding work with videocaps, 
+	* Omnitor AB, Gunnar Hellström, for funding work with videocaps, 
 		T.140 RED, originate with video/text and many more 
 		contributions.
 
@@ -253,7 +253,7 @@
 		cdr_tds rewrite, countless other improvements, fixes, and good
 		ideas. sean(AT)malleable.com
 
-	* Jan Kal�b - Calendaring support for Exchange Server 2007+ via 
+	* Jan Kaláb - Calendaring support for Exchange Server 2007+ via 
 		Exchange Web Services.
 
 	* University of Oslo (uio.no), Norway - SIP Max-Forwards setting 
diff --git a/contrib/scripts/managerproxy.pl b/contrib/scripts/managerproxy.pl
index cdf79a239e..8c5f58cfae 100644
--- a/contrib/scripts/managerproxy.pl
+++ b/contrib/scripts/managerproxy.pl
@@ -5,11 +5,11 @@
 #  Copyright (c) 2004 David C. Troy <dave@popvox.com>
 #
 #  This code is based on Flash Operator Panel 'op_server.pl'
-#  by Nicolas Gudino
-#  �Copyright (C) 2004.
+#  by Nicolás Gudiño
+#  Copyright (C) 2004.
 #
 #  David C. Troy <dave@popvox.com>
-#  Nicolas Gudino <nicolas@house.com.ar>
+#  Nicolás Gudiño <nicolas@house.com.ar>
 #
 #  This program is free software, distributed under the terms of
 #  the GNU General Public License.
-- 
GitLab