From 9da38e9c5c28ad246fdd87b9a95f87d40c531e6d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Mon, 7 Sep 2020 17:24:53 +0200
Subject: [PATCH] Examples: convert some files to UTF-8

Those files were in ISO-8859-1 encoding, which is being phased out.

By the way, use typographic quotes.

[skip ci]

(cherry picked from commit 82ec87933a2e478b0e82a0d4d464bb4e00fb0b19)
---
 examples/NK_baseline.mod | 8 ++++----
 examples/agtrend.mod     | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/examples/NK_baseline.mod b/examples/NK_baseline.mod
index 805f19e86e..8d76473dad 100644
--- a/examples/NK_baseline.mod
+++ b/examples/NK_baseline.mod
@@ -1,10 +1,10 @@
 /*
  * This file implements the Baseline New Keynesian DSGE model described in 
- * much detail in Jes�s Fern�ndez-Villaverde and Juan F. Rubio-Ram�rez (2006): "A Baseline DSGE 
- * Model", available at http://economics.sas.upenn.edu/~jesusfv/benchmark_DSGE.pdf
+ * much detail in Jesús Fernández-Villaverde and Juan F. Rubio-Ramírez (2006): “A Baseline DSGE 
+ * Model”, available at http://economics.sas.upenn.edu/~jesusfv/benchmark_DSGE.pdf
  *
  * The parametrization is based on the estimated version of this model in 
- * Jes�s Fern�ndez-Villaverde (2010): "The econometrics of DSGE models", 
+ * Jesús Fernández-Villaverde (2010): “The econometrics of DSGE models”, 
  * SERIEs, Vol. 1, pp. 3-49, DOI 10.1007/s13209-009-0014-7
  *
  * This implementation was written by Benjamin Born and Johannes Pfeifer. In
@@ -24,7 +24,7 @@
  * example3.mod
  * 
  * The model is written in the beginning of period stock notation. To make the model
- * conform with Dynare's end of period stock notation, we use the 
+ * conform with Dynare’s end of period stock notation, we use the 
  * predetermined_variables-command.
  *
  * Please note that the following copyright notice only applies to this Dynare 
diff --git a/examples/agtrend.mod b/examples/agtrend.mod
index 8fb600b4fe..dd5ef1e861 100644
--- a/examples/agtrend.mod
+++ b/examples/agtrend.mod
@@ -1,7 +1,7 @@
 /*
  * This file replicates the model studied in:
- * Aguiar, Mark and Gopinath, Gita (2004): "Emerging Market Business Cycles:
- * The Cycle is the Trend" (NBER WP 10734). It is different from version published 
+ * Aguiar, Mark and Gopinath, Gita (2004): “Emerging Market Business Cycles:
+ * The Cycle is the Trend” (NBER WP 10734). It is different from version published 
  * in the Journal of Political Economy.
  * 
  * This model file is intended to show the capabilities of the Dynare macro 
@@ -15,7 +15,7 @@
  * The mod-file reproduces Figure 4 of the working paper, which displays the
  * model response to 1 percent shock to trend and cyclical TFP.
  *
- * This implementation was written by S�bastien Villemot and Johannes Pfeifer. 
+ * This implementation was written by Sébastien Villemot and Johannes Pfeifer. 
  * Please note that the following copyright notice only applies to this Dynare 
  * implementation of the model.
  */
-- 
GitLab