From d5b8c939ada298a9b5b6331ca387489fce1d56ba Mon Sep 17 00:00:00 2001
From: "louis.heraut" <louis.heraut@inrae.fr>
Date: Mon, 22 Nov 2021 14:11:09 +0100
Subject: [PATCH] Minor change for encoding

---
 processing/extractNV.R | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/processing/extractNV.R b/processing/extractNV.R
index f478ce4..8bf6c24 100644
--- a/processing/extractNV.R
+++ b/processing/extractNV.R
@@ -18,7 +18,9 @@ extractNVlist_meta = function (computer_data_path, filedir, listdir, listname, v
 
         # Extract the data as a data frame
         df_meta = read.table(list_path,
-                             header=TRUE) 
+                             header=TRUE,
+                             encoding='UTF-8'
+                             ) 
 
         # Create a filelist to store all the filename
         codelist = c()
-- 
GitLab