From b61f0c241e70dd5e7050f730b014a5da16c2f701 Mon Sep 17 00:00:00 2001
From: Florent Rougon <f.rougon@frougon.net>
Date: Thu, 19 Jan 2023 17:17:52 +0100
Subject: [PATCH] emesary_mp_bridge.nas: convert to UTF-8 encoding

This concerns a single character inside a comment, so won't change the
behavior of the Nasal code in any way. Beside using the favored encoding
in FlightGear, this little change allows scripts/python/nasal_api_doc.py
(from the FlightGear repository) to work again without having to teach
it to ignore encoding errors nor to play at guessing the encoding of the
files it reads.
---
 Nasal/emesary_mp_bridge.nas | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Nasal/emesary_mp_bridge.nas b/Nasal/emesary_mp_bridge.nas
index ccc9b1b06..33b70218a 100644
--- a/Nasal/emesary_mp_bridge.nas
+++ b/Nasal/emesary_mp_bridge.nas
@@ -15,7 +15,7 @@
  #
  #  Version              : 4.8
  #
- #  Copyright � 2016 Richard Harrison           Released under GPL V2
+ #  Copyright © 2016 Richard Harrison           Released under GPL V2
  #
  #---------------------------------------------------------------------------*/