[file-roller] Never tries WINDOWS-1252 encoding



commit 068ca117cd54411bbe12293ae875f427216ee330
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Tue Jul 18 21:13:08 2017 +0200

    Never tries WINDOWS-1252 encoding
    
    [bug #785081]

 src/fr-process.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/fr-process.c b/src/fr-process.c
index 99e98a1..66bd406 100644
--- a/src/fr-process.c
+++ b/src/fr-process.c
@@ -242,7 +242,7 @@ enum {
 
 
 static guint       fr_process_signals[LAST_SIGNAL] = { 0 };
-static const char *try_charsets[] = { "UTF-8", "ISO-8859-1", "WINDOW-1252" };
+static const char *try_charsets[] = { "UTF-8", "ISO-8859-1", "WINDOWS-1252" };
 static int         n_charsets = G_N_ELEMENTS (try_charsets);
 
 


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