gnucash master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Fri Sep 26 11:10:46 EDT 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/bf753402 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ccbd09d5 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c652455e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/595e3593 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/32193a47 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0c31c627 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ea033016 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ba1f8cb1 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2b6a6d89 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b13f3dab (commit)
	 via  https://github.com/Gnucash/gnucash/commit/32105585 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e693a689 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/97d6bffa (commit)
	 via  https://github.com/Gnucash/gnucash/commit/345f576b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/48f2e8bb (commit)
	 via  https://github.com/Gnucash/gnucash/commit/7d7d2014 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5c207dae (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ef41cb6f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/fc874ead (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c9130135 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/547b4d43 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/42013538 (commit)
	from  https://github.com/Gnucash/gnucash/commit/4b503d35 (commit)



commit bf753402654780c4e69467d29f1e8c378690679f
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Sep 20 10:46:23 2014 +0100

    This patch changes some strings.

diff --git a/src/import-export/csv-exp/assistant-csv-export.c b/src/import-export/csv-exp/assistant-csv-export.c
index db9aba2..2e7fe20 100644
--- a/src/import-export/csv-exp/assistant-csv-export.c
+++ b/src/import-export/csv-exp/assistant-csv-export.c
@@ -78,23 +78,23 @@ void csv_export_file_chooser_confirm_cb (GtkWidget *button, CsvExportInfo *info)
 static const gchar *finish_tree_string = N_(
             /* Translators: %s is the file name string. */
             "The account tree will be exported to the file '%s' when you click 'Apply'.\n\n"
-            "You can also go back and verify your selections by clicking on 'Back'"
-            " or 'Cancel' to Abort Export.\n");
+            "You can also verify your selections by clicking on 'Back' or 'Cancel' to Abort Export.\n");
 
 static const gchar *finish_trans_string = N_(
             /* Translators: %s is the file name string and %u the number of accounts. */
             "When you click 'Apply', the transactions will be exported to the file '%s' and"
-            " the number of accounts exported is %u.\n\n"
-            "You can also go back and verify your selections by clicking on 'Back'"
-            " or 'Cancel' to Abort Export.\n");
+            " the number of accounts exported will be %u.\n\n"
+            "You can also verify your selections by clicking on 'Back' or 'Cancel' to Abort Export.\n");
 
 static const gchar *start_tree_string = N_(
-        "This assistant will help you export the Account Tree to a file.\n\n"
+        "This assistant will help you export the Account Tree to a file\n"
+        " with the separator specified below.\n\n"
         "Select the settings you require for the file and then click 'Forward' to proceed"
         " or 'Cancel' to Abort Export.\n");
 
 static const gchar *start_trans_string = N_(
-            "This assistant will help you export the Transactions to a file.\n\n"
+            "This assistant will help you export the Transactions to a file\n"
+            " with the separator specified below.\n\n"
             "Select the settings you require for the file and then click 'Forward' to proceed"
             " or 'Cancel' to Abort Export.\n");
 
diff --git a/src/import-export/csv-imp/assistant-csv-account-import.c b/src/import-export/csv-imp/assistant-csv-account-import.c
index 7c8c95d..20fb5e6 100644
--- a/src/import-export/csv-imp/assistant-csv-account-import.c
+++ b/src/import-export/csv-imp/assistant-csv-account-import.c
@@ -69,17 +69,16 @@ static gchar *gnc_input_dialog (GtkWidget *parent, const gchar *title, const gch
 
 static const gchar *finish_tree_string = N_(
             "The accounts will be imported from the file '%s' when you click 'Apply'.\n\n"
-            "You can also go back and verify your selections by clicking on 'Back'"
-            " or 'Cancel' to Abort Import.\n");
+            "You can verify your selections by clicking on 'Back' or 'Cancel' to Abort Import.\n");
 
 static const gchar *new_book_finish_tree_string = N_(
             "The accounts will be imported from the file '%s' when you click 'Apply'.\n\n"
-            "You can also go back and verify your selections by clicking on 'Back'"
-            " or 'Cancel' to Abort Import.\n\n"
+            "You can verify your selections by clicking on 'Back' or 'Cancel' to Abort Import.\n\n"
             "If this is your initial import into a new file, you will first see "
             "a dialog for setting book options, since these can affect how "
-            "imported data are converted to GnuCash transactions. If this is an "
-            "existing file, the dialog will not be shown.\n");
+            "imported data is converted to GnuCash transactions.\n"
+            "Note: After import, you may need to use 'View / Filter By / Other' menu option "
+            "and select to show unused Accounts.\n");
 
 /* Escape '_' in string */
 static gchar *mnemonic_escape (const gchar *source);
@@ -465,7 +464,7 @@ csv_import_assistant_summary_page_prepare (GtkAssistant *assistant,
 
         buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW(info->summary_error_view));
         text = g_strdup_printf (gettext ("Import completed but with errors!\n\nThe number of Accounts added was %u and "
-                                        "updated was %u.\n\nSee below for errors..." ), info->num_new, info->num_updates );
+                                        "%u were updated.\n\nSee below for errors..."), info->num_new, info->num_updates);
         errtext = g_strdup_printf ("%s", info->error);
         gtk_text_buffer_set_text (buffer, errtext, -1);
         g_free (errtext);
@@ -473,7 +472,7 @@ csv_import_assistant_summary_page_prepare (GtkAssistant *assistant,
     }
     else
         text = g_strdup_printf (gettext ("Import completed successfully!\n\nThe number of Accounts added was %u and "
-                                        "updated was %u.\n" ), info->num_new, info->num_updates );
+                                        "%u were updated.\n"), info->num_new, info->num_updates);
 
     mtext = g_strdup_printf ("<span size=\"medium\"><b>%s</b></span>", text);
     gtk_label_set_markup (GTK_LABEL(info->summary_label), mtext);
diff --git a/src/import-export/csv-imp/assistant-csv-account-import.glade b/src/import-export/csv-imp/assistant-csv-account-import.glade
index 70dc74c..14a8c26 100644
--- a/src/import-export/csv-imp/assistant-csv-account-import.glade
+++ b/src/import-export/csv-imp/assistant-csv-account-import.glade
@@ -24,7 +24,9 @@
             <property name="label" translatable="yes">
 This assistant will help you import Accounts from a file.
 
-The file must be in the same format as that exported as this is a fixed format import. If the account is missing, based on the full account name, it will be added as long as the security / currency specified exists. If the account exists, then four fields will be updated. These are code, description, notes and color.
+The file must be in the same format as that exported as this is a fixed format import which can be seen by looking at a file created by using the Account Tree export menu option.
+
+If the account is missing, based on the full account name, it will be added as long as the security / currency specified exists. If the account exists, then four fields will be updated. These are code, description, notes and color.
 
 Click on 'Forward' to proceed or 'Cancel' to Abort Import.
 </property>

commit ccbd09d5e3911ace02d8a95e1055dfa81168b1a3
Merge: 4b503d3 c652455
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Fri Sep 26 17:02:52 2014 +0200

    Merge branch 'maint'
    
    * Bug 732545 - gnucash-2.6.3 segfaults when started
    * Bug 720427 - Review of french account templates
    * Bug 671615 - French: 'New Customer' button in Find Customer dialog is translated to 'Nouvel onglet'
    * Add context to generic translatable string
    * Convert ISO-8859-1 account chart templates to UTF-8
    * Set default currency for French account chart templates
    * Use same default setting for quotes in csv import and export
    * This patch fixes bug 726888, cancel button is available on all pages of assistant.
    * Avoid undocumented dependency on progress page type in assistant to skip page
    * Use same test for payment dialog transfer accounts and assign as payment checks
    * Bug 630638 - 'Process payment' should allow to select equity accounts for payment
    * Bug 736703 - Scheduled transaction are registered without credit/debit
    * This patch fixes bug 731519. The fix sets the upper limit before it sets the value of the end row spin button.
    * Part Bug fix for 729476, this fixes the quoting of quotes, newlines and separator to make it more compatible with CSV format.
    * Part Bug fix for 729476, this changes the line endings to \r\n to make it more compatible with CSV format.
    * This patch just changes the white space to be of a consistent format.
    * Various small code improvements in csv import/export
    * Rework assistant csv import regex code to eliminate the mandatory dummy field (#eol).


commit c652455ebb0878c4346d7f0cd47d0a149a440546
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Fri Sep 26 16:48:06 2014 +0200

    Rework assistant csv import regex code to eliminate the mandatory dummy field (#eol).
    
    This consists of a couple of changes that are heavily interdependent:
    - read the csv file entirely in one string
    - tweak the regex so it knows the difference between the end of line and a newline in one of the fields
    - leverage the g_regex code to iterate over the full string directly

diff --git a/src/import-export/csv-exp/csv-tree-export.c b/src/import-export/csv-exp/csv-tree-export.c
index 22d5ae5..147ef5e 100644
--- a/src/import-export/csv-exp/csv-tree-export.c
+++ b/src/import-export/csv-exp/csv-tree-export.c
@@ -155,8 +155,7 @@ void csv_tree_export (CsvExportInfo *info)
         header = g_strconcat (end_sep, _("type"), mid_sep, _("full_name"), mid_sep, _("name"), mid_sep,
                                 _("code"), mid_sep, _("description"), mid_sep, _("color"), mid_sep,
                                 _("notes"), mid_sep, _("commoditym"), mid_sep, _("commodityn"), mid_sep,
-                                _("hidden"), mid_sep, _("tax"), mid_sep, _("place_holder"), mid_sep, _("#eol"),
-                                 end_sep, EOLSTR, NULL);
+                                _("hidden"), mid_sep, _("tax"), mid_sep, _("place_holder"), end_sep, EOLSTR, NULL);
         DEBUG("Header String: %s", header);
 
         /* Write header line */
@@ -236,7 +235,7 @@ void csv_tree_export (CsvExportInfo *info)
             g_free (part2);
             /* Place Holder / end of line marker */
             currentSel = xaccAccountGetPlaceholder (acc) ? "T" : "F" ;
-            part2 = g_strconcat (part1, currentSel, mid_sep, _("#eol"), end_sep, EOLSTR, NULL);
+            part2 = g_strconcat (part1, currentSel, end_sep, EOLSTR, NULL);
             g_free (part1);
 
             DEBUG("Account String: %s", part2);
diff --git a/src/import-export/csv-imp/assistant-csv-account-import.c b/src/import-export/csv-imp/assistant-csv-account-import.c
index aae2d4c..7c8c95d 100644
--- a/src/import-export/csv-imp/assistant-csv-account-import.c
+++ b/src/import-export/csv-imp/assistant-csv-account-import.c
@@ -113,17 +113,25 @@ static gchar *mnemonic_escape (const gchar *source)
 }
 
 static
-void create_regex (GString regex_str, const gchar *sep)
+void create_regex (GString *regex_str, const gchar *sep)
 {
     if (!sep) return;
 
     g_string_printf (regex_str,
-            "^(?<type>[^%s]*)%s?(?<full_name>\"(?:[^\"]|\"\")*\"|[^%s]*)%s?(?<name>\"(?:[^\"]|\"\")*\"|[^%s]*)%s\
-             ?(?<code>\"(?:[^\"]|\"\")*\"|[^%s]*)%s?(?<description>\"(?:[^\"]|\"\")*\"|[^%s]*)%s?(?<color>[^%s]*)%s\
-             ?(?<notes>\"(?:[^\"]|\"\")*\"|[^%s]*)%s?(?<commoditym>\"(?:[^\"]|\"\")*\"|[^%s]*)%s?(?<commodityn>\"(?:[^\"]|\"\")*\"|[^%s]*)%s\
-             ?(?<hidden>[^%s]*)%s?(?<tax>[^%s]*)%s?(?<place_holder>[^%s]*)%s(?<endofline>[^%s]*)$",
-            sep, sep, sep, sep, sep, sep, sep, sep, sep, sep, sep, sep, sep,
-            sep, sep, sep, sep, sep, sep, sep, sep, sep, sep, sep, sep);
+            "\\G(?<type>[^%s]*)%s"
+            "(?<full_name>\"(?:[^\"]|\"\")*\"|[^%s]*)%s"
+            "(?<name>\"(?:[^\"]|\"\")*\"|[^%s]*)%s"
+            "(?<code>\"(?:[^\"]|\"\")*\"|[^%s]*)%s?"
+            "(?<description>\"(?:[^\"]|\"\")*\"|[^%s]*)%s"
+            "(?<color>[^%s]*)%s"
+            "(?<notes>\"(?:[^\"]|\"\")*\"|[^%s]*)%s"
+            "(?<commoditym>\"(?:[^\"]|\"\")*\"|[^%s]*)%s"
+            "(?<commodityn>\"(?:[^\"]|\"\")*\"|[^%s]*)%s"
+            "(?<hidden>[^%s]*)%s"
+            "(?<tax>[^%s]*)%s"
+            "(?<place_holder>[^%s[:cntrl:]]*)(?:\\R*)",
+            sep, sep, sep, sep, sep, sep, sep, sep, sep, sep, sep, sep,
+            sep, sep, sep, sep, sep, sep, sep, sep, sep, sep, sep);
 
 }
 
@@ -622,6 +630,7 @@ csv_import_assistant_create (CsvImportInfo *info)
     info->tree_view = GTK_WIDGET(gtk_builder_get_object (builder, "treeview"));
 
     /* Comma Separated file default */
+    info->regexp = g_string_new ("");
     create_regex (info->regexp, ",");
 
     /* create model and bind to view */
diff --git a/src/import-export/csv-imp/csv-account-import.c b/src/import-export/csv-imp/csv-account-import.c
index 10a02f0..2f5b6c5 100644
--- a/src/import-export/csv-imp/csv-account-import.c
+++ b/src/import-export/csv-imp/csv-account-import.c
@@ -81,30 +81,29 @@ csv_import_result
 csv_import_read_file (const gchar *filename, const gchar *parser_regexp,
                       GtkListStore *store, guint max_rows)
 {
-    FILE       *f;
-    char       *line;
-    gchar      *line_utf8;
-    gchar      *end1, *end2;
-    GMatchInfo *match_info;
+    gchar      *locale_cont, *contents;
+    GMatchInfo *match_info = NULL;
+    GRegex     *regexpat = NULL;
     GError     *err;
-    GRegex     *regexpat;
-    int         row = 0;
-    gboolean match_found = FALSE;
+    gint       row = 0;
+    gboolean   match_found = FALSE;
 
     // model
     GtkTreeIter iter;
 
-    f = g_fopen (filename, "rt");
-    if (!f)
+    if (!g_file_get_contents (filename, &locale_cont, NULL, NULL))
     {
         //gnc_error_dialog( 0, _("File %s cannot be opened."), filename );
         return RESULT_OPEN_FAILED;
     }
 
+    contents = g_locale_to_utf8 (locale_cont, -1, NULL, NULL, NULL);
+    g_free (locale_cont);
+
     // compile the regular expression and check for errors
     err = NULL;
     regexpat =
-        g_regex_new (parser_regexp, G_REGEX_EXTENDED | G_REGEX_OPTIMIZE | G_REGEX_DUPNAMES, 0, &err);
+        g_regex_new (parser_regexp, G_REGEX_OPTIMIZE, 0, &err);
     if (err != NULL)
     {
         GtkWidget *dialog;
@@ -113,7 +112,6 @@ csv_import_read_file (const gchar *filename, const gchar *parser_regexp,
         errmsg = g_strdup_printf (_("Error in regular expression '%s':\n%s"),
                                   parser_regexp, err->message);
         g_error_free (err);
-        err = NULL;
 
         dialog = gtk_message_dialog_new (NULL,
                                          GTK_DIALOG_MODAL,
@@ -122,100 +120,47 @@ csv_import_read_file (const gchar *filename, const gchar *parser_regexp,
         gtk_dialog_run (GTK_DIALOG (dialog));
         gtk_widget_destroy (dialog);
         g_free (errmsg);
-        errmsg = 0;
+        g_free (contents);
 
-        fclose (f);
         return RESULT_ERROR_IN_REGEXP;
     }
 
-    /* Setup the two different line endings */
-#ifdef G_OS_WIN32
-    end1 = g_strconcat (_("#eol"),"\"\n", NULL);
-    end2 = g_strconcat (_("#eol"),"\n", NULL);
-#else
-    end1 = g_strconcat (_("#eol"),"\"\r\n", NULL);
-    end2 = g_strconcat (_("#eol"),"\r\n", NULL);
-#endif
-
-    // start the import
-#define buffer_size 1000
-    line = g_malloc0 (buffer_size);
-    while (!feof (f))
+    g_regex_match (regexpat, contents, 0, &match_info);
+    while (g_match_info_matches (match_info))
     {
-        gchar  *currentline = NULL;
-        int l;
+        match_found = TRUE;
+        // fill in the values
+        gtk_list_store_append (store, &iter);
+        fill_model_with_match (match_info, "type", store, &iter, TYPE);
+        fill_model_with_match (match_info, "full_name", store, &iter, FULL_NAME);
+        fill_model_with_match (match_info, "name", store, &iter, NAME);
+        fill_model_with_match (match_info, "code", store, &iter, CODE);
+        fill_model_with_match (match_info, "description", store, &iter, DESCRIPTION);
+        fill_model_with_match (match_info, "color", store, &iter, COLOR);
+        fill_model_with_match (match_info, "notes", store, &iter, NOTES);
+        fill_model_with_match (match_info, "commoditym", store, &iter, COMMODITYM);
+        fill_model_with_match (match_info, "commodityn", store, &iter, COMMODITYN);
+        fill_model_with_match (match_info, "hidden", store, &iter, HIDDEN);
+        fill_model_with_match (match_info, "tax", store, &iter, TAX);
+        fill_model_with_match (match_info, "place_holder", store, &iter, PLACE_HOLDER);
+        gtk_list_store_set (store, &iter, ROW_COLOR, NULL, -1);
+
         row++;
         if (row == max_rows)
             break;
+        g_match_info_next (match_info, &err);
+    }
 
-        // read one line
-        if (!fgets (line, buffer_size, f))
-            break; // eof
-
-        currentline = g_strdup (line);
-
-        while (!(g_str_has_suffix (line, end1) || g_str_has_suffix (line, end2)))
-        {
-            // read next line
-            if (fgets (line, buffer_size, f))
-            {
-                gchar *temp_str = NULL;
-                temp_str = g_strconcat (currentline, line, NULL);
-                g_free (currentline);
-                currentline = g_strdup (temp_str);
-                g_free (temp_str);
-            }
-            else
-                break; // eof
-         }
-
-        // now strip the '\r\n' from the end of the line
-        l = strlen (currentline);
-        if ((l > 0) && (currentline[l - 1] == '\n'))
-            currentline[l - 1] = 0;
-
-        if ((l > 0) && (currentline[l - 2] == '\r'))
-            currentline[l - 2] = 0;
-
-        // convert line from locale into utf8
-        line_utf8 = g_locale_to_utf8 (currentline, -1, NULL, NULL, NULL);
-
-        // parse the line
-        match_info = NULL;	// it seems, that in contrast to documentation, match_info is not always set -> g_match_info_free will segfault
-        if (g_regex_match (regexpat, line_utf8, 0, &match_info))
-        {
-            match_found = TRUE;
-            // fill in the values
-            gtk_list_store_append (store, &iter);
-            fill_model_with_match (match_info, "type", store, &iter, TYPE);
-            fill_model_with_match (match_info, "full_name", store, &iter, FULL_NAME);
-            fill_model_with_match (match_info, "name", store, &iter, NAME);
-            fill_model_with_match (match_info, "code", store, &iter, CODE);
-            fill_model_with_match (match_info, "description", store, &iter, DESCRIPTION);
-            fill_model_with_match (match_info, "color", store, &iter, COLOR);
-            fill_model_with_match (match_info, "notes", store, &iter, NOTES);
-            fill_model_with_match (match_info, "commoditym", store, &iter, COMMODITYM);
-            fill_model_with_match (match_info, "commodityn", store, &iter, COMMODITYN);
-            fill_model_with_match (match_info, "hidden", store, &iter, HIDDEN);
-            fill_model_with_match (match_info, "tax", store, &iter, TAX);
-            fill_model_with_match (match_info, "place_holder", store, &iter, PLACE_HOLDER);
-            gtk_list_store_set (store, &iter, ROW_COLOR, NULL, -1);
-        }
+    g_match_info_free (match_info);
+    g_regex_unref (regexpat);
+    g_free (contents);
 
-        g_free (currentline);
-        g_match_info_free (match_info);
-        match_info = 0;
-        g_free (line_utf8);
-        line_utf8 = 0;
+    if (err != NULL)
+    {
+        g_printerr ("Error while matching: %s\n", err->message);
+        g_error_free (err);
     }
-    g_free (end1);
-    g_free (end2);
-    g_free (line);
-    line = 0;
 
-    g_regex_unref (regexpat);
-    regexpat = 0;
-    fclose (f);
     if (match_found == TRUE)
         return MATCH_FOUND;
     else

commit 595e359301199fde13e293f6dea5be9bd6168edb
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Fri Sep 26 16:38:30 2014 +0200

    CSV Import transform macro into function
    
    A complex macro is difficult to debug, particularly if it uses
    variables that were defined outside of the macro.

diff --git a/src/import-export/csv-imp/csv-account-import.c b/src/import-export/csv-imp/csv-account-import.c
index 1d200ef..10a02f0 100644
--- a/src/import-export/csv-imp/csv-account-import.c
+++ b/src/import-export/csv-imp/csv-account-import.c
@@ -39,27 +39,38 @@
 /* This static indicates the debugging module that this .o belongs to.  */
 static QofLogModule log_module = GNC_MOD_ASSISTANT;
 
-/* This helper macro takes a regexp match and fills the model */
-#define FILL_IN_HELPER(match_name,column) \
-             temp = g_match_info_fetch_named (match_info, match_name); \
-             if (temp) \
-             { \
-		g_strstrip (temp); \
-                if (g_str_has_prefix (temp, "\""))\
-                { \
-                    if (strlen (temp) >= 2) \
-                    { \
-		        toptail = g_strndup (temp + 1, strlen (temp)-2); \
-                        parts = g_strsplit (toptail, "\"\"", -1); \
-                        temp = g_strjoinv ("\"", parts); \
-                        g_strfreev (parts); \
-                        g_free (toptail); \
-                    } \
-                } \
-                gtk_list_store_set (store, &iter, column, temp, -1); \
-                g_free (temp); \
-             }
+/* This helper function takes a regexp match and fills the model */
+static void
+fill_model_with_match(GMatchInfo *match_info,
+               const gchar *match_name,
+               GtkListStore *store,
+               GtkTreeIter *iterptr,
+               gint column)
+{
+    gchar *temp;
+
+    if (!match_info || !match_name)
+        return;
 
+    temp = g_match_info_fetch_named (match_info, match_name);
+    if (temp)
+    {
+        g_strstrip (temp);
+        if (g_str_has_prefix (temp, "\""))
+        {
+            if (strlen (temp) >= 2)
+            {
+                gchar *toptail = g_strndup (temp + 1, strlen (temp)-2);
+                gchar **parts = g_strsplit (toptail, "\"\"", -1);
+                temp = g_strjoinv ("\"", parts);
+                g_strfreev (parts);
+                g_free (toptail);
+            }
+        }
+        gtk_list_store_set (store, iterptr, column, temp, -1);
+        g_free (temp);
+     }
+}
 
 /*******************************************************
  * csv_import_read_file
@@ -72,8 +83,7 @@ csv_import_read_file (const gchar *filename, const gchar *parser_regexp,
 {
     FILE       *f;
     char       *line;
-    gchar      *line_utf8, *temp, *toptail;
-    gchar      **parts;
+    gchar      *line_utf8;
     gchar      *end1, *end2;
     GMatchInfo *match_info;
     GError     *err;
@@ -177,18 +187,18 @@ csv_import_read_file (const gchar *filename, const gchar *parser_regexp,
             match_found = TRUE;
             // fill in the values
             gtk_list_store_append (store, &iter);
-            FILL_IN_HELPER ("type", TYPE);
-            FILL_IN_HELPER ("full_name", FULL_NAME);
-            FILL_IN_HELPER ("name", NAME);
-            FILL_IN_HELPER ("code", CODE);
-            FILL_IN_HELPER ("description", DESCRIPTION);
-            FILL_IN_HELPER ("color", COLOR);
-            FILL_IN_HELPER ("notes", NOTES);
-            FILL_IN_HELPER ("commoditym", COMMODITYM);
-            FILL_IN_HELPER ("commodityn", COMMODITYN);
-            FILL_IN_HELPER ("hidden", HIDDEN);
-            FILL_IN_HELPER ("tax", TAX);
-            FILL_IN_HELPER ("place_holder", PLACE_HOLDER);
+            fill_model_with_match (match_info, "type", store, &iter, TYPE);
+            fill_model_with_match (match_info, "full_name", store, &iter, FULL_NAME);
+            fill_model_with_match (match_info, "name", store, &iter, NAME);
+            fill_model_with_match (match_info, "code", store, &iter, CODE);
+            fill_model_with_match (match_info, "description", store, &iter, DESCRIPTION);
+            fill_model_with_match (match_info, "color", store, &iter, COLOR);
+            fill_model_with_match (match_info, "notes", store, &iter, NOTES);
+            fill_model_with_match (match_info, "commoditym", store, &iter, COMMODITYM);
+            fill_model_with_match (match_info, "commodityn", store, &iter, COMMODITYN);
+            fill_model_with_match (match_info, "hidden", store, &iter, HIDDEN);
+            fill_model_with_match (match_info, "tax", store, &iter, TAX);
+            fill_model_with_match (match_info, "place_holder", store, &iter, PLACE_HOLDER);
             gtk_list_store_set (store, &iter, ROW_COLOR, NULL, -1);
         }
 

commit 32193a47130fc78a5966d6ba4de64f0e0342835d
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Fri Sep 26 16:26:58 2014 +0200

    CSV Export: factor out function to generate regular expression

diff --git a/src/import-export/csv-imp/assistant-csv-account-import.c b/src/import-export/csv-imp/assistant-csv-account-import.c
index 30b1d53..aae2d4c 100644
--- a/src/import-export/csv-imp/assistant-csv-account-import.c
+++ b/src/import-export/csv-imp/assistant-csv-account-import.c
@@ -112,6 +112,21 @@ static gchar *mnemonic_escape (const gchar *source)
     return dest;
 }
 
+static
+void create_regex (GString regex_str, const gchar *sep)
+{
+    if (!sep) return;
+
+    g_string_printf (regex_str,
+            "^(?<type>[^%s]*)%s?(?<full_name>\"(?:[^\"]|\"\")*\"|[^%s]*)%s?(?<name>\"(?:[^\"]|\"\")*\"|[^%s]*)%s\
+             ?(?<code>\"(?:[^\"]|\"\")*\"|[^%s]*)%s?(?<description>\"(?:[^\"]|\"\")*\"|[^%s]*)%s?(?<color>[^%s]*)%s\
+             ?(?<notes>\"(?:[^\"]|\"\")*\"|[^%s]*)%s?(?<commoditym>\"(?:[^\"]|\"\")*\"|[^%s]*)%s?(?<commodityn>\"(?:[^\"]|\"\")*\"|[^%s]*)%s\
+             ?(?<hidden>[^%s]*)%s?(?<tax>[^%s]*)%s?(?<place_holder>[^%s]*)%s(?<endofline>[^%s]*)$",
+            sep, sep, sep, sep, sep, sep, sep, sep, sep, sep, sep, sep, sep,
+            sep, sep, sep, sep, sep, sep, sep, sep, sep, sep, sep, sep);
+
+}
+
 /*************************************************************************/
 
 /**************************************************
@@ -216,6 +231,7 @@ void csv_import_sep_cb (GtkWidget *radio, gpointer user_data)
     CsvImportInfo *info = user_data;
     const gchar *name;
     gchar *temp;
+    gchar *sep = NULL;
 
     if (!gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON(radio)))
     {
@@ -224,24 +240,14 @@ void csv_import_sep_cb (GtkWidget *radio, gpointer user_data)
     }
 
     name = gtk_buildable_get_name (GTK_BUILDABLE(radio));
-
     if (g_strcmp0 (name, "radio_semi") == 0)
-        g_string_assign (info->regexp, "^(?<type>[^;]*);?(?<full_name>\"(?:[^\"]|\"\")*\"|[^;]*);?(?<name>\"(?:[^\"]|\"\")*\"|[^;]*);\
-	?(?<code>\"(?:[^\"]|\"\")*\"|[^;]*);?(?<description>\"(?:[^\"]|\"\")*\"|[^;]*);?(?<color>[^;]*);\
-	?(?<notes>\"(?:[^\"]|\"\")*\"|[^;]*);?(?<commoditym>\"(?:[^\"]|\"\")*\"|[^;]*);?(?<commodityn>\"(?:[^\"]|\"\")*\"|[^;]*);\
-	?(?<hidden>[^;]*);?(?<tax>[^;]*);?(?<place_holder>[^;]*);(?<endofline>[^;]*)$");
-
-    if (g_strcmp0 (name, "radio_colon") == 0)
-        g_string_assign (info->regexp, "^(?<type>[^:]*):?(?<full_name>\"(?:[^\"]|\"\")*\"|[^:]*):?(?<name>\"(?:[^\"]|\"\")*\"|[^:]*):\
-	?(?<code>\"(?:[^\"]|\"\")*\"|[^:]*):?(?<description>\"(?:[^\"]|\"\")*\"|[^:]*):?(?<color>[^:]*):\
-	?(?<notes>\"(?:[^\"]|\"\")*\"|[^:]*):?(?<commoditym>\"(?:[^\"]|\"\")*\"|[^:]*):?(?<commodityn>\"(?:[^\"]|\"\")*\"|[^:]*):\
-	?(?<hidden>[^:]*):?(?<tax>[^:]*):?(?<place_holder>[^:]*):(?<endofline>[^:]*)$");
-
-    if (g_strcmp0 (name, "radio_comma") == 0)
-        g_string_assign (info->regexp, "^(?<type>[^,]*),?(?<full_name>\"(?:[^\"]|\"\")*\"|[^,]*),?(?<name>\"(?:[^\"]|\"\")*\"|[^,]*),\
-	?(?<code>\"(?:[^\"]|\"\")*\"|[^,]*),?(?<description>\"(?:[^\"]|\"\")*\"|[^,]*),?(?<color>[^,]*),\
-	?(?<notes>\"(?:[^\"]|\"\")*\"|[^,]*),?(?<commoditym>\"(?:[^\"]|\"\")*\"|[^,]*),?(?<commodityn>\"(?:[^\"]|\"\")*\"|[^,]*),\
-	?(?<hidden>[^,]*),?(?<tax>[^,]*),?(?<place_holder>[^,]*),(?<endofline>[^,]*)$");
+        sep = ";";
+    else if (g_strcmp0 (name, "radio_colon") == 0)
+        sep = ":";
+    else
+        sep = ","; /* Use as default as well */
+
+    create_regex (info->regexp, sep);
 
     if (g_strcmp0 (name, "radio_custom") == 0)
     {
@@ -616,10 +622,7 @@ csv_import_assistant_create (CsvImportInfo *info)
     info->tree_view = GTK_WIDGET(gtk_builder_get_object (builder, "treeview"));
 
     /* Comma Separated file default */
-    info->regexp = g_string_new ( "^(?<type>[^,]*),?(?<full_name>\"(?:[^\"]|\"\")*\"|[^,]*),?(?<name>\"(?:[^\"]|\"\")*\"|[^,]*),\
-	?(?<code>\"(?:[^\"]|\"\")*\"|[^,]*),?(?<description>\"(?:[^\"]|\"\")*\"|[^,]*),?(?<color>[^,]*),\
-	?(?<notes>\"(?:[^\"]|\"\")*\"|[^,]*),?(?<commoditym>\"(?:[^\"]|\"\")*\"|[^,]*),?(?<commodityn>\"(?:[^\"]|\"\")*\"|[^,]*),\
-	?(?<hidden>[^,]*),?(?<tax>[^,]*),?(?<place_holder>[^,]*),(?<endofline>[^,]*)$");
+    create_regex (info->regexp, ",");
 
     /* create model and bind to view */
     info->store = gtk_list_store_new (N_COLUMNS,

commit 0c31c6275380a04464cb8dca09f497225781f377
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Thu Sep 25 21:17:19 2014 +0200

    Refactor OS-specific ifdef to reduce code duplication
    
    Which results in reduced risk on typos in either branch

diff --git a/src/import-export/csv-exp/csv-transactions-export.c b/src/import-export/csv-exp/csv-transactions-export.c
index 360c581..78cd294 100644
--- a/src/import-export/csv-exp/csv-transactions-export.c
+++ b/src/import-export/csv-exp/csv-transactions-export.c
@@ -42,6 +42,15 @@
 /* This static indicates the debugging module that this .o belongs to.  */
 static QofLogModule log_module = GNC_MOD_ASSISTANT;
 
+/* CSV spec requires CRLF line endings. Tweak the end-of-line string so this
+ * true for each platform */
+#ifdef G_OS_WIN32
+# define EOLSTR "\n"
+#else
+# define EOLSTR "\r\n"
+#endif
+
+
 /*******************************************************************/
 
 /*******************************************************
@@ -256,11 +265,7 @@ void account_splits (CsvExportInfo *info, Account *acc, FILE *fh )
         g_free (part1);
 
         /* From Number Only */
-#ifdef G_OS_WIN32
-        part1 = g_strconcat (part2, "", mid_sep, "", mid_sep, "", end_sep, "\n", NULL);
-#else
-        part1 = g_strconcat (part2, "", mid_sep, "", mid_sep, "", end_sep, "\r\n", NULL);
-#endif
+        part1 = g_strconcat (part2, "", mid_sep, "", mid_sep, "", end_sep, EOLSTR, NULL);
         g_free (part2);
 
         /* Write to file */
@@ -350,17 +355,9 @@ void account_splits (CsvExportInfo *info, Account *acc, FILE *fh )
             split_amount = xaccPrintAmount (xaccSplitGetSharePrice (t_split), gnc_split_amount_print_info (t_split, FALSE));
             str_temp = csv_txn_test_field_string (info, split_amount);
             if (xaccSplitGetAccount (t_split) == acc)
-#ifdef G_OS_WIN32
-                part2 = g_strconcat (part1,  str_temp, mid_sep, end_sep, "\n", NULL);
-#else
-                part2 = g_strconcat (part1,  str_temp, mid_sep, end_sep, "\r\n", NULL);
-#endif
+                part2 = g_strconcat (part1,  str_temp, mid_sep, end_sep, EOLSTR, NULL);
              else
-#ifdef G_OS_WIN32
-                part2 = g_strconcat (part1, mid_sep, str_temp, end_sep, "\n", NULL);
-#else
-                part2 = g_strconcat (part1, mid_sep, str_temp, end_sep, "\r\n", NULL);
-#endif
+                part2 = g_strconcat (part1, mid_sep, str_temp, end_sep, EOLSTR, NULL);
             g_free (str_temp);
             g_free (part1);
 
@@ -427,11 +424,7 @@ void csv_transactions_export (CsvExportInfo *info)
                                _("To With Sym"), mid_sep, _("From With Sym"), mid_sep,
                                _("To Num."), mid_sep, _("From Num."), mid_sep,
                                _("To Rate/Price"), mid_sep, _("From Rate/Price"),
-#ifdef G_OS_WIN32
-                               end_sep, "\n", NULL);
-#else
-                               end_sep, "\r\n", NULL);
-#endif
+                               end_sep, EOLSTR, NULL);
         DEBUG("Header String: %s", header);
 
         /* Write header line */
diff --git a/src/import-export/csv-exp/csv-tree-export.c b/src/import-export/csv-exp/csv-tree-export.c
index 61c4cd3..22d5ae5 100644
--- a/src/import-export/csv-exp/csv-tree-export.c
+++ b/src/import-export/csv-exp/csv-tree-export.c
@@ -38,6 +38,14 @@
 /* This static indicates the debugging module that this .o belongs to.  */
 static QofLogModule log_module = GNC_MOD_ASSISTANT;
 
+/* CSV spec requires CRLF line endings. Tweak the end-of-line string so this
+ * true for each platform */
+#ifdef G_OS_WIN32
+# define EOLSTR "\n"
+#else
+# define EOLSTR "\r\n"
+#endif
+
 /******************************************************************/
 
 /*******************************************************
@@ -144,19 +152,11 @@ void csv_tree_export (CsvExportInfo *info)
         }
 
         /* Header string, 'eol = end of line marker' */
-#ifdef G_OS_WIN32
-        header = g_strconcat (end_sep, _("type"), mid_sep, _("full_name"), mid_sep, _("name"), mid_sep,
-                                _("code"), mid_sep, _("description"), mid_sep, _("color"), mid_sep,
-                                _("notes"), mid_sep, _("commoditym"), mid_sep, _("commodityn"), mid_sep,
-                                _("hidden"), mid_sep, _("tax"), mid_sep, _("place_holder"), mid_sep, _("#eol"),
-                                 end_sep, "\n", NULL);
-#else
         header = g_strconcat (end_sep, _("type"), mid_sep, _("full_name"), mid_sep, _("name"), mid_sep,
                                 _("code"), mid_sep, _("description"), mid_sep, _("color"), mid_sep,
                                 _("notes"), mid_sep, _("commoditym"), mid_sep, _("commodityn"), mid_sep,
                                 _("hidden"), mid_sep, _("tax"), mid_sep, _("place_holder"), mid_sep, _("#eol"),
-                                 end_sep, "\r\n", NULL);
-#endif
+                                 end_sep, EOLSTR, NULL);
         DEBUG("Header String: %s", header);
 
         /* Write header line */
@@ -236,11 +236,7 @@ void csv_tree_export (CsvExportInfo *info)
             g_free (part2);
             /* Place Holder / end of line marker */
             currentSel = xaccAccountGetPlaceholder (acc) ? "T" : "F" ;
-#ifdef G_OS_WIN32
-            part2 = g_strconcat (part1, currentSel, mid_sep, _("#eol"), end_sep, "\n", NULL);
-#else
-            part2 = g_strconcat (part1, currentSel, mid_sep, _("#eol"), end_sep, "\r\n", NULL);
-#endif
+            part2 = g_strconcat (part1, currentSel, mid_sep, _("#eol"), end_sep, EOLSTR, NULL);
             g_free (part1);
 
             DEBUG("Account String: %s", part2);

commit ea0330165198a01a102420ab783345fac4aa55d0
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Sep 19 16:30:28 2014 +0100

    This patch just changes the white space to be of a consistent format.

diff --git a/src/import-export/csv-exp/assistant-csv-export.c b/src/import-export/csv-exp/assistant-csv-export.c
index b4ddb05..db9aba2 100644
--- a/src/import-export/csv-exp/assistant-csv-export.c
+++ b/src/import-export/csv-exp/assistant-csv-export.c
@@ -65,9 +65,9 @@ void csv_export_assistant_file_page_prepare (GtkAssistant *assistant, gpointer u
 void csv_export_assistant_finish_page_prepare (GtkAssistant *assistant, gpointer user_data);
 void csv_export_assistant_summary_page_prepare (GtkAssistant *assistant, gpointer user_data);
 
-void csv_export_quote_cb (GtkToggleButton *button, gpointer user_data );
-void csv_export_sep_cb (GtkWidget *radio, gpointer user_data );
-void csv_export_custom_entry_cb (GtkWidget *widget, gpointer user_data );
+void csv_export_quote_cb (GtkToggleButton *button, gpointer user_data);
+void csv_export_sep_cb (GtkWidget *radio, gpointer user_data);
+void csv_export_custom_entry_cb (GtkWidget *widget, gpointer user_data);
 
 void csv_export_show_range_cb (GtkRadioButton *button, gpointer user_data);
 void csv_export_start_date_cb (GtkWidget *radio, gpointer user_data);
@@ -115,11 +115,11 @@ csv_export_file_chooser_confirm_cb (GtkWidget *button, CsvExportInfo *info)
 
     gtk_assistant_set_page_complete (assistant, page, FALSE);
 
-    file_name = gtk_file_chooser_get_filename ( GTK_FILE_CHOOSER(info->file_chooser ));
+    file_name = gtk_file_chooser_get_filename (GTK_FILE_CHOOSER(info->file_chooser));
 
     if (file_name)
     {
-        if (g_file_test(file_name, G_FILE_TEST_EXISTS ))
+        if (g_file_test (file_name, G_FILE_TEST_EXISTS))
         {
             const char *format = _("The file %s already exists. "
                                    "Are you sure you want to overwrite it?");
@@ -129,25 +129,25 @@ csv_export_file_chooser_confirm_cb (GtkWidget *button, CsvExportInfo *info)
                 return;
         }
 
-        info->file_name = g_strdup(file_name);
+        info->file_name = g_strdup (file_name);
         gtk_assistant_set_page_complete (assistant, page, TRUE);
     }
 
     if (file_name)
     {
-        gchar *filepath = gnc_uri_get_path ( file_name );
-        gchar *filedir = g_path_get_dirname( filepath );
-        info->starting_dir = g_strdup(filedir);
-        g_free ( filedir );
-        g_free ( filepath );
+        gchar *filepath = gnc_uri_get_path (file_name);
+        gchar *filedir = g_path_get_dirname (filepath);
+        info->starting_dir = g_strdup (filedir);
+        g_free (filedir);
+        g_free (filepath);
     }
-    g_free(file_name);
+    g_free (file_name);
 
     DEBUG("file_name selected is %s", info->file_name);
     DEBUG("starting directory is %s", info->starting_dir);
 
     /* Step to next page if page is complete */
-    if(gtk_assistant_get_page_complete(assistant, page))
+    if(gtk_assistant_get_page_complete (assistant, page))
         gtk_assistant_set_current_page (assistant, num + 1);
 }
 
@@ -157,7 +157,7 @@ csv_export_file_chooser_confirm_cb (GtkWidget *button, CsvExportInfo *info)
  *
  * call back for type of separartor required
  *******************************************************/
-void csv_export_sep_cb (GtkWidget *radio, gpointer user_data )
+void csv_export_sep_cb (GtkWidget *radio, gpointer user_data)
 {
     CsvExportInfo *info = user_data;
     const gchar *name;
@@ -166,28 +166,28 @@ void csv_export_sep_cb (GtkWidget *radio, gpointer user_data )
     gint num = gtk_assistant_get_current_page (assistant);
     GtkWidget *page = gtk_assistant_get_nth_page (assistant, num);
 
-    if (!gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(radio)))
+    if (!gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON(radio)))
     {
         LEAVE("1st callback of pair. Defer to 2nd callback.");
         return;
     }
 
-    name = gtk_buildable_get_name(GTK_BUILDABLE(radio));
+    name = gtk_buildable_get_name (GTK_BUILDABLE(radio));
 
-    gtk_widget_set_sensitive(info->custom_entry, FALSE);
+    gtk_widget_set_sensitive (info->custom_entry, FALSE);
     info->use_custom = FALSE;
     gtk_assistant_set_page_complete (assistant, page, TRUE);
 
-    if (g_strcmp0(name, "comma_radio") == 0)
+    if (g_strcmp0 (name, "comma_radio") == 0)
         info->separator_str = ",";
-    if (g_strcmp0(name, "colon_radio") == 0)
+    if (g_strcmp0 (name, "colon_radio") == 0)
         info->separator_str = ":";
-    if (g_strcmp0(name, "semicolon_radio") == 0)
+    if (g_strcmp0 (name, "semicolon_radio") == 0)
         info->separator_str = ";";
 
-    if (g_strcmp0(name, "custom_radio") == 0)
+    if (g_strcmp0 (name, "custom_radio") == 0)
     {
-        gtk_widget_set_sensitive(info->custom_entry, TRUE);
+        gtk_widget_set_sensitive (info->custom_entry, TRUE);
         info->use_custom = TRUE;
         if (gtk_entry_get_text_length (GTK_ENTRY(info->custom_entry)) == 0)
             gtk_assistant_set_page_complete (assistant, page, FALSE);
@@ -200,11 +200,11 @@ void csv_export_sep_cb (GtkWidget *radio, gpointer user_data )
  *
  * call back for use of quotes
  *******************************************************/
-void csv_export_quote_cb (GtkToggleButton *button, gpointer user_data )
+void csv_export_quote_cb (GtkToggleButton *button, gpointer user_data)
 {
     CsvExportInfo *info = user_data;
 
-    if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(button)))
+    if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON(button)))
         info->use_quotes = TRUE;
     else
         info->use_quotes = FALSE;
@@ -216,7 +216,7 @@ void csv_export_quote_cb (GtkToggleButton *button, gpointer user_data )
  *
  * call back for custom separator
  *******************************************************/
-void csv_export_custom_entry_cb (GtkWidget *widget, gpointer user_data )
+void csv_export_custom_entry_cb (GtkWidget *widget, gpointer user_data)
 {
     CsvExportInfo *info = user_data;
     const gchar *custom_str;
@@ -225,8 +225,8 @@ void csv_export_custom_entry_cb (GtkWidget *widget, gpointer user_data )
     gint num = gtk_assistant_get_current_page (assistant);
     GtkWidget *page = gtk_assistant_get_nth_page (assistant, num);
 
-    custom_str = gtk_entry_get_text(GTK_ENTRY(info->custom_entry));
-    info->separator_str = strdup(custom_str);
+    custom_str = gtk_entry_get_text (GTK_ENTRY(info->custom_entry));
+    info->separator_str = strdup (custom_str);
 
     if (info->use_custom == TRUE && gtk_entry_get_text_length (GTK_ENTRY(info->custom_entry)) == 0)
 
@@ -250,7 +250,7 @@ void load_settings (CsvExportInfo *info)
     info->starting_dir = NULL;
 
     /* The default directory for the user to select files. */
-    info->starting_dir = gnc_get_default_directory(GNC_PREFS_GROUP);
+    info->starting_dir = gnc_get_default_directory (GNC_PREFS_GROUP);
 }
 
 /* =============================================================== */
@@ -272,11 +272,11 @@ csv_export_cursor_changed_cb (GtkWidget *widget, gpointer user_data)
     account = gnc_tree_view_account_get_cursor_account (account_tree);
     if (!account)
     {
-        gtk_widget_set_sensitive(info->csva.select_button, FALSE);
+        gtk_widget_set_sensitive (info->csva.select_button, FALSE);
         return;
     }
-    num_children = gnc_tree_view_account_count_children(account_tree, account);
-    gtk_widget_set_sensitive(info->csva.select_button, num_children > 0);
+    num_children = gnc_tree_view_account_count_children (account_tree, account);
+    gtk_widget_set_sensitive (info->csva.select_button, num_children > 0);
 }
 
 
@@ -318,7 +318,7 @@ show_acct_type_accounts (CsvExportInfo *info)
             Viewinfo.include_type[type] = FALSE;
     }
     gnc_tree_view_account_set_view_info (tree, &Viewinfo);
-    csv_export_cursor_changed_cb(GTK_WIDGET(tree), info);
+    csv_export_cursor_changed_cb (GTK_WIDGET(tree), info);
 }
 
 
@@ -482,40 +482,32 @@ get_filter_times (CsvExportInfo *info)
 {
     time64 time_val;
 
-    if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(info->csvd.start_date_choose)))
+    if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON(info->csvd.start_date_choose)))
     {
-        time_val = gnc_date_edit_get_date(GNC_DATE_EDIT(info->csvd.start_date));
-        time_val = gnc_time64_get_day_start(time_val);
+        time_val = gnc_date_edit_get_date (GNC_DATE_EDIT(info->csvd.start_date));
+        time_val = gnc_time64_get_day_start (time_val);
         info->csvd.start_time = time_val;
     }
     else
     {
-        if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(info->csvd.start_date_today)))
-        {
+        if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON(info->csvd.start_date_today)))
             info->csvd.start_time = gnc_time64_get_today_start();
-        }
         else
-        {
             info->csvd.start_time = 0;
-        }
     }
 
-    if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(info->csvd.end_date_choose)))
+    if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON(info->csvd.end_date_choose)))
     {
-        time_val = gnc_date_edit_get_date(GNC_DATE_EDIT(info->csvd.end_date));
-        time_val = gnc_time64_get_day_end(time_val);
+        time_val = gnc_date_edit_get_date (GNC_DATE_EDIT(info->csvd.end_date));
+        time_val = gnc_time64_get_day_end (time_val);
         info->csvd.end_time = time_val;
     }
     else
     {
-        if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(info->csvd.start_date_today)))
-        {
+        if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON(info->csvd.start_date_today)))
             info->csvd.end_time = gnc_time64_get_today_end();
-        }
         else
-        {
             info->csvd.end_time = gnc_time (NULL);
-        }
     }
 }
 
@@ -531,10 +523,10 @@ csv_export_show_range_cb (GtkRadioButton *button, gpointer user_data)
     CsvExportInfo *info = user_data;
     gboolean active;
 
-    g_return_if_fail(GTK_IS_RADIO_BUTTON(button));
+    g_return_if_fail (GTK_IS_RADIO_BUTTON(button));
 
-    active = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(button));
-    gtk_widget_set_sensitive(info->csvd.table, active);
+    active = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON(button));
+    gtk_widget_set_sensitive (info->csvd.table, active);
 }
 
 
@@ -548,7 +540,7 @@ csv_export_date_changed_cb (GtkWidget *w, gpointer user_data)
 {
     CsvExportInfo *info = user_data;
 
-    get_filter_times(info);
+    get_filter_times (info);
 }
 
 
@@ -564,18 +556,18 @@ csv_export_start_date_cb (GtkWidget *radio, gpointer user_data)
     const gchar *name;
     gboolean active;
 
-    g_return_if_fail(GTK_IS_RADIO_BUTTON(radio));
+    g_return_if_fail (GTK_IS_RADIO_BUTTON(radio));
 
-    if (!gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(radio)))
+    if (!gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON(radio)))
     {
         LEAVE("1st callback of pair. Defer to 2nd callback.");
         return;
     }
 
-    name = gtk_buildable_get_name(GTK_BUILDABLE(radio));
-    active = ( g_strcmp0(name, g_strdup("start_date_choose")) == 0 ? 1 : 0 );
-    gtk_widget_set_sensitive(info->csvd.start_date, active);
-    get_filter_times(info);
+    name = gtk_buildable_get_name (GTK_BUILDABLE(radio));
+    active = (g_strcmp0 (name, "start_date_choose") == 0 ? 1 : 0 );
+    gtk_widget_set_sensitive (info->csvd.start_date, active);
+    get_filter_times (info);
 }
 
 
@@ -591,18 +583,18 @@ csv_export_end_date_cb (GtkWidget *radio, gpointer user_data)
     const gchar *name;
     gboolean active;
 
-    g_return_if_fail(GTK_IS_RADIO_BUTTON(radio));
+    g_return_if_fail (GTK_IS_RADIO_BUTTON(radio));
 
-    if (!gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(radio)))
+    if (!gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON(radio)))
     {
         LEAVE("1st callback of pair. Defer to 2nd callback.");
         return;
     }
 
-    name = gtk_buildable_get_name(GTK_BUILDABLE(radio));
-    active = ( g_strcmp0(name, g_strdup("end_date_choose")) == 0 ? 1 : 0 );
-    gtk_widget_set_sensitive(info->csvd.end_date, active);
-    get_filter_times(info);
+    name = gtk_buildable_get_name (GTK_BUILDABLE(radio));
+    active = (g_strcmp0 (name, "end_date_choose") == 0 ? 1 : 0 );
+    gtk_widget_set_sensitive (info->csvd.end_date, active);
+    get_filter_times (info);
 }
 
 
@@ -621,8 +613,8 @@ get_earliest_in_book (QofBook *book)
     GList *res;
     time64 earliest;
 
-    q = qof_query_create_for(GNC_ID_SPLIT);
-    qof_query_set_max_results(q, 1);
+    q = qof_query_create_for (GNC_ID_SPLIT);
+    qof_query_set_max_results (q, 1);
     qof_query_set_book (q, book);
 
     /* Sort by transaction date */
@@ -703,7 +695,7 @@ csv_export_assistant_file_page_prepare (GtkAssistant *assistant,
 
     /* Set the default directory */
     if (info->starting_dir)
-        gtk_file_chooser_set_current_folder(GTK_FILE_CHOOSER(info->file_chooser), info->starting_dir);
+        gtk_file_chooser_set_current_folder (GTK_FILE_CHOOSER(info->file_chooser), info->starting_dir);
     gtk_file_chooser_set_current_name (GTK_FILE_CHOOSER(info->file_chooser), "");
 
     /* Disable the Forward Assistant Button */
@@ -727,7 +719,7 @@ csv_export_assistant_finish_page_prepare (GtkAssistant *assistant,
         text = g_strdup_printf (gettext (finish_trans_string), info->file_name, info->csva.num_accounts);
 
     gtk_label_set_text (GTK_LABEL(info->finish_label), text);
-    g_free(text);
+    g_free (text);
 
     /* Enable the Assistant Buttons */
     gtk_assistant_set_page_complete (assistant, page, TRUE);
@@ -740,7 +732,7 @@ csv_export_assistant_summary_page_prepare (GtkAssistant *assistant,
 {
     CsvExportInfo *info = user_data;
     gchar *text, *mtext;
-    gnc_set_default_directory(GNC_PREFS_GROUP, info->starting_dir);
+    gnc_set_default_directory (GNC_PREFS_GROUP, info->starting_dir);
 
     if (info->failed)
         text = _("There was a problem with the export, this could be due to lack of space, "
@@ -749,11 +741,11 @@ csv_export_assistant_summary_page_prepare (GtkAssistant *assistant,
     else
         text = _("File exported successfully!\n");
 
-    mtext = g_strdup_printf("<span size=\"medium\"><b>%s</b></span>", text);
+    mtext = g_strdup_printf ("<span size=\"medium\"><b>%s</b></span>", text);
 
-    gtk_label_set_markup(GTK_LABEL(info->summary_label), mtext);
+    gtk_label_set_markup (GTK_LABEL(info->summary_label), mtext);
 
-    g_free(mtext);
+    g_free (mtext);
 }
 
 
@@ -819,10 +811,10 @@ csv_export_close_handler (gpointer user_data)
 {
     CsvExportInfo *info = user_data;
 
-    g_free(info->file_name);
-    g_free(info->starting_dir);
+    g_free (info->file_name);
+    g_free (info->starting_dir);
 
-    gnc_save_window_size(GNC_PREFS_GROUP, GTK_WINDOW(info->window));
+    gnc_save_window_size (GNC_PREFS_GROUP, GTK_WINDOW(info->window));
     gtk_widget_destroy (info->window);
 }
 
@@ -854,7 +846,7 @@ csv_export_assistant_create (CsvExportInfo *info)
     info->start_page = GTK_WIDGET(gtk_builder_get_object(builder, "start_page"));
     info->start_label = GTK_WIDGET(gtk_builder_get_object(builder, "start_label"));
     info->custom_entry = GTK_WIDGET(gtk_builder_get_object(builder, "custom_entry"));
-    gtk_widget_set_sensitive(info->custom_entry, FALSE);
+    gtk_widget_set_sensitive (info->custom_entry, FALSE);
 
     /* Account Page */
     info->account_page = GTK_WIDGET(gtk_builder_get_object(builder, "account_page"));
@@ -878,15 +870,15 @@ csv_export_assistant_create (CsvExportInfo *info)
 
         selection = gtk_tree_view_get_selection (tree_view);
         gtk_tree_selection_set_mode (selection, GTK_SELECTION_EXTENDED);
-        g_signal_connect (G_OBJECT (selection), "changed",
-                          G_CALLBACK (csv_export_account_changed_cb), info);
+        g_signal_connect (G_OBJECT(selection), "changed",
+                          G_CALLBACK(csv_export_account_changed_cb), info);
 
         gtk_widget_show (info->csva.account_treeview);
         box = GTK_WIDGET(gtk_builder_get_object (builder, "account_scroll"));
-        gtk_container_add (GTK_CONTAINER (box), info->csva.account_treeview);
+        gtk_container_add (GTK_CONTAINER(box), info->csva.account_treeview);
 
         label = GTK_WIDGET(gtk_builder_get_object (builder, "accounts_label"));
-        gtk_label_set_mnemonic_widget(GTK_LABEL(label), GTK_WIDGET(tree_view));
+        gtk_label_set_mnemonic_widget (GTK_LABEL(label), GTK_WIDGET(tree_view));
 
         income_radio = GTK_WIDGET(gtk_builder_get_object (builder, "income_radio"));
         expense_radio = GTK_WIDGET(gtk_builder_get_object (builder, "expense_radio"));
@@ -896,25 +888,25 @@ csv_export_assistant_create (CsvExportInfo *info)
         liab_eq_radio = GTK_WIDGET(gtk_builder_get_object (builder, "liab_eq_radio"));
         info->csva.liab_eq_radio = liab_eq_radio;
         info->csva.account_type = ACCT_TYPE_EXPENSE;
-        gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(expense_radio), TRUE);
+        gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(expense_radio), TRUE);
 
-        g_signal_connect (G_OBJECT (income_radio), "toggled",
-                          G_CALLBACK  (csv_export_info_acct_type_cb), info);
-        g_signal_connect (G_OBJECT (expense_radio), "toggled",
-                          G_CALLBACK  (csv_export_info_acct_type_cb), info);
-        g_signal_connect (G_OBJECT (asset_radio), "toggled",
-                          G_CALLBACK  (csv_export_info_acct_type_cb), info);
-        g_signal_connect (G_OBJECT (liab_eq_radio), "toggled",
-                          G_CALLBACK  (csv_export_info_acct_type_cb), info);
+        g_signal_connect (G_OBJECT(income_radio), "toggled",
+                          G_CALLBACK(csv_export_info_acct_type_cb), info);
+        g_signal_connect (G_OBJECT(expense_radio), "toggled",
+                          G_CALLBACK(csv_export_info_acct_type_cb), info);
+        g_signal_connect (G_OBJECT(asset_radio), "toggled",
+                          G_CALLBACK(csv_export_info_acct_type_cb), info);
+        g_signal_connect (G_OBJECT(liab_eq_radio), "toggled",
+                          G_CALLBACK(csv_export_info_acct_type_cb), info);
 
         /* select subaccounts button */
         button = GTK_WIDGET(gtk_builder_get_object (builder, "select_subaccounts_button"));
         info->csva.select_button = button;
 
-        g_signal_connect (G_OBJECT (button), "clicked",
-                          G_CALLBACK  (csv_export_select_subaccounts_clicked_cb), info);
-        g_signal_connect (G_OBJECT (info->csva.account_treeview), "cursor_changed",
-                          G_CALLBACK  (csv_export_cursor_changed_cb), info);
+        g_signal_connect (G_OBJECT(button), "clicked",
+                          G_CALLBACK(csv_export_select_subaccounts_clicked_cb), info);
+        g_signal_connect (G_OBJECT(info->csva.account_treeview), "cursor_changed",
+                          G_CALLBACK(csv_export_cursor_changed_cb), info);
 
         /* Set the date info */
         button = GTK_WIDGET(gtk_builder_get_object (builder, "show_range"));
@@ -925,11 +917,11 @@ csv_export_assistant_create (CsvExportInfo *info)
 
         info->csvd.start_time = start_time;
         info->csvd.end_time = end_time;
-        gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(button), FALSE);
+        gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(button), FALSE);
 
         table = GTK_WIDGET(gtk_builder_get_object (builder, "select_range_table"));
         info->csvd.table = table;
-        gtk_widget_set_sensitive(GTK_WIDGET(table), FALSE);
+        gtk_widget_set_sensitive (GTK_WIDGET(table), FALSE);
 
         info->csvd.start_date_choose = GTK_WIDGET(gtk_builder_get_object (builder, "start_date_choose"));
         info->csvd.start_date_today = GTK_WIDGET(gtk_builder_get_object (builder, "start_date_today"));
@@ -939,16 +931,16 @@ csv_export_assistant_create (CsvExportInfo *info)
         /* Start date info */
         info->csvd.start_date = gnc_date_edit_new (gnc_time (NULL), FALSE, FALSE);
         hbox = GTK_WIDGET(gtk_builder_get_object (builder, "start_date_hbox"));
-        gtk_box_pack_start (GTK_BOX (hbox), info->csvd.start_date, TRUE, TRUE, 0);
+        gtk_box_pack_start (GTK_BOX(hbox), info->csvd.start_date, TRUE, TRUE, 0);
         gtk_widget_show (info->csvd.start_date);
         gnc_date_edit_set_time (GNC_DATE_EDIT(info->csvd.start_date), start_time);
-        g_signal_connect (G_OBJECT (info->csvd.start_date), "date-changed",
-                        G_CALLBACK (csv_export_date_changed_cb), info);
+        g_signal_connect (G_OBJECT(info->csvd.start_date), "date-changed",
+                        G_CALLBACK(csv_export_date_changed_cb), info);
 
         /* End date info */
         info->csvd.end_date = gnc_date_edit_new (gnc_time (NULL), FALSE, FALSE);
         hbox = GTK_WIDGET(gtk_builder_get_object (builder, "end_date_hbox"));
-        gtk_box_pack_start (GTK_BOX (hbox), info->csvd.end_date, TRUE, TRUE, 0);
+        gtk_box_pack_start (GTK_BOX(hbox), info->csvd.end_date, TRUE, TRUE, 0);
         gtk_widget_show (info->csvd.end_date);
         gnc_date_edit_set_time (GNC_DATE_EDIT(info->csvd.end_date), end_time);
         g_signal_connect (G_OBJECT (info->csvd.end_date), "date-changed",
@@ -962,37 +954,37 @@ csv_export_assistant_create (CsvExportInfo *info)
     /* File chooser Page */
     info->file_page = GTK_WIDGET(gtk_builder_get_object(builder, "file_page"));
     info->file_chooser = gtk_file_chooser_widget_new (GTK_FILE_CHOOSER_ACTION_SAVE);
-    button = gtk_button_new_from_stock(GTK_STOCK_OK);
+    button = gtk_button_new_from_stock (GTK_STOCK_OK);
     gtk_widget_set_size_request (button, 100, -1);
     gtk_widget_show (button);
-    h_box = gtk_hbox_new(TRUE, 0);
+    h_box = gtk_hbox_new (TRUE, 0);
     gtk_box_pack_start(GTK_BOX(h_box), button, FALSE, FALSE, 0);
     gtk_file_chooser_set_extra_widget (GTK_FILE_CHOOSER(info->file_chooser), h_box);
-    g_signal_connect (G_OBJECT (button), "clicked",
-                      G_CALLBACK (csv_export_file_chooser_confirm_cb), info);
+    g_signal_connect (G_OBJECT(button), "clicked",
+                      G_CALLBACK(csv_export_file_chooser_confirm_cb), info);
 
-    box = GTK_WIDGET(gtk_builder_get_object(builder, "file_page"));
+    box = GTK_WIDGET(gtk_builder_get_object (builder, "file_page"));
     gtk_box_pack_start (GTK_BOX (box), info->file_chooser, TRUE, TRUE, 6);
     gtk_widget_show (info->file_chooser);
 
     /* Finish Page */
-    info->finish_label = GTK_WIDGET(gtk_builder_get_object(builder, "end_page"));
+    info->finish_label = GTK_WIDGET(gtk_builder_get_object (builder, "end_page"));
 
     /* Summary Page */
-    info->summary_label = GTK_WIDGET(gtk_builder_get_object(builder, "summary_page"));
+    info->summary_label = GTK_WIDGET(gtk_builder_get_object (builder, "summary_page"));
 
     g_signal_connect (G_OBJECT(window), "destroy",
-                      G_CALLBACK (csv_export_assistant_destroy_cb), info);
+                      G_CALLBACK(csv_export_assistant_destroy_cb), info);
 
     gnc_restore_window_size (GNC_PREFS_GROUP, GTK_WINDOW(info->window));
-    if (gnc_prefs_get_bool(GNC_PREFS_GROUP_GENERAL, GNC_PREF_SAVE_GEOMETRY))
+    if (gnc_prefs_get_bool (GNC_PREFS_GROUP_GENERAL, GNC_PREF_SAVE_GEOMETRY))
     {
         GObject *object = gtk_builder_get_object (builder, "paned");
         gnc_prefs_bind (GNC_PREFS_GROUP, GNC_PREF_PANED_POS, object, "position");
     }
 
-    gtk_builder_connect_signals(builder, info);
-    g_object_unref(G_OBJECT(builder));
+    gtk_builder_connect_signals (builder, info);
+    g_object_unref (G_OBJECT(builder));
     return window;
 }
 
diff --git a/src/import-export/csv-exp/csv-transactions-export.c b/src/import-export/csv-exp/csv-transactions-export.c
index b09d785..360c581 100644
--- a/src/import-export/csv-exp/csv-transactions-export.c
+++ b/src/import-export/csv-exp/csv-transactions-export.c
@@ -57,10 +57,10 @@ gboolean write_line_to_file (FILE *fh, char * line)
     DEBUG("Account String: %s", line);
 
     /* Write account line */
-    len = strlen( line );
-    written = fwrite( line, 1, len, fh );
+    len = strlen (line);
+    written = fwrite (line, 1, len, fh);
 
-    if ( written != len )
+    if (written != len)
         return FALSE;
     else
         return TRUE;
@@ -121,7 +121,7 @@ void account_splits (CsvExportInfo *info, Account *acc, FILE *fh )
     gchar   *end_sep;
     gchar   *mid_sep;
 
-    q = qof_query_create_for(GNC_ID_SPLIT);
+    q = qof_query_create_for (GNC_ID_SPLIT);
     book = gnc_get_current_book();
     qof_query_set_book (q, book);
 
@@ -129,12 +129,12 @@ void account_splits (CsvExportInfo *info, Account *acc, FILE *fh )
     if (info->use_quotes)
     {
         end_sep = "\"";
-        mid_sep = g_strconcat ( "\"", info->separator_str, "\"", NULL);
+        mid_sep = g_strconcat ("\"", info->separator_str, "\"", NULL);
     }
     else
     {
         end_sep = "";
-        mid_sep = g_strconcat ( info->separator_str, NULL);
+        mid_sep = g_strconcat (info->separator_str, NULL);
     }
 
     /* Sort by transaction date */
@@ -147,7 +147,7 @@ void account_splits (CsvExportInfo *info, Account *acc, FILE *fh )
     xaccQueryAddDateMatchTT (q, TRUE, info->csvd.start_time, TRUE, info->csvd.end_time, QOF_QUERY_AND);
 
     /* Run the query */
-    for (splits = qof_query_run(q); splits; splits = splits->next)
+    for (splits = qof_query_run (q); splits; splits = splits->next)
     {
         Split       *split;
         Transaction *trans;
@@ -164,9 +164,9 @@ void account_splits (CsvExportInfo *info, Account *acc, FILE *fh )
         gchar       *str_temp = NULL;
 
         split = splits->data;
-        trans = xaccSplitGetParent(split);
-        nSplits = xaccTransCountSplits(trans);
-        s_list = xaccTransGetSplitList(trans);
+        trans = xaccSplitGetParent (split);
+        nSplits = xaccTransCountSplits (trans);
+        s_list = xaccTransGetSplitList (trans);
 
         /* Date */
         date = qof_print_date (xaccTransGetDate (trans));
@@ -274,12 +274,12 @@ void account_splits (CsvExportInfo *info, Account *acc, FILE *fh )
         /* Loop through the list of splits for the Transcation */
         node = s_list;
         cnt = 0;
-        while ( (cnt < nSplits) && (info->failed == FALSE))
+        while ((cnt < nSplits) && (info->failed == FALSE))
         {
             t_split = node->data;
 
             /* Start of line */
-            part1 = g_strconcat ( end_sep, mid_sep, mid_sep, mid_sep, mid_sep, mid_sep, NULL);
+            part1 = g_strconcat (end_sep, mid_sep, mid_sep, mid_sep, mid_sep, mid_sep, NULL);
 
             /* Memo */
             currentSel = xaccSplitGetMemo (t_split) ? xaccSplitGetMemo (t_split) : "" ;
@@ -396,8 +396,8 @@ void csv_transactions_export (CsvExportInfo *info)
     info->failed = FALSE;
 
     /* Open File for writing */
-    fh = g_fopen( info->file_name, "w" );
-    if ( fh != NULL )
+    fh = g_fopen (info->file_name, "w" );
+    if (fh != NULL)
     {
         gchar *header;
         gchar *end_sep;
@@ -408,16 +408,16 @@ void csv_transactions_export (CsvExportInfo *info)
         if (info->use_quotes)
         {
             end_sep = "\"";
-            mid_sep = g_strconcat ( "\"", info->separator_str, "\"", NULL);
+            mid_sep = g_strconcat ("\"", info->separator_str, "\"", NULL);
         }
         else
         {
             end_sep = "";
-            mid_sep = g_strconcat ( info->separator_str, NULL);
+            mid_sep = g_strconcat (info->separator_str, NULL);
         }
 
         /* Header string */
-        header = g_strconcat ( end_sep, _("Date"), mid_sep, _("Account Name"), mid_sep,
+        header = g_strconcat (end_sep, _("Date"), mid_sep, _("Account Name"), mid_sep,
                                (num_action ? _("Transaction Number") : _("Number")),
                                mid_sep, _("Description"), mid_sep, _("Notes"),
                                mid_sep, _("Memo"), mid_sep, _("Category"), mid_sep,
@@ -435,21 +435,21 @@ void csv_transactions_export (CsvExportInfo *info)
         DEBUG("Header String: %s", header);
 
         /* Write header line */
-        if (!write_line_to_file(fh, header))
+        if (!write_line_to_file (fh, header))
         {
             info->failed = TRUE;
-            g_free(mid_sep);
-            g_free(header);
+            g_free (mid_sep);
+            g_free (header);
             return;
         }
-        g_free(mid_sep);
-        g_free(header);
+        g_free (mid_sep);
+        g_free (header);
 
         /* Go through list of accounts */
         for (ptr = info->csva.account_list, i = 0; ptr; ptr = g_list_next(ptr), i++)
         {
             acc = ptr->data;
-            DEBUG("Account being processed is : %s", xaccAccountGetName(acc));
+            DEBUG("Account being processed is : %s", xaccAccountGetName (acc));
             account_splits (info, acc, fh);
         }
     }
diff --git a/src/import-export/csv-exp/csv-tree-export.c b/src/import-export/csv-exp/csv-tree-export.c
index da4ab74..61c4cd3 100644
--- a/src/import-export/csv-exp/csv-tree-export.c
+++ b/src/import-export/csv-exp/csv-tree-export.c
@@ -47,16 +47,16 @@ static QofLogModule log_module = GNC_MOD_ASSISTANT;
  * successfull.
  *******************************************************/
 static
-gboolean write_line_to_file ( FILE *fh, char * line)
+gboolean write_line_to_file (FILE *fh, char * line)
 {
     int len, written;
     DEBUG("Account String: %s", line);
 
     /* Write account line */
-    len = strlen( line );
-    written = fwrite( line, 1, len, fh );
+    len = strlen (line);
+    written = fwrite (line, 1, len, fh);
 
-    if ( written != len )
+    if (written != len)
         return FALSE;
     else
         return TRUE;
@@ -114,13 +114,13 @@ void csv_tree_export (CsvExportInfo *info)
     DEBUG("File name is : %s", info->file_name);
 
     /* Get list of Accounts */
-    root = gnc_book_get_root_account( gnc_get_current_book() );
-    accts = gnc_account_get_descendants_sorted( root );
+    root = gnc_book_get_root_account (gnc_get_current_book());
+    accts = gnc_account_get_descendants_sorted (root);
     info->failed = FALSE;
 
     /* Open File for writing */
-    fh = g_fopen( info->file_name, "w" );
-    if ( fh != NULL )
+    fh = g_fopen (info->file_name, "w");
+    if (fh != NULL)
     {
         gchar *header;
         gchar *part1;
@@ -135,12 +135,12 @@ void csv_tree_export (CsvExportInfo *info)
         if (info->use_quotes)
         {
             end_sep = "\"";
-            mid_sep = g_strconcat ( "\"", info->separator_str, "\"", NULL);
+            mid_sep = g_strconcat ("\"", info->separator_str, "\"", NULL);
         }
         else
         {
             end_sep = "";
-            mid_sep = g_strconcat ( info->separator_str, NULL);
+            mid_sep = g_strconcat (info->separator_str, NULL);
         }
 
         /* Header string, 'eol = end of line marker' */
@@ -160,22 +160,22 @@ void csv_tree_export (CsvExportInfo *info)
         DEBUG("Header String: %s", header);
 
         /* Write header line */
-        if (!write_line_to_file(fh, header))
+        if (!write_line_to_file (fh, header))
         {
             info->failed = TRUE;
-            g_free(mid_sep);
-            g_free(header);
+            g_free (mid_sep);
+            g_free (header);
             return;
         }
-        g_free(header);
+        g_free (header);
 
         /* Go through list of accounts */
-        for (ptr = accts, i = 0; ptr; ptr = g_list_next(ptr), i++)
+        for (ptr = accts, i = 0; ptr; ptr = g_list_next (ptr), i++)
         {
             gchar *fullname = NULL;
             gchar *str_temp = NULL;
             acc = ptr->data;
-            DEBUG("Account being processed is : %s", xaccAccountGetName(acc));
+            DEBUG("Account being processed is : %s", xaccAccountGetName (acc));
             /* Type */
             currentSel = xaccAccountTypeEnumAsString (xaccAccountGetType (acc));
             part1 = g_strconcat (end_sep, currentSel, mid_sep, NULL);
@@ -246,21 +246,21 @@ void csv_tree_export (CsvExportInfo *info)
             DEBUG("Account String: %s", part2);
 
             /* Write to file */
-            if (!write_line_to_file(fh, part2))
+            if (!write_line_to_file (fh, part2))
             {
                 info->failed = TRUE;
                 break;
             }
-            g_free(part2);
+            g_free (part2);
         }
-        g_free(mid_sep);
+        g_free (mid_sep);
     }
     else
         info->failed = TRUE;
     if (fh)
         fclose (fh);
 
-    g_list_free( accts );
+    g_list_free (accts);
     LEAVE("");
 }
 
diff --git a/src/import-export/csv-imp/assistant-csv-account-import.c b/src/import-export/csv-imp/assistant-csv-account-import.c
index 9d23ab7..30b1d53 100644
--- a/src/import-export/csv-imp/assistant-csv-account-import.c
+++ b/src/import-export/csv-imp/assistant-csv-account-import.c
@@ -131,17 +131,17 @@ csv_import_file_chooser_confirm_cb (GtkWidget *button, CsvImportInfo *info)
 
     gtk_assistant_set_page_complete (assistant, page, FALSE);
 
-    file_name = gtk_file_chooser_get_filename ( GTK_FILE_CHOOSER(info->file_chooser ));
+    file_name = gtk_file_chooser_get_filename (GTK_FILE_CHOOSER(info->file_chooser));
 
     if (file_name)
     {
-        gchar *filepath = gnc_uri_get_path ( file_name );
-        gchar *filedir = g_path_get_dirname( filepath );
-        info->starting_dir = g_strdup(filedir);
-        g_free ( filedir );
-        g_free ( filepath );
+        gchar *filepath = gnc_uri_get_path (file_name);
+        gchar *filedir = g_path_get_dirname (filepath);
+        info->starting_dir = g_strdup (filedir);
+        g_free (filedir);
+        g_free (filepath);
 
-        info->file_name = g_strdup(file_name);
+        info->file_name = g_strdup (file_name);
 
         // generate preview
         gtk_list_store_clear (info->store);
@@ -153,13 +153,13 @@ csv_import_file_chooser_confirm_cb (GtkWidget *button, CsvImportInfo *info)
         else if (res == MATCH_FOUND)
             gtk_assistant_set_page_complete (assistant, page, TRUE);
     }
-    g_free(file_name);
+    g_free (file_name);
 
     DEBUG("file_name selected is %s", info->file_name);
     DEBUG("starting directory is %s", info->starting_dir);
 
     /* Step to next page if page is complete */
-    if(gtk_assistant_get_page_complete(assistant, page))
+    if(gtk_assistant_get_page_complete (assistant, page))
         gtk_assistant_set_current_page (assistant, num + 1);
 
 }
@@ -170,7 +170,7 @@ csv_import_file_chooser_confirm_cb (GtkWidget *button, CsvImportInfo *info)
  *
  * call back for the start row / number of header rows
  *******************************************************/
-void csv_import_hrows_cb (GtkWidget *spin, gpointer user_data )
+void csv_import_hrows_cb (GtkWidget *spin, gpointer user_data)
 {
     CsvImportInfo *info = user_data;
 
@@ -182,12 +182,12 @@ void csv_import_hrows_cb (GtkWidget *spin, gpointer user_data )
     info->header_rows = gtk_spin_button_get_value_as_int (GTK_SPIN_BUTTON(spin));
 
     /* Get number of rows displayed */
-    num_rows = gtk_tree_model_iter_n_children(GTK_TREE_MODEL(info->store), NULL);
+    num_rows = gtk_tree_model_iter_n_children (GTK_TREE_MODEL(info->store), NULL);
 
     /* Modify background color for header rows */
     if (info->header_rows == 0)
     {
-        valid = gtk_tree_model_iter_nth_child(GTK_TREE_MODEL(info->store), &iter, NULL, 0 );
+        valid = gtk_tree_model_iter_nth_child (GTK_TREE_MODEL(info->store), &iter, NULL, 0 );
         if (valid)
             gtk_list_store_set (info->store, &iter, ROW_COLOR, NULL, -1);
     }
@@ -195,7 +195,7 @@ void csv_import_hrows_cb (GtkWidget *spin, gpointer user_data )
     {
         if (info->header_rows - 1 < num_rows)
         {
-            valid = gtk_tree_model_iter_nth_child(GTK_TREE_MODEL(info->store), &iter, NULL, info->header_rows - 1 );
+            valid = gtk_tree_model_iter_nth_child (GTK_TREE_MODEL(info->store), &iter, NULL, info->header_rows - 1 );
             if (valid)
                 gtk_list_store_set (info->store, &iter, ROW_COLOR, "pink", -1);
             valid = gtk_tree_model_iter_next (GTK_TREE_MODEL(info->store), &iter);
@@ -211,19 +211,19 @@ void csv_import_hrows_cb (GtkWidget *spin, gpointer user_data )
  *
  * call back for type of separartor required
  *******************************************************/
-void csv_import_sep_cb (GtkWidget *radio, gpointer user_data )
+void csv_import_sep_cb (GtkWidget *radio, gpointer user_data)
 {
     CsvImportInfo *info = user_data;
     const gchar *name;
     gchar *temp;
 
-    if (!gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(radio)))
+    if (!gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON(radio)))
     {
         LEAVE("1st callback of pair. Defer to 2nd callback.");
         return;
     }
 
-    name = gtk_buildable_get_name(GTK_BUILDABLE(radio));
+    name = gtk_buildable_get_name (GTK_BUILDABLE(radio));
 
     if (g_strcmp0 (name, "radio_semi") == 0)
         g_string_assign (info->regexp, "^(?<type>[^;]*);?(?<full_name>\"(?:[^\"]|\"\")*\"|[^;]*);?(?<name>\"(?:[^\"]|\"\")*\"|[^;]*);\
@@ -256,13 +256,13 @@ void csv_import_sep_cb (GtkWidget *radio, gpointer user_data )
     /* Generate preview */
     gtk_list_store_clear (info->store);
 
-    if (csv_import_read_file (info->file_name, info->regexp->str, info->store, 11 ) == MATCH_FOUND)
+    if (csv_import_read_file (info->file_name, info->regexp->str, info->store, 11) == MATCH_FOUND)
         gtk_widget_set_sensitive (info->header_row_spin, TRUE);
     else
         gtk_widget_set_sensitive (info->header_row_spin, FALSE);
 
     /* Reset Header spin to 0 */
-    gtk_spin_button_set_value( GTK_SPIN_BUTTON(info->header_row_spin), 0 );
+    gtk_spin_button_set_value (GTK_SPIN_BUTTON(info->header_row_spin), 0);
 }
 
 
@@ -281,7 +281,7 @@ void load_settings (CsvImportInfo *info)
     info->error = "";
 
     /* The default directory for the user to select files. */
-    info->starting_dir = gnc_get_default_directory(GNC_PREFS_GROUP);
+    info->starting_dir = gnc_get_default_directory (GNC_PREFS_GROUP);
 }
 
 
@@ -313,28 +313,28 @@ gnc_input_dialog (GtkWidget *parent, const gchar *title, const gchar *msg, const
     GtkTextIter start, end;
 
     /* Create the widgets */
-    dialog = gtk_dialog_new_with_buttons (title, GTK_WINDOW (parent),
+    dialog = gtk_dialog_new_with_buttons (title, GTK_WINDOW(parent),
                                           GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT,
                                           GTK_STOCK_OK, GTK_RESPONSE_ACCEPT,
                                           GTK_STOCK_CANCEL, GTK_RESPONSE_REJECT,
                                           NULL);
 
-    content_area = gtk_dialog_get_content_area (GTK_DIALOG (dialog));
+    content_area = gtk_dialog_get_content_area (GTK_DIALOG(dialog));
 
     // add a label
     label = gtk_label_new (msg);
-    gtk_container_add (GTK_CONTAINER (content_area), label);
+    gtk_container_add (GTK_CONTAINER(content_area), label);
 
     // add a textview
     view = gtk_text_view_new ();
-    gtk_text_view_set_wrap_mode (GTK_TEXT_VIEW (view), GTK_WRAP_WORD_CHAR);
-    buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (view));
+    gtk_text_view_set_wrap_mode (GTK_TEXT_VIEW(view), GTK_WRAP_WORD_CHAR);
+    buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW(view));
     gtk_text_buffer_set_text (buffer, default_input, -1);
-    gtk_container_add (GTK_CONTAINER (content_area), view);
+    gtk_container_add (GTK_CONTAINER(content_area), view);
 
     // run the dialog
     gtk_widget_show_all (dialog);
-    result = gtk_dialog_run (GTK_DIALOG (dialog));
+    result = gtk_dialog_run (GTK_DIALOG(dialog));
 
     if (result == GTK_RESPONSE_REJECT)
         user_input = 0;
@@ -380,7 +380,7 @@ csv_import_assistant_file_page_prepare (GtkAssistant *assistant,
 
     /* Set the default directory */
     if (info->starting_dir)
-        gtk_file_chooser_set_current_folder(GTK_FILE_CHOOSER(info->file_chooser), info->starting_dir);
+        gtk_file_chooser_set_current_folder (GTK_FILE_CHOOSER(info->file_chooser), info->starting_dir);
 
     /* Disable the Forward Assistant Button */
     gtk_assistant_set_page_complete (assistant, page, FALSE);
@@ -423,10 +423,10 @@ csv_import_assistant_finish_page_prepare (GtkAssistant *assistant,
         text = g_strdup_printf (gettext (finish_tree_string), info->file_name);
     }
     gtk_label_set_text (GTK_LABEL(info->finish_label), text);
-    g_free(text);
+    g_free (text);
 
     /* Save the Window size and directory */
-    gnc_set_default_directory(GNC_PREFS_GROUP, info->starting_dir);
+    gnc_set_default_directory (GNC_PREFS_GROUP, info->starting_dir);
 
     /* Enable the Assistant Buttons */
     gtk_assistant_set_page_complete (assistant, page, TRUE);
@@ -443,29 +443,29 @@ csv_import_assistant_summary_page_prepare (GtkAssistant *assistant,
     /* Before creating accounts, if this is a new book, let user specify
      * book options, since they affect how transactions are created */
     if (info->new_book)
-        info->new_book = gnc_new_book_option_display(info->window);
+        info->new_book = gnc_new_book_option_display (info->window);
 
-    if (!g_strcmp0(info->error, "") == 0)
+    if (!g_strcmp0 (info->error, "") == 0)
     {
         GtkTextBuffer *buffer;
 
-        buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (info->summary_error_view));
-        text = g_strdup_printf(gettext ("Import completed but with errors!\n\nThe number of Accounts added was %u and "
+        buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW(info->summary_error_view));
+        text = g_strdup_printf (gettext ("Import completed but with errors!\n\nThe number of Accounts added was %u and "
                                         "updated was %u.\n\nSee below for errors..." ), info->num_new, info->num_updates );
-        errtext = g_strdup_printf ( "%s", info->error);
+        errtext = g_strdup_printf ("%s", info->error);
         gtk_text_buffer_set_text (buffer, errtext, -1);
-        g_free(errtext);
-        g_free(info->error);
+        g_free (errtext);
+        g_free (info->error);
     }
     else
-        text = g_strdup_printf(gettext ("Import completed successfully!\n\nThe number of Accounts added was %u and "
+        text = g_strdup_printf (gettext ("Import completed successfully!\n\nThe number of Accounts added was %u and "
                                         "updated was %u.\n" ), info->num_new, info->num_updates );
 
-    mtext = g_strdup_printf("<span size=\"medium\"><b>%s</b></span>", text);
-    gtk_label_set_markup(GTK_LABEL(info->summary_label), mtext);
+    mtext = g_strdup_printf ("<span size=\"medium\"><b>%s</b></span>", text);
+    gtk_label_set_markup (GTK_LABEL(info->summary_label), mtext);
 
-    g_free(text);
-    g_free(mtext);
+    g_free (text);
+    g_free (mtext);
 }
 
 
@@ -473,7 +473,7 @@ void
 csv_import_assistant_prepare (GtkAssistant *assistant, GtkWidget *page,
                               gpointer user_data)
 {
-    gint currentpage = gtk_assistant_get_current_page(assistant);
+    gint currentpage = gtk_assistant_get_current_page (assistant);
 
     switch (currentpage)
     {
@@ -541,11 +541,11 @@ csv_import_close_handler (gpointer user_data)
 {
     CsvImportInfo *info = user_data;
 
-    g_free(info->starting_dir);
-    g_free(info->file_name);
-    g_string_free(info->regexp, TRUE);
+    g_free (info->starting_dir);
+    g_free (info->file_name);
+    g_string_free (info->regexp, TRUE);
 
-    gnc_save_window_size(GNC_PREFS_GROUP, GTK_WINDOW(info->window));
+    gnc_save_window_size (GNC_PREFS_GROUP, GTK_WINDOW(info->window));
     gtk_widget_destroy (info->window);
 }
 
@@ -564,8 +564,8 @@ csv_import_assistant_create (CsvImportInfo *info)
     gchar *mnemonic_desc = NULL;
 
     builder = gtk_builder_new();
-    gnc_builder_add_from_file  (builder , "assistant-csv-account-import.glade", "num_hrows_adj");
-    gnc_builder_add_from_file  (builder , "assistant-csv-account-import.glade", "CSV Account Import Assistant");
+    gnc_builder_add_from_file  (builder, "assistant-csv-account-import.glade", "num_hrows_adj");
+    gnc_builder_add_from_file  (builder, "assistant-csv-account-import.glade", "CSV Account Import Assistant");
     window = GTK_WIDGET(gtk_builder_get_object (builder, "CSV Account Import Assistant"));
     info->window = window;
 
@@ -576,19 +576,19 @@ csv_import_assistant_create (CsvImportInfo *info)
     load_settings (info);
 
     /* Enable buttons on all page. */
-    gtk_assistant_set_page_complete (GTK_ASSISTANT (window),
+    gtk_assistant_set_page_complete (GTK_ASSISTANT(window),
                                      GTK_WIDGET(gtk_builder_get_object(builder, "start_page")),
                                      TRUE);
-    gtk_assistant_set_page_complete (GTK_ASSISTANT (window),
+    gtk_assistant_set_page_complete (GTK_ASSISTANT(window),
                                      GTK_WIDGET(gtk_builder_get_object(builder, "file_page")),
                                      FALSE);
-    gtk_assistant_set_page_complete (GTK_ASSISTANT (window),
+    gtk_assistant_set_page_complete (GTK_ASSISTANT(window),
                                      GTK_WIDGET(gtk_builder_get_object(builder, "import_tree_page")),
                                      TRUE);
-    gtk_assistant_set_page_complete (GTK_ASSISTANT (window),
+    gtk_assistant_set_page_complete (GTK_ASSISTANT(window),
                                      GTK_WIDGET(gtk_builder_get_object(builder, "end_page")),
                                      FALSE);
-    gtk_assistant_set_page_complete (GTK_ASSISTANT (window),
+    gtk_assistant_set_page_complete (GTK_ASSISTANT(window),
                                      GTK_WIDGET(gtk_builder_get_object(builder, "summary_page")),
                                      TRUE);
 
@@ -596,19 +596,19 @@ csv_import_assistant_create (CsvImportInfo *info)
 
     /* File chooser Page */
     info->file_chooser = gtk_file_chooser_widget_new (GTK_FILE_CHOOSER_ACTION_OPEN);
-    g_signal_connect (G_OBJECT (info->file_chooser), "file-activated",
-                      G_CALLBACK (csv_import_file_chooser_confirm_cb), info);
-    button = gtk_button_new_from_stock(GTK_STOCK_OK);
+    g_signal_connect (G_OBJECT(info->file_chooser), "file-activated",
+                      G_CALLBACK(csv_import_file_chooser_confirm_cb), info);
+    button = gtk_button_new_from_stock (GTK_STOCK_OK);
     gtk_widget_set_size_request (button, 100, -1);
     gtk_widget_show (button);
-    h_box = gtk_hbox_new(TRUE, 0);
-    gtk_box_pack_start(GTK_BOX(h_box), button, FALSE, FALSE, 0);
+    h_box = gtk_hbox_new (TRUE, 0);
+    gtk_box_pack_start (GTK_BOX(h_box), button, FALSE, FALSE, 0);
     gtk_file_chooser_set_extra_widget (GTK_FILE_CHOOSER(info->file_chooser), h_box);
-    g_signal_connect (G_OBJECT (button), "clicked",
-                      G_CALLBACK (csv_import_file_chooser_confirm_cb), info);
+    g_signal_connect (G_OBJECT(button), "clicked",
+                      G_CALLBACK(csv_import_file_chooser_confirm_cb), info);
 
     box = GTK_WIDGET(gtk_builder_get_object(builder, "file_page"));
-    gtk_box_pack_start (GTK_BOX (box), info->file_chooser, TRUE, TRUE, 6);
+    gtk_box_pack_start (GTK_BOX(box), info->file_chooser, TRUE, TRUE, 6);
     gtk_widget_show (info->file_chooser);
 
     /* Account Tree Page */
@@ -625,14 +625,14 @@ csv_import_assistant_create (CsvImportInfo *info)
     info->store = gtk_list_store_new (N_COLUMNS,
                                       G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING,
                                       G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING);
-    gtk_tree_view_set_model( GTK_TREE_VIEW(info->tree_view), GTK_TREE_MODEL(info->store) );
+    gtk_tree_view_set_model (GTK_TREE_VIEW(info->tree_view), GTK_TREE_MODEL(info->store));
 #define CREATE_COLUMN(description,column_id) \
   renderer = gtk_cell_renderer_text_new (); \
-  mnemonic_desc = mnemonic_escape(_(description)); \
+  mnemonic_desc = mnemonic_escape (_(description)); \
   column = gtk_tree_view_column_new_with_attributes (mnemonic_desc, renderer, "text", column_id, NULL); \
-  gtk_tree_view_column_add_attribute(column, renderer, "background", ROW_COLOR); \
+  gtk_tree_view_column_add_attribute (column, renderer, "background", ROW_COLOR); \
   gtk_tree_view_column_set_resizable (column, TRUE); \
-  gtk_tree_view_append_column (GTK_TREE_VIEW (info->tree_view), column); \
+  gtk_tree_view_append_column (GTK_TREE_VIEW(info->tree_view), column); \
   g_free (mnemonic_desc);
     CREATE_COLUMN ("type", TYPE);
     CREATE_COLUMN ("full_name", FULL_NAME);
@@ -648,18 +648,18 @@ csv_import_assistant_create (CsvImportInfo *info)
     CREATE_COLUMN ("place_holder", PLACE_HOLDER);
 
     /* Finish Page */
-    info->finish_label = GTK_WIDGET(gtk_builder_get_object(builder, "end_page"));
+    info->finish_label = GTK_WIDGET(gtk_builder_get_object (builder, "end_page"));
     /* Summary Page */
-    info->summary_label = GTK_WIDGET(gtk_builder_get_object(builder, "summary_label"));
-    info->summary_error_view = GTK_WIDGET(gtk_builder_get_object(builder, "summary_error_view"));
+    info->summary_label = GTK_WIDGET(gtk_builder_get_object (builder, "summary_label"));
+    info->summary_error_view = GTK_WIDGET(gtk_builder_get_object (builder, "summary_error_view"));
 
     g_signal_connect (G_OBJECT(window), "destroy",
-                      G_CALLBACK (csv_import_assistant_destroy_cb), info);
+                      G_CALLBACK(csv_import_assistant_destroy_cb), info);
 
     gnc_restore_window_size (GNC_PREFS_GROUP, GTK_WINDOW(info->window));
 
-    gtk_builder_connect_signals(builder, info);
-    g_object_unref(G_OBJECT(builder));
+    gtk_builder_connect_signals (builder, info);
+    g_object_unref (G_OBJECT(builder));
     return window;
 }
 
diff --git a/src/import-export/csv-imp/assistant-csv-trans-import.c b/src/import-export/csv-imp/assistant-csv-trans-import.c
index 9ec281d..5864c29 100644
--- a/src/import-export/csv-imp/assistant-csv-trans-import.c
+++ b/src/import-export/csv-imp/assistant-csv-trans-import.c
@@ -146,7 +146,7 @@ void csv_import_trans_erow_cb (GtkWidget *spin, gpointer user_data );
 void csv_import_trans_auto_cb (GtkWidget *cb, gpointer user_data );
 void csv_import_trans_file_chooser_confirm_cb (GtkWidget *button, CsvImportTrans *info);
 
-static void gnc_csv_preview_update_assist(CsvImportTrans* info);
+static void gnc_csv_preview_update_assist (CsvImportTrans* info);
 gboolean preview_settings_valid (CsvImportTrans *info);
 
 /*************************************************************************/
@@ -168,27 +168,27 @@ csv_import_trans_file_chooser_confirm_cb (GtkWidget *button, CsvImportTrans *inf
 
     gtk_assistant_set_page_complete (assistant, page, FALSE);
 
-    file_name = gtk_file_chooser_get_filename ( GTK_FILE_CHOOSER(info->file_chooser ));
+    file_name = gtk_file_chooser_get_filename (GTK_FILE_CHOOSER(info->file_chooser));
 
     if (file_name)
     {
-        gchar *filepath = gnc_uri_get_path ( file_name );
-        gchar *filedir = g_path_get_dirname( filepath );
-        info->starting_dir = g_strdup(filedir);
-        g_free ( filedir );
-        g_free ( filepath );
+        gchar *filepath = gnc_uri_get_path (file_name);
+        gchar *filedir = g_path_get_dirname (filepath);
+        info->starting_dir = g_strdup (filedir);
+        g_free (filedir);
+        g_free (filepath);
 
-        info->file_name = g_strdup(file_name);
+        info->file_name = g_strdup (file_name);
         error = NULL;
         /* Load the file into parse_data. */
         parse_data = gnc_csv_new_parse_data();
-        if (gnc_csv_load_file(parse_data, file_name, &error))
+        if (gnc_csv_load_file (parse_data, file_name, &error))
         {
             /* If we couldn't load the file ... */
-            gnc_error_dialog(NULL, "%s", error->message);
+            gnc_error_dialog (NULL, "%s", error->message);
             if (error->code == GNC_CSV_FILE_OPEN_ERR)
             {
-                gnc_csv_parse_data_free(parse_data);
+                gnc_csv_parse_data_free (parse_data);
                 return;
             }
             /* If we couldn't guess the encoding, we are content with just
@@ -198,11 +198,11 @@ csv_import_trans_file_chooser_confirm_cb (GtkWidget *button, CsvImportTrans *inf
         else
         {
             /* Parse the data. */
-            if (gnc_csv_parse(parse_data, TRUE, &error))
+            if (gnc_csv_parse (parse_data, TRUE, &error))
             {
                 /* If we couldn't parse the data ... */
-                gnc_error_dialog(NULL, "%s", error->message);
-                gnc_csv_parse_data_free(parse_data);
+                gnc_error_dialog (NULL, "%s", error->message);
+                gnc_csv_parse_data_free (parse_data);
             }
             else
             {
@@ -213,13 +213,13 @@ csv_import_trans_file_chooser_confirm_cb (GtkWidget *button, CsvImportTrans *inf
             }
         }
     }
-    g_free(file_name);
+    g_free (file_name);
 
     DEBUG("file_name selected is %s", info->file_name);
     DEBUG("starting directory is %s", info->starting_dir);
 
     /* Step to next page if page is complete */
-    if(gtk_assistant_get_page_complete(assistant, page))
+    if(gtk_assistant_get_page_complete (assistant, page))
         gtk_assistant_set_current_page (assistant, num + 1);
 }
 
@@ -237,20 +237,20 @@ void row_selection_update (CsvImportTrans* info)
     gboolean valid;
     int i;
 
-    store = GTK_LIST_STORE( gtk_tree_view_get_model(info->treeview));
+    store = GTK_LIST_STORE(gtk_tree_view_get_model (info->treeview));
 
     for ( i = 0; i <= info->start_row; i++)
     {
         /* Modify background color of rows less than start row */
         if (info->start_row == i)
         {
-            valid = gtk_tree_model_iter_nth_child(GTK_TREE_MODEL(store), &iter, NULL, i );
+            valid = gtk_tree_model_iter_nth_child (GTK_TREE_MODEL(store), &iter, NULL, i );
             if (valid)
                 gtk_list_store_set (store, &iter, 0, NULL, -1);
         }
         else
         {
-            valid = gtk_tree_model_iter_nth_child(GTK_TREE_MODEL(store), &iter, NULL, i );
+            valid = gtk_tree_model_iter_nth_child (GTK_TREE_MODEL(store), &iter, NULL, i );
             if (valid)
                 gtk_list_store_set (store, &iter, 0, "pink", -1);
             valid = gtk_tree_model_iter_next (GTK_TREE_MODEL(store), &iter);
@@ -263,18 +263,18 @@ void row_selection_update (CsvImportTrans* info)
     for ( i = info->num_of_rows - 1; i >= info->end_row; i--)
     {
         /* Modify background color of rows more than end row */
-        if ( i == info->end_row )
+        if (i == info->end_row)
         {
-            valid = gtk_tree_model_iter_nth_child(GTK_TREE_MODEL(store), &iter, NULL, i );
+            valid = gtk_tree_model_iter_nth_child (GTK_TREE_MODEL(store), &iter, NULL, i);
             if (valid)
                 gtk_list_store_set (store, &iter, 0, NULL, -1);
         }
         else
         {
-            valid = gtk_tree_model_iter_nth_child(GTK_TREE_MODEL(store), &iter, NULL, i );
+            valid = gtk_tree_model_iter_nth_child (GTK_TREE_MODEL(store), &iter, NULL, i);
             if (valid)
                 gtk_list_store_set (store, &iter, 0, "pink", -1);
-            valid = gtk_tree_model_iter_nth_child(GTK_TREE_MODEL(store), &iter, NULL, i - 1 );
+            valid = gtk_tree_model_iter_nth_child (GTK_TREE_MODEL(store), &iter, NULL, i - 1);
             if (valid)
                 gtk_list_store_set (store, &iter, 0, NULL, -1);
         }
@@ -287,7 +287,7 @@ void row_selection_update (CsvImportTrans* info)
  *
  * call back for import start row
  *******************************************************/
-void csv_import_trans_srow_cb (GtkWidget *spin, gpointer user_data )
+void csv_import_trans_srow_cb (GtkWidget *spin, gpointer user_data)
 {
     CsvImportTrans *info = user_data;
     GtkAdjustment *adj;
@@ -297,8 +297,8 @@ void csv_import_trans_srow_cb (GtkWidget *spin, gpointer user_data )
 
     info->parse_data->start_row = info->start_row;
 
-    adj = gtk_spin_button_get_adjustment(GTK_SPIN_BUTTON(info->end_row_spin));
-    gtk_adjustment_set_lower(adj, info->start_row + 1 );
+    adj = gtk_spin_button_get_adjustment (GTK_SPIN_BUTTON(info->end_row_spin));
+    gtk_adjustment_set_lower (adj, info->start_row + 1 );
 
     /* Refresh the row highlighting */
     row_selection_update (info);
@@ -310,7 +310,7 @@ void csv_import_trans_srow_cb (GtkWidget *spin, gpointer user_data )
  *
  * call back for import end row
  *******************************************************/
-void csv_import_trans_erow_cb (GtkWidget *spin, gpointer user_data )
+void csv_import_trans_erow_cb (GtkWidget *spin, gpointer user_data)
 {
     CsvImportTrans *info = user_data;
     GtkAdjustment *adj;
@@ -320,8 +320,8 @@ void csv_import_trans_erow_cb (GtkWidget *spin, gpointer user_data )
 
     info->parse_data->end_row = info->end_row + 1;
 
-    adj = gtk_spin_button_get_adjustment(GTK_SPIN_BUTTON(info->start_row_spin));
-    gtk_adjustment_set_upper(adj, info->end_row + 1 );
+    adj = gtk_spin_button_get_adjustment (GTK_SPIN_BUTTON(info->start_row_spin));
+    gtk_adjustment_set_upper (adj, info->end_row + 1 );
 
     /* Refresh the row highlighting */
     row_selection_update (info);
@@ -333,11 +333,11 @@ void csv_import_trans_erow_cb (GtkWidget *spin, gpointer user_data )
  *
  * call back for auto create account / Skip Errors
  *******************************************************/
-void csv_import_trans_auto_cb (GtkWidget *cb, gpointer user_data )
+void csv_import_trans_auto_cb (GtkWidget *cb, gpointer user_data)
 {
     CsvImportTrans *info = user_data;
 
-    if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(cb)))
+    if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON(cb)))
     {
         if (info->previewing_errors == TRUE)
             info->approved = TRUE;
@@ -359,12 +359,12 @@ void csv_import_trans_auto_cb (GtkWidget *cb, gpointer user_data )
  * @param col The number of the column whose cell renderer is being retrieved
  * @return The cell renderer of column number col
  */
-static GtkCellRenderer* gnc_csv_preview_get_cell_renderer(CsvImportTrans* info, int col)
+static GtkCellRenderer* gnc_csv_preview_get_cell_renderer (CsvImportTrans* info, int col)
 {
-    GList* renderers = gtk_cell_layout_get_cells(GTK_CELL_LAYOUT(gtk_tree_view_get_column(info->treeview, col)));
+    GList* renderers = gtk_cell_layout_get_cells (GTK_CELL_LAYOUT(gtk_tree_view_get_column (info->treeview, col)));
 
     GtkCellRenderer* cell = GTK_CELL_RENDERER(renderers->data);
-    g_list_free(renderers);
+    g_list_free (renderers);
     return cell;
 }
 
@@ -376,7 +376,7 @@ static GtkCellRenderer* gnc_csv_preview_get_cell_renderer(CsvImportTrans* info,
  * @param widget The widget that was changed
  * @param info The data that is being configured
  */
-static void sep_button_clicked(GtkWidget* widget, CsvImportTrans* info)
+static void sep_button_clicked (GtkWidget* widget, CsvImportTrans* info)
 {
     int i;
     char* stock_separator_characters[] = {" ", "\t", ",", ":", ";", "-"};
@@ -387,50 +387,50 @@ static void sep_button_clicked(GtkWidget* widget, CsvImportTrans* info)
      * button that is checked. */
     for (i = 0; i < SEP_NUM_OF_TYPES; i++)
     {
-        if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(info->sep_buttons[i])))
-            checked_separators = g_slist_append(checked_separators, stock_separator_characters[i]);
+        if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON(info->sep_buttons[i])))
+            checked_separators = g_slist_append (checked_separators, stock_separator_characters[i]);
     }
 
     /* Add the custom separator if the user checked its button. */
-    if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(info->custom_cbutton)))
+    if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON(info->custom_cbutton)))
     {
-        char* custom_sep = (char*)gtk_entry_get_text(info->custom_entry);
+        char* custom_sep = (char*)gtk_entry_get_text (info->custom_entry);
         if (custom_sep[0] != '\0') /* Don't add a blank separator (bad things will happen!). */
-            checked_separators = g_slist_append(checked_separators, custom_sep);
+            checked_separators = g_slist_append (checked_separators, custom_sep);
     }
 
     /* Set the parse options using the checked_separators list. */
-    stf_parse_options_csv_set_separators(info->parse_data->options, NULL, checked_separators);
-    g_slist_free(checked_separators);
+    stf_parse_options_csv_set_separators (info->parse_data->options, NULL, checked_separators);
+    g_slist_free (checked_separators);
 
     /* Parse the data using the new options. We don't want to reguess
      * the column types because we want to leave the user's
      * configurations in tact. */
-    if (gnc_csv_parse(info->parse_data, FALSE, &error))
+    if (gnc_csv_parse (info->parse_data, FALSE, &error))
     {
         /* Warn the user there was a problem and try to undo what caused
          * the error. (This will cause a reparsing and ideally a usable
          * configuration.) */
-        gnc_error_dialog(NULL, "Error in parsing");
+        gnc_error_dialog (NULL, "Error in parsing");
         /* If the user changed the custom separator, erase that custom separator. */
         if (widget == GTK_WIDGET(info->custom_entry))
         {
-            gtk_entry_set_text(GTK_ENTRY(widget), "");
+            gtk_entry_set_text (GTK_ENTRY(widget), "");
         }
         /* If the user checked a checkbutton, toggle that checkbutton back. */
         else
         {
-            gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(widget),
-                                         !gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(widget)));
+            gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(widget),
+                                         !gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON(widget)));
         }
         return;
     }
 
     /* If we parsed successfully, redisplay the data. */
-    gnc_csv_preview_update_assist(info);
+    gnc_csv_preview_update_assist (info);
 
     /* Refresh the row highlighting */
-    row_selection_update(info);
+    row_selection_update (info);
 }
 
 
@@ -439,32 +439,32 @@ static void sep_button_clicked(GtkWidget* widget, CsvImportTrans* info)
  * @param csv_button The "Separated" radio button
  * @param info The display of the data being imported
  */
-static void separated_or_fixed_selected(GtkToggleButton* csv_button, CsvImportTrans* info)
+static void separated_or_fixed_selected (GtkToggleButton* csv_button, CsvImportTrans* info)
 {
     GError* error = NULL;
     /* Set the parsing type correctly. */
-    if (gtk_toggle_button_get_active(csv_button)) /* If we're in CSV mode ... */
+    if (gtk_toggle_button_get_active (csv_button)) /* If we're in CSV mode ... */
     {
-        stf_parse_options_set_type(info->parse_data->options, PARSE_TYPE_CSV);
+        stf_parse_options_set_type (info->parse_data->options, PARSE_TYPE_CSV);
     }
     else /* If we're in fixed-width mode ... */
     {
-        stf_parse_options_set_type(info->parse_data->options, PARSE_TYPE_FIXED);
+        stf_parse_options_set_type (info->parse_data->options, PARSE_TYPE_FIXED);
     }
 
     /* Reparse the data. */
-    if (gnc_csv_parse(info->parse_data, FALSE, &error))
+    if (gnc_csv_parse (info->parse_data, FALSE, &error))
     {
         /* Show an error dialog explaining the problem. */
-        gnc_error_dialog(NULL, "%s", error->message);
+        gnc_error_dialog (NULL, "%s", error->message);
         return;
     }
 
     /* Show the new data. */
-    gnc_csv_preview_update_assist(info);
+    gnc_csv_preview_update_assist (info);
 
     /* Refresh the row highlighting */
-    row_selection_update(info);
+    row_selection_update (info);
 }
 
 
@@ -475,7 +475,7 @@ static void separated_or_fixed_selected(GtkToggleButton* csv_button, CsvImportTr
  * @param encoding The encoding that the user selected
  * @param info The display of the data being imported
  */
-static void encoding_selected(GOCharmapSel* selector, const char* encoding,
+static void encoding_selected (GOCharmapSel* selector, const char* encoding,
                               CsvImportTrans* info)
 {
     /* This gets called twice everytime a new encoding is selected. The
@@ -495,17 +495,17 @@ static void encoding_selected(GOCharmapSel* selector, const char* encoding,
         const char* previous_encoding = info->parse_data->encoding;
         GError* error = NULL;
         /* Try converting the new encoding and reparsing. */
-        if (gnc_csv_convert_encoding(info->parse_data, encoding, &error) ||
-                gnc_csv_parse(info->parse_data, FALSE, &error))
+        if (gnc_csv_convert_encoding (info->parse_data, encoding, &error) ||
+                gnc_csv_parse (info->parse_data, FALSE, &error))
         {
             /* If it fails, change back to the old encoding. */
-            gnc_error_dialog(NULL, "%s", _("Invalid encoding selected"));
+            gnc_error_dialog (NULL, "%s", _("Invalid encoding selected"));
             info->encoding_selected_called = FALSE;
-            go_charmap_sel_set_encoding(selector, previous_encoding);
+            go_charmap_sel_set_encoding (selector, previous_encoding);
             return;
         }
 
-        gnc_csv_preview_update_assist(info);
+        gnc_csv_preview_update_assist (info);
         info->encoding_selected_called = FALSE;
     }
     else /* If this is the first call of the function ... */
@@ -519,9 +519,9 @@ static void encoding_selected(GOCharmapSel* selector, const char* encoding,
  * @param format_selector The combo box for selecting date formats
  * @param info The display of the data being imported
  */
-static void date_format_selected(GtkComboBoxText* format_selector, CsvImportTrans* info)
+static void date_format_selected (GtkComboBoxText* format_selector, CsvImportTrans* info)
 {
-    info->parse_data->date_format = gtk_combo_box_get_active(GTK_COMBO_BOX(format_selector));
+    info->parse_data->date_format = gtk_combo_box_get_active (GTK_COMBO_BOX(format_selector));
 }
 
 
@@ -529,9 +529,9 @@ static void date_format_selected(GtkComboBoxText* format_selector, CsvImportTran
  * @param currency_selector The combo box for selecting currency formats
  * @param info The display of the data being imported
  */
-static void currency_format_selected(GtkComboBoxText* currency_selector, CsvImportTrans* info)
+static void currency_format_selected (GtkComboBoxText* currency_selector, CsvImportTrans* info)
 {
-    info->parse_data->currency_format = gtk_combo_box_get_active(GTK_COMBO_BOX(currency_selector));
+    info->parse_data->currency_format = gtk_combo_box_get_active (GTK_COMBO_BOX(currency_selector));
 }
 
 
@@ -604,7 +604,7 @@ make_new_column (CsvImportTrans* info, int col, int dx, gboolean test_only)
     PangoLayout *layout;
     PangoFontDescription *font_desc;
     int charindex, width;
-    GtkCellRenderer *cell =	gnc_csv_preview_get_cell_renderer(info, col);
+    GtkCellRenderer *cell =	gnc_csv_preview_get_cell_renderer (info, col);
     int colstart, colend;
     GError* error = NULL;
 
@@ -613,8 +613,8 @@ make_new_column (CsvImportTrans* info, int col, int dx, gboolean test_only)
                : stf_parse_options_fixed_splitpositions_nth (info->parse_data->options, col - 1);
     colend = stf_parse_options_fixed_splitpositions_nth (info->parse_data->options, col);
 
-    g_object_get (G_OBJECT (cell), "font_desc", &font_desc, NULL);
-    layout = gtk_widget_create_pango_layout (GTK_WIDGET (info->treeview), "x");
+    g_object_get (G_OBJECT(cell), "font_desc", &font_desc, NULL);
+    layout = gtk_widget_create_pango_layout (GTK_WIDGET(info->treeview), "x");
     pango_layout_set_font_description (layout, font_desc);
     pango_layout_get_pixel_size (layout, &width, NULL);
     if (width < 1) width = 1;
@@ -628,9 +628,9 @@ make_new_column (CsvImportTrans* info, int col, int dx, gboolean test_only)
     if (!test_only)
     {
         stf_parse_options_fixed_splitpositions_add (info->parse_data->options, charindex);
-        if (gnc_csv_parse(info->parse_data, FALSE, &error))
+        if (gnc_csv_parse (info->parse_data, FALSE, &error))
         {
-            gnc_error_dialog(NULL, "%s", error->message);
+            gnc_error_dialog (NULL, "%s", error->message);
             return FALSE;
         }
         gnc_csv_preview_update_assist (info);
@@ -662,9 +662,9 @@ widen_column (CsvImportTrans* info, int col, gboolean test_only)
     {
         stf_parse_options_fixed_splitpositions_remove (info->parse_data->options, nextstart);
         stf_parse_options_fixed_splitpositions_add (info->parse_data->options, nextstart + 1);
-        if (gnc_csv_parse(info->parse_data, FALSE, &error))
+        if (gnc_csv_parse (info->parse_data, FALSE, &error))
         {
-            gnc_error_dialog(NULL, "%s", error->message);
+            gnc_error_dialog (NULL, "%s", error->message);
             return FALSE;
         }
         gnc_csv_preview_update_assist (info);
@@ -694,9 +694,9 @@ narrow_column (CsvImportTrans* info, int col, gboolean test_only)
     {
         stf_parse_options_fixed_splitpositions_remove (info->parse_data->options, nextstart);
         stf_parse_options_fixed_splitpositions_add (info->parse_data->options, nextstart - 1);
-        if (gnc_csv_parse(info->parse_data, FALSE, &error))
+        if (gnc_csv_parse (info->parse_data, FALSE, &error))
         {
-            gnc_error_dialog(NULL, "%s", error->message);
+            gnc_error_dialog (NULL, "%s", error->message);
             return FALSE;
         }
         gnc_csv_preview_update_assist (info);
@@ -716,9 +716,9 @@ delete_column (CsvImportTrans* info, int col, gboolean test_only)
     {
         int nextstart = stf_parse_options_fixed_splitpositions_nth (info->parse_data->options, col);
         stf_parse_options_fixed_splitpositions_remove (info->parse_data->options, nextstart);
-        if (gnc_csv_parse(info->parse_data, FALSE, &error))
+        if (gnc_csv_parse (info->parse_data, FALSE, &error))
         {
-            gnc_error_dialog(NULL, "%s", error->message);
+            gnc_error_dialog (NULL, "%s", error->message);
             return FALSE;
         }
         gnc_csv_preview_update_assist (info);
@@ -806,7 +806,7 @@ fixed_context_menu (CsvImportTrans* info, GdkEventButton *event,
  * @param allocation The size of the data treeview
  * @param info The display of the data being imported
  */
-static void treeview_resized(GtkWidget* widget, GtkAllocation* allocation, CsvImportTrans* info)
+static void treeview_resized (GtkWidget* widget, GtkAllocation* allocation, CsvImportTrans* info)
 {
     /* ncols is the number of columns in the data. */
     int i, ncols = info->parse_data->column_types->len;
@@ -822,18 +822,18 @@ static void treeview_resized(GtkWidget* widget, GtkAllocation* allocation, CsvIm
         GtkTreeViewColumn* ccol; /* The corresponding column in info->ctreeview. */
 
         /* Get the width. */
-        col_width = gtk_tree_view_column_get_width(gtk_tree_view_get_column(info->treeview, i));
+        col_width = gtk_tree_view_column_get_width (gtk_tree_view_get_column (info->treeview, i));
         /* Set the minumum width for a column so that drop down selector can be seen. */
         if (col_width < MIN_COL_WIDTH)
         {
             col_width = MIN_COL_WIDTH;
         }
-        pcol = gtk_tree_view_get_column(info->treeview, i);
-        gtk_tree_view_column_set_min_width(pcol, col_width);
+        pcol = gtk_tree_view_get_column (info->treeview, i);
+        gtk_tree_view_column_set_min_width (pcol, col_width);
         /* Set ccol's width the same. */
-        ccol = gtk_tree_view_get_column(info->ctreeview, i);
-        gtk_tree_view_column_set_min_width(ccol, col_width);
-        gtk_tree_view_column_set_max_width(ccol, col_width);
+        ccol = gtk_tree_view_get_column (info->ctreeview, i);
+        gtk_tree_view_column_set_min_width (ccol, col_width);
+        gtk_tree_view_column_set_max_width (ccol, col_width);
     }
 }
 
@@ -847,24 +847,24 @@ static void treeview_resized(GtkWidget* widget, GtkAllocation* allocation, CsvIm
  * @param new_text The text the user selected
  * @param info The display of the data being imported
  */
-static void column_type_changed(GtkCellRenderer* renderer, gchar* path,
+static void column_type_changed (GtkCellRenderer* renderer, gchar* path,
                                 GtkTreeIter* new_text_iter, CsvImportTrans* info)
 {
     /* ncols is the number of columns in the data. */
     int i, ncols = info->parse_data->column_types->len;
     /* store has the actual strings that appear in info->ctreeview. */
-    GtkTreeModel* store = gtk_tree_view_get_model(info->ctreeview);
+    GtkTreeModel* store = gtk_tree_view_get_model (info->ctreeview);
     GtkTreeModel* model;
     gint textColumn;
     GtkTreeIter iter;
     gchar* new_text;
 
     /* Get the new text */
-    g_object_get(renderer, "model", &model, "text-column", &textColumn, NULL);
-    gtk_tree_model_get(model, new_text_iter, textColumn, &new_text, -1);
+    g_object_get (renderer, "model", &model, "text-column", &textColumn, NULL);
+    gtk_tree_model_get (model, new_text_iter, textColumn, &new_text, -1);
 
     /* Get an iterator for the first (and only) row. */
-    gtk_tree_model_get_iter_first(store, &iter);
+    gtk_tree_model_get_iter_first (store, &iter);
 
     /* Go through each column. */
     for (i = 0; i < ncols; i++)
@@ -873,12 +873,12 @@ static void column_type_changed(GtkCellRenderer* renderer, gchar* path,
          * this was the column that was changed. */
         GtkCellRenderer* col_renderer; /* The renderer for this column. */
         /* The column in the treeview we are looking at */
-        GtkTreeViewColumn* col = gtk_tree_view_get_column(info->ctreeview, i);
+        GtkTreeViewColumn* col = gtk_tree_view_get_column (info->ctreeview, i);
         /* The list of renderers for col */
-        GList* rend_list = gtk_cell_layout_get_cells(GTK_CELL_LAYOUT(col));
+        GList* rend_list = gtk_cell_layout_get_cells (GTK_CELL_LAYOUT(col));
         /* rend_list has only one entry, which we put in col_renderer. */
         col_renderer = rend_list->data;
-        g_list_free(rend_list);
+        g_list_free (rend_list);
 
         /* If this is not the column that was changed ... */
         if (col_renderer != renderer)
@@ -891,20 +891,20 @@ static void column_type_changed(GtkCellRenderer* renderer, gchar* path,
              * model 0, string 0, model 1, string 1, ..., model ncols, string ncols. */
             gtk_tree_model_get(store, &iter, 2 * i + 1, &contents, -1);
             /* If this column has the same string that the user selected ... */
-            if (!g_strcmp0(contents, new_text))
+            if (!g_strcmp0 (contents, new_text))
             {
                 /* ... set this column to the "None" type. (We can't allow duplicate types.) */
-                gtk_list_store_set(GTK_LIST_STORE(store), &iter, 2 * i + 1,
+                gtk_list_store_set (GTK_LIST_STORE(store), &iter, 2 * i + 1,
                                    _(gnc_csv_column_type_strs[GNC_CSV_NONE]), -1);
             }
-            g_free(contents);
+            g_free (contents);
         }
         else /* If this is the column that was changed ... */
         {
             /* Set the text for this column to what the user selected. (See
              * comment above "Get the type string. ..." for why we set
              * column 2*i+1 in store.) */
-            gtk_list_store_set(GTK_LIST_STORE(store), &iter, 2 * i + 1, new_text, -1);
+            gtk_list_store_set (GTK_LIST_STORE(store), &iter, 2 * i + 1, new_text, -1);
         }
     }
 }
@@ -917,7 +917,7 @@ static void column_type_changed(GtkCellRenderer* renderer, gchar* path,
  * @param event The event that happened (where the user clicked)
  * @param info The data being configured
  */
-static void header_button_press_handler(GtkWidget* button, GdkEventButton* event,
+static void header_button_press_handler (GtkWidget* button, GdkEventButton* event,
                                         CsvImportTrans* info)
 {
     /* col is the number of the column that was clicked, and offset is
@@ -943,12 +943,12 @@ static void header_button_press_handler(GtkWidget* button, GdkEventButton* event
     /* Double clicks can split columns. */
     if (event->type == GDK_2BUTTON_PRESS && event->button == 1)
     {
-        make_new_column(info, col, (int)event->x - offset, FALSE);
+        make_new_column (info, col, (int)event->x - offset, FALSE);
     }
     /* Right clicking brings up a context menu. */
     else if (event->type == GDK_BUTTON_PRESS && event->button == 3)
     {
-        fixed_context_menu(info, event, col, (int)event->x - offset);
+        fixed_context_menu (info, event, col, (int)event->x - offset);
     }
 }
 
@@ -967,15 +967,15 @@ gboolean preview_settings_valid (CsvImportTrans* info)
     int weight = 0;
     gboolean valid = TRUE;
     /* store contains the actual strings appearing in the column types treeview. */
-    GtkTreeModel* store = gtk_tree_view_get_model(info->ctreeview);
+    GtkTreeModel* store = gtk_tree_view_get_model (info->ctreeview);
     /* datastore contains the actual strings appearing in the preview treeview. */
-    GtkTreeModel* datastore = gtk_tree_view_get_model(info->treeview);
+    GtkTreeModel* datastore = gtk_tree_view_get_model (info->treeview);
     GtkTreeIter iter, iter2;
     /* Get an iterator for the first (and only) row. */
-    gtk_tree_model_get_iter_first(store, &iter);
+    gtk_tree_model_get_iter_first (store, &iter);
 
     /* Get an iterator for the first required row in the data store. */
-    gtk_tree_model_iter_nth_child(GTK_TREE_MODEL(datastore), &iter2, NULL, info->start_row );
+    gtk_tree_model_iter_nth_child (GTK_TREE_MODEL(datastore), &iter2, NULL, info->start_row );
 
     /* Go through each of the columns. */
     for (i = 0; i < ncols; i++)
@@ -988,13 +988,13 @@ gboolean preview_settings_valid (CsvImportTrans* info)
          * columns is a pair of the model used for the combobox and the
          * string that appears, so that store looks like:
          * model 0, string 0, model 1, string 1, ..., model ncols, string ncols. */
-        gtk_tree_model_get(store, &iter, 2 * i + 1, &contents, -1);
+        gtk_tree_model_get (store, &iter, 2 * i + 1, &contents, -1);
 
         /* Go through each column type until ... */
         for (type = 0; type < GNC_CSV_NUM_COL_TYPES; type++)
         {
             /* ... we find one that matches with what's in the column. */
-            if (!g_strcmp0(contents, _(gnc_csv_column_type_strs[type])))
+            if (!g_strcmp0 (contents, _(gnc_csv_column_type_strs[type])))
             {
                 /* Set the column_types array appropriately and quit. */
                 column_types->data[i] = type;
@@ -1003,9 +1003,9 @@ gboolean preview_settings_valid (CsvImportTrans* info)
                 {
                 case GNC_CSV_DATE:
                     weight = weight + 1000;
-                    gtk_tree_model_get(datastore, &iter2, i + 1, &prevstr, -1);
+                    gtk_tree_model_get (datastore, &iter2, i + 1, &prevstr, -1);
 
-                    if (parse_date(prevstr, info->parse_data->date_format) == -1)
+                    if (parse_date (prevstr, info->parse_data->date_format) == -1)
                         valid = FALSE;
                     break;
 
@@ -1025,17 +1025,17 @@ gboolean preview_settings_valid (CsvImportTrans* info)
                     break;
                 case GNC_CSV_ACCOUNT:
                     weight = weight + 1;
-                    gtk_tree_model_get(datastore, &iter2, i + 1, &accstr, -1);
-                    info->account_picker->account_online_id_value = strdup(accstr);
+                    gtk_tree_model_get (datastore, &iter2, i + 1, &accstr, -1);
+                    info->account_picker->account_online_id_value = strdup (accstr);
                     break;
                 }
                 break;
             }
         }
         /* Free the type string created by gtk_tree_model_get() */
-        g_free(contents);
-        g_free(prevstr);
-        g_free(accstr);
+        g_free (contents);
+        g_free (prevstr);
+        g_free (accstr);
     }
     if (weight < 1109 || valid == FALSE)
         return FALSE;
@@ -1049,7 +1049,7 @@ gboolean preview_settings_valid (CsvImportTrans* info)
  * (e.g. the first time this function is called on a preview).
  * @param info The data being previewed
  */
-static void gnc_csv_preview_update_assist(CsvImportTrans* info)
+static void gnc_csv_preview_update_assist (CsvImportTrans* info)
 {
     /* store has the data from the file being imported. cstores is an
      * array of stores that hold the combo box entries for each
@@ -1063,10 +1063,10 @@ static void gnc_csv_preview_update_assist(CsvImportTrans* info)
               max_str_len = info->parse_data->file_str.end - info->parse_data->file_str.begin;
 
     /* store contains only strings. */
-    GType* types = g_new(GType, 2 * ncols);
+    GType* types = g_new (GType, 2 * ncols);
     for (i = 0; i <  ncols + 1; i++)
         types[i] = G_TYPE_STRING;
-    store = gtk_list_store_newv(ncols + 1, types);
+    store = gtk_list_store_newv (ncols + 1, types);
 
     /* ctstore is arranged as follows:
      * model 0, text 0, model 1, text 1, ..., model ncols, text ncols. */
@@ -1075,43 +1075,43 @@ static void gnc_csv_preview_update_assist(CsvImportTrans* info)
         types[i] = GTK_TYPE_TREE_MODEL;
         types[i+1] = G_TYPE_STRING;
     }
-    ctstore = gtk_list_store_newv(2 * ncols, types);
+    ctstore = gtk_list_store_newv (2 * ncols, types);
 
-    g_free(types);
+    g_free (types);
 
     /* Each element in cstores is a single column model. */
-    cstores = g_new(GtkListStore*, ncols);
+    cstores = g_new (GtkListStore*, ncols);
     for (i = 0; i < ncols; i++)
     {
-        cstores[i] = gtk_list_store_new(1, G_TYPE_STRING);
+        cstores[i] = gtk_list_store_new (1, G_TYPE_STRING);
         /* Add all of the possible entries to the combo box. */
         for (j = 0; j < GNC_CSV_NUM_COL_TYPES; j++)
         {
-            gtk_list_store_append(cstores[i], &iter);
-            gtk_list_store_set(cstores[i], &iter, 0, _(gnc_csv_column_type_strs[j]), -1);
+            gtk_list_store_append (cstores[i], &iter);
+            gtk_list_store_set (cstores[i], &iter, 0, _(gnc_csv_column_type_strs[j]), -1);
         }
     }
 
     if (info->not_empty)
     {
         GList *tv_columns, *tv_columns_begin, *ctv_columns, *ctv_columns_begin;
-        tv_columns = tv_columns_begin = gtk_tree_view_get_columns(info->treeview);
-        ctv_columns = ctv_columns_begin = gtk_tree_view_get_columns(info->ctreeview);
+        tv_columns = tv_columns_begin = gtk_tree_view_get_columns (info->treeview);
+        ctv_columns = ctv_columns_begin = gtk_tree_view_get_columns (info->ctreeview);
         /* Clear out exisiting columns in info->treeview. */
         while (tv_columns != NULL)
         {
-            gtk_tree_view_remove_column(info->treeview, GTK_TREE_VIEW_COLUMN(tv_columns->data));
-            tv_columns = g_list_next(tv_columns);
+            gtk_tree_view_remove_column (info->treeview, GTK_TREE_VIEW_COLUMN(tv_columns->data));
+            tv_columns = g_list_next (tv_columns);
         }
         /* Do the same in info->ctreeview. */
         while (ctv_columns != NULL)
         {
-            gtk_tree_view_remove_column(info->ctreeview, GTK_TREE_VIEW_COLUMN(ctv_columns->data));
-            ctv_columns = g_list_next(ctv_columns);
+            gtk_tree_view_remove_column (info->ctreeview, GTK_TREE_VIEW_COLUMN(ctv_columns->data));
+            ctv_columns = g_list_next (ctv_columns);
         }
-        g_list_free(tv_columns_begin);
-        g_list_free(ctv_columns_begin);
-        g_free(info->treeview_buttons);
+        g_list_free (tv_columns_begin);
+        g_list_free (ctv_columns_begin);
+        g_free (info->treeview_buttons);
     }
 
     /* Fill the data treeview with data from the file. */
@@ -1125,7 +1125,7 @@ static void gnc_csv_preview_update_assist(CsvImportTrans* info)
         {
             int this_line_length = 0;
             i = GPOINTER_TO_INT(error_lines->data);
-            gtk_list_store_append(store, &iter);
+            gtk_list_store_append (store, &iter);
 
             /* Row Color column */
             gtk_list_store_set (store, &iter, 0, NULL, -1);
@@ -1135,13 +1135,13 @@ static void gnc_csv_preview_update_assist(CsvImportTrans* info)
                 /* Add this cell's length to the row's length and set the value of the list store. */
                 gchar* cell_string = (gchar*)((GPtrArray*)(info->parse_data->orig_lines->pdata[i]))->pdata[j];
                 this_line_length += g_utf8_strlen(cell_string, max_str_len);
-                gtk_list_store_set(store, &iter, j + 1, cell_string, -1);
+                gtk_list_store_set (store, &iter, j + 1, cell_string, -1);
             }
 
             if (this_line_length > info->longest_line)
                 info->longest_line = this_line_length;
 
-            error_lines = g_list_next(error_lines);
+            error_lines = g_list_next (error_lines);
         }
     }
     else /* Otherwise, put in all of the data. */
@@ -1149,7 +1149,7 @@ static void gnc_csv_preview_update_assist(CsvImportTrans* info)
         for (i = 0; i < info->parse_data->orig_lines->len; i++)
         {
             int this_line_length = 0;
-            gtk_list_store_append(store, &iter);
+            gtk_list_store_append (store, &iter);
 
             /* Row Color column */
             gtk_list_store_set (store, &iter, 0, NULL, -1);
@@ -1159,7 +1159,7 @@ static void gnc_csv_preview_update_assist(CsvImportTrans* info)
                 /* Add this cell's length to the row's length and set the value of the list store. */
                 gchar* cell_string = (gchar*)((GPtrArray*)(info->parse_data->orig_lines->pdata[i]))->pdata[j];
                 this_line_length += g_utf8_strlen(cell_string, max_str_len);
-                gtk_list_store_set(store, &iter, j + 1, cell_string, -1);
+                gtk_list_store_set (store, &iter, j + 1, cell_string, -1);
             }
 
             if (this_line_length > info->longest_line)
@@ -1171,16 +1171,16 @@ static void gnc_csv_preview_update_assist(CsvImportTrans* info)
     }
 
     /* Set all the column types to what's in the parse data. */
-    gtk_list_store_append(ctstore, &iter);
-    gtk_list_store_set(ctstore, &iter, 0, NULL, -1); /* Dummy Column to match row color */
+    gtk_list_store_append (ctstore, &iter);
+    gtk_list_store_set (ctstore, &iter, 0, NULL, -1); /* Dummy Column to match row color */
     for (i = 0; i < ncols; i++)
     {
-        gtk_list_store_set(ctstore, &iter, 2 * i, cstores[i], 2 * i + 1,
+        gtk_list_store_set (ctstore, &iter, 2 * i, cstores[i], 2 * i + 1,
                            _(gnc_csv_column_type_strs[(int)(info->parse_data->column_types->data[i])]),
                            -1);
     }
 
-    info->treeview_buttons = g_new(GtkWidget*, ncols);
+    info->treeview_buttons = g_new (GtkWidget*, ncols);
     /* Insert columns into the data and column type treeviews. */
     for (i = 0; i < ncols ; i++)
     {
@@ -1190,64 +1190,64 @@ static void gnc_csv_preview_update_assist(CsvImportTrans* info)
         GtkCellRenderer* renderer = gtk_cell_renderer_text_new(),
                          *crenderer = gtk_cell_renderer_combo_new();
         /* We want a monospace font for the data in case of fixed-width data. */
-        g_object_set(G_OBJECT(renderer), "family", "monospace", NULL);
+        g_object_set (G_OBJECT(renderer), "family", "monospace", NULL);
         /* We are using cstores for the combo box entries, and we don't
          * want the user to be able to manually enter their own column
          * types. */
-        g_object_set(G_OBJECT(crenderer), "model", cstores[i], "text-column", 0,
+        g_object_set (G_OBJECT(crenderer), "model", cstores[i], "text-column", 0,
                      "editable", TRUE, "has-entry", FALSE, NULL);
-        g_signal_connect(G_OBJECT(crenderer), "changed",
+        g_signal_connect (G_OBJECT(crenderer), "changed",
                          G_CALLBACK(column_type_changed), (gpointer)info);
 
         /* Add a single column for the treeview. */
-        col = gtk_tree_view_column_new_with_attributes("", renderer, "text", i + 1, NULL);
+        col = gtk_tree_view_column_new_with_attributes ("", renderer, "text", i + 1, NULL);
 
         /* Add the Color column 0 to the renderer */
-        gtk_tree_view_column_add_attribute(col, renderer, "background", 0);
+        gtk_tree_view_column_add_attribute (col, renderer, "background", 0);
 
-        gtk_tree_view_insert_column(info->treeview, col, -1);
+        gtk_tree_view_insert_column (info->treeview, col, -1);
         /* Enable resizing of the columns. */
-        gtk_tree_view_column_set_resizable(col, TRUE);
+        gtk_tree_view_column_set_resizable (col, TRUE);
         /* Use the alternating model and text entries from ctstore in
          * info->ctreeview. */
-        gtk_tree_view_insert_column_with_attributes(info->ctreeview,
+        gtk_tree_view_insert_column_with_attributes (info->ctreeview,
                 -1, "", crenderer, "model", 2 * i,
                 "text", 2 * i + 1, NULL);
 
         /* We need to allow clicking on the column headers for fixed-width
          * column splitting and merging. */
-        g_object_set(G_OBJECT(col), "clickable", TRUE, NULL);
-        g_signal_connect(G_OBJECT(col->button), "button_press_event",
+        g_object_set (G_OBJECT(col), "clickable", TRUE, NULL);
+        g_signal_connect (G_OBJECT(col->button), "button_press_event",
                          G_CALLBACK(header_button_press_handler), (gpointer)info);
         info->treeview_buttons[i] = col->button;
     }
 
     /* Set the treeviews to use the models. */
-    gtk_tree_view_set_model(info->treeview, GTK_TREE_MODEL(store));
-    gtk_tree_view_set_model(info->ctreeview, GTK_TREE_MODEL(ctstore));
+    gtk_tree_view_set_model (info->treeview, GTK_TREE_MODEL(store));
+    gtk_tree_view_set_model (info->ctreeview, GTK_TREE_MODEL(ctstore));
 
     /* Select the header row */
-    gtk_tree_model_get_iter_first(GTK_TREE_MODEL(ctstore), &iter);
+    gtk_tree_model_get_iter_first (GTK_TREE_MODEL(ctstore), &iter);
     selection = gtk_tree_view_get_selection (info->ctreeview);
-    gtk_tree_selection_select_iter ( selection, &iter);
+    gtk_tree_selection_select_iter (selection, &iter);
 
     /* Free the memory for the stores. */
-    g_object_unref(GTK_TREE_MODEL(store));
-    g_object_unref(GTK_TREE_MODEL(ctstore));
+    g_object_unref (GTK_TREE_MODEL(store));
+    g_object_unref (GTK_TREE_MODEL(ctstore));
     for (i = 0; i < ncols; i++)
-        g_object_unref(GTK_TREE_MODEL(cstores[i]));
+        g_object_unref (GTK_TREE_MODEL(cstores[i]));
 
     /* Make the things actually appear. */
-    gtk_widget_show_all(GTK_WIDGET(info->treeview));
-    gtk_widget_show_all(GTK_WIDGET(info->ctreeview));
+    gtk_widget_show_all (GTK_WIDGET(info->treeview));
+    gtk_widget_show_all (GTK_WIDGET(info->ctreeview));
 
     /* Set the encoding selector to the right encoding. */
     info->code_encoding_calls = 2;
-    go_charmap_sel_set_encoding(info->encselector, info->parse_data->encoding);
+    go_charmap_sel_set_encoding (info->encselector, info->parse_data->encoding);
 
     /* Set the date format to what's in the combo box (since we don't
      * necessarily know if this will always be the same). */
-    info->parse_data->date_format = gtk_combo_box_get_active(GTK_COMBO_BOX(info->date_format_combo));
+    info->parse_data->date_format = gtk_combo_box_get_active (GTK_COMBO_BOX(info->date_format_combo));
 
     /* It's now been filled with some stuff. */
     info->not_empty = TRUE;
@@ -1270,7 +1270,7 @@ void load_settings (CsvImportTrans *info)
     info->starting_dir = NULL;
 
     /* The default directory for the user to select files. */
-    info->starting_dir = gnc_get_default_directory(GNC_PREFS_GROUP);
+    info->starting_dir = gnc_get_default_directory (GNC_PREFS_GROUP);
 }
 
 /*======================================================================*/
@@ -1305,7 +1305,7 @@ csv_import_trans_assistant_file_page_prepare (GtkAssistant *assistant,
 
     /* Set the default directory */
     if (info->starting_dir)
-        gtk_file_chooser_set_current_folder(GTK_FILE_CHOOSER(info->file_chooser), info->starting_dir);
+        gtk_file_chooser_set_current_folder (GTK_FILE_CHOOSER(info->file_chooser), info->starting_dir);
 
     /* Disable the Forward Assistant Button */
     gtk_assistant_set_page_complete (assistant, page, FALSE);
@@ -1319,7 +1319,7 @@ csv_import_trans_assistant_preview_page_prepare (GtkAssistant *assistant,
     CsvImportTrans *info = user_data;
     GtkAdjustment *adj;
 
-    g_signal_connect(G_OBJECT(info->treeview), "size-allocate",
+    g_signal_connect (G_OBJECT(info->treeview), "size-allocate",
                      G_CALLBACK(treeview_resized), (gpointer)info);
 
     if (info->previewing_errors == TRUE)
@@ -1330,35 +1330,35 @@ csv_import_trans_assistant_preview_page_prepare (GtkAssistant *assistant,
         /* Block going back */
         gtk_assistant_commit (GTK_ASSISTANT(info->window));
 
-        gtk_image_get_stock(info->instructions_image, &name, &size);
-        gtk_image_set_from_stock(info->instructions_image, GTK_STOCK_DIALOG_ERROR, size);
-        gtk_label_set_text(info->instructions_label,
+        gtk_image_get_stock (info->instructions_image, &name, &size);
+        gtk_image_set_from_stock (info->instructions_image, GTK_STOCK_DIALOG_ERROR, size);
+        gtk_label_set_text (info->instructions_label,
                            _("The rows displayed below had errors which are in the last column. You can attempt to correct them by changing the configuration."));
-        gtk_widget_show(GTK_WIDGET(info->instructions_image));
-        gtk_widget_show(GTK_WIDGET(info->instructions_label));
+        gtk_widget_show (GTK_WIDGET(info->instructions_image));
+        gtk_widget_show (GTK_WIDGET(info->instructions_label));
 
         /* Set spin buttons not sensative */
         gtk_widget_set_sensitive (info->start_row_spin, FALSE);
         gtk_widget_set_sensitive (info->end_row_spin, FALSE);
 
         /* Set check button label */
-        gtk_label_set_text(GTK_LABEL(info->check_label), _("Skip Errors"));
+        gtk_label_set_text (GTK_LABEL(info->check_label), _("Skip Errors"));
         gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(info->check_butt), FALSE);
     }
 
     /* Load the data into the treeview. */
-    gnc_csv_preview_update_assist(info);
+    gnc_csv_preview_update_assist (info);
 
     /* Set the upper limit of spin button to number of rows */
-    adj = gtk_spin_button_get_adjustment(GTK_SPIN_BUTTON(info->end_row_spin));
-    if (gtk_adjustment_get_upper(adj) != info->num_of_rows)
+    adj = gtk_spin_button_get_adjustment (GTK_SPIN_BUTTON(info->end_row_spin));
+    if (gtk_adjustment_get_upper (adj) != info->num_of_rows)
     {
         gtk_adjustment_set_upper (adj, info->num_of_rows);
         gtk_spin_button_set_value (GTK_SPIN_BUTTON(info->end_row_spin), info->num_of_rows);
     }
 
     /* Update the row selection highlight */
-    row_selection_update(info);
+    row_selection_update (info);
 }
 
 
@@ -1372,24 +1372,24 @@ csv_import_trans_assistant_account_page_prepare (GtkAssistant *assistant,
     gchar *text, *mtext;
     Account * account = NULL;
 
-    if (!preview_settings_valid(info) && (info->approved == FALSE))
+    if (!preview_settings_valid (info) && (info->approved == FALSE))
     {
-        text = g_strdup_printf(gettext ("There are problems with the import settings!\nThe date format could be wrong "
+        text = g_strdup_printf (gettext ("There are problems with the import settings!\nThe date format could be wrong "
                                         "or there are not enough columns set..."));
-        mtext = g_strdup_printf("<span size=\"medium\" color=\"red\"><b>%s</b></span>", text);
-        gtk_label_set_markup(GTK_LABEL(info->account_label), mtext);
-        g_free(mtext);
-        g_free(text);
+        mtext = g_strdup_printf ("<span size=\"medium\" color=\"red\"><b>%s</b></span>", text);
+        gtk_label_set_markup (GTK_LABEL(info->account_label), mtext);
+        g_free (mtext);
+        g_free (text);
 
         gtk_widget_set_sensitive (info->account_page, FALSE);
     }
     else
     {
-        text = g_strdup_printf(gettext ("To Change the account, double click on the required account, click Forward to proceed."));
-        mtext = g_strdup_printf("<span size=\"medium\" color=\"red\"><b>%s</b></span>", text);
-        gtk_label_set_markup(GTK_LABEL(info->account_label), mtext );
-        g_free(mtext);
-        g_free(text);
+        text = g_strdup_printf (gettext ("To Change the account, double click on the required account, click Forward to proceed."));
+        mtext = g_strdup_printf ("<span size=\"medium\" color=\"red\"><b>%s</b></span>", text);
+        gtk_label_set_markup (GTK_LABEL(info->account_label), mtext);
+        g_free (mtext);
+        g_free (text);
 
         gtk_widget_set_sensitive (info->account_page, TRUE);
 
@@ -1423,9 +1423,9 @@ csv_import_trans_assistant_doc_page_prepare (GtkAssistant *assistant,
         /* Add the Cancel button for the matcher */
         info->cancel_button = gtk_button_new_with_mnemonic (_("_Cancel"));
         gtk_assistant_add_action_widget (assistant, info->cancel_button);
-        g_signal_connect(info->cancel_button, "clicked",
+        g_signal_connect (info->cancel_button, "clicked",
                          G_CALLBACK(csv_import_trans_assistant_cancel), info);
-        gtk_widget_show(GTK_WIDGET(info->cancel_button));
+        gtk_widget_show (GTK_WIDGET(info->cancel_button));
     }
 }
 
@@ -1445,16 +1445,16 @@ csv_import_trans_assistant_match_page_prepare (GtkAssistant *assistant,
     /* Before creating transactions, if this is a new book, let user specify
      * book options, since they affect how transactions are created */
     if (info->new_book)
-        info->new_book = gnc_new_book_option_display(info->window);
+        info->new_book = gnc_new_book_option_display (info->window);
 
     /* Create transactions from the parsed data, first time with FALSE
        Subsequent times with TRUE */
     if ( info->match_parse_run == FALSE)
     {
-        gnc_csv_parse_to_trans(info->parse_data, info->account_picker->retAccount, FALSE);
+        gnc_csv_parse_to_trans (info->parse_data, info->account_picker->retAccount, FALSE);
     }
     else
-        gnc_csv_parse_to_trans(info->parse_data, info->account_picker->retAccount, TRUE);
+        gnc_csv_parse_to_trans (info->parse_data, info->account_picker->retAccount, TRUE);
     info->match_parse_run = TRUE;
 
     /* if there are errors, we jump back to preview to correct */
@@ -1469,9 +1469,9 @@ csv_import_trans_assistant_match_page_prepare (GtkAssistant *assistant,
         GList* transactions; /* A list of the transactions we create */
 
         text =  _("Double click on rows to change, then click on Apply to Import");
-        mtext = g_strdup_printf("<span size=\"medium\" color=\"red\"><b>%s</b></span>", text);
-        gtk_label_set_markup(GTK_LABEL(info->match_label), mtext);
-        g_free(mtext);
+        mtext = g_strdup_printf ("<span size=\"medium\" color=\"red\"><b>%s</b></span>", text);
+        gtk_label_set_markup (GTK_LABEL(info->match_label), mtext);
+        g_free (mtext);
 
         if (info->gnc_csv_importer_gui == NULL)
         {
@@ -1481,9 +1481,9 @@ csv_import_trans_assistant_match_page_prepare (GtkAssistant *assistant,
             /* Add the help button for the matcher */
             info->help_button = gtk_button_new_with_mnemonic (_("_Help"));
             gtk_assistant_add_action_widget (assistant, info->help_button);
-            g_signal_connect(info->help_button, "clicked",
+            g_signal_connect (info->help_button, "clicked",
                              G_CALLBACK(on_matcher_help_clicked), info->gnc_csv_importer_gui);
-            gtk_widget_show(GTK_WIDGET(info->help_button));
+            gtk_widget_show (GTK_WIDGET(info->help_button));
 
             /* Get the list of the transactions that were created. */
             transactions = info->parse_data->transactions;
@@ -1491,10 +1491,10 @@ csv_import_trans_assistant_match_page_prepare (GtkAssistant *assistant,
             while (transactions != NULL)
             {
                 GncCsvTransLine* trans_line = transactions->data;
-                gnc_gen_trans_list_add_trans(info->gnc_csv_importer_gui, trans_line->trans);
-                transactions = g_list_next(transactions);
+                gnc_gen_trans_list_add_trans (info->gnc_csv_importer_gui, trans_line->trans);
+                transactions = g_list_next (transactions);
             }
-            g_list_free(transactions);
+            g_list_free (transactions);
         }
     }
     /* Enable the Forward Assistant Button */
@@ -1510,17 +1510,17 @@ csv_import_trans_assistant_summary_page_prepare (GtkAssistant *assistant,
     gchar *text, *mtext;
 
     /* Save the Window size and directory */
-    gnc_set_default_directory(GNC_PREFS_GROUP, info->starting_dir);
+    gnc_set_default_directory (GNC_PREFS_GROUP, info->starting_dir);
 
     /* Remove the added button */
     gtk_assistant_remove_action_widget (assistant, info->help_button);
     gtk_assistant_remove_action_widget (assistant, info->cancel_button);
 
-    text = g_strdup_printf(gettext ("The transactions were imported from the file '%s'."), info->file_name);
-    mtext = g_strdup_printf("<span size=\"medium\"><b>%s</b></span>", text);
-    gtk_label_set_markup(GTK_LABEL(info->summary_label), mtext);
-    g_free(text);
-    g_free(mtext);
+    text = g_strdup_printf (gettext ("The transactions were imported from the file '%s'."), info->file_name);
+    mtext = g_strdup_printf ("<span size=\"medium\"><b>%s</b></span>", text);
+    gtk_label_set_markup (GTK_LABEL(info->summary_label), mtext);
+    g_free (text);
+    g_free (mtext);
 }
 
 
@@ -1528,7 +1528,7 @@ void
 csv_import_trans_assistant_prepare (GtkAssistant *assistant, GtkWidget *page,
                                     gpointer user_data)
 {
-    gint currentpage = gtk_assistant_get_current_page(assistant);
+    gint currentpage = gtk_assistant_get_current_page (assistant);
 
     switch (currentpage)
     {
@@ -1596,9 +1596,9 @@ csv_import_trans_assistant_finish (GtkAssistant *assistant, gpointer user_data)
 
     /* Start the import */
     if (info->parse_data->transactions != NULL)
-        gnc_gen_trans_assist_start(info->gnc_csv_importer_gui);
+        gnc_gen_trans_assist_start (info->gnc_csv_importer_gui);
     else
-        gnc_gen_trans_list_delete(info->gnc_csv_importer_gui);
+        gnc_gen_trans_list_delete (info->gnc_csv_importer_gui);
 }
 
 static void
@@ -1611,7 +1611,7 @@ csv_import_trans_close_handler (gpointer user_data)
 
     /* Free the memory we allocated. */
     if (!(info->parse_data == NULL))
-        gnc_csv_parse_data_free(info->parse_data);
+        gnc_csv_parse_data_free (info->parse_data);
 
     if (!(info->account_picker == NULL))
         info->account_picker = NULL;
@@ -1619,7 +1619,7 @@ csv_import_trans_close_handler (gpointer user_data)
     if (!(info->gnc_csv_importer_gui == NULL))
         info->gnc_csv_importer_gui = NULL;
 
-    gnc_save_window_size(GNC_PREFS_GROUP, GTK_WINDOW(info->window));
+    gnc_save_window_size (GNC_PREFS_GROUP, GTK_WINDOW(info->window));
     gtk_widget_destroy (info->window);
 }
 
@@ -1648,45 +1648,45 @@ csv_import_trans_assistant_create (CsvImportTrans *info)
     load_settings (info);
 
     /* Enable buttons on all page. */
-    gtk_assistant_set_page_complete (GTK_ASSISTANT (window),
-                                     GTK_WIDGET(gtk_builder_get_object(builder, "start_page")),
+    gtk_assistant_set_page_complete (GTK_ASSISTANT(window),
+                                     GTK_WIDGET(gtk_builder_get_object (builder, "start_page")),
                                      TRUE);
-    gtk_assistant_set_page_complete (GTK_ASSISTANT (window),
-                                     GTK_WIDGET(gtk_builder_get_object(builder, "file_page")),
+    gtk_assistant_set_page_complete (GTK_ASSISTANT(window),
+                                     GTK_WIDGET(gtk_builder_get_object (builder, "file_page")),
                                      FALSE);
-    gtk_assistant_set_page_complete (GTK_ASSISTANT (window),
-                                     GTK_WIDGET(gtk_builder_get_object(builder, "preview_page")),
+    gtk_assistant_set_page_complete (GTK_ASSISTANT(window),
+                                     GTK_WIDGET(gtk_builder_get_object (builder, "preview_page")),
                                      TRUE);
-    gtk_assistant_set_page_complete (GTK_ASSISTANT (window),
-                                     GTK_WIDGET(gtk_builder_get_object(builder, "account_page")),
+    gtk_assistant_set_page_complete (GTK_ASSISTANT(window),
+                                     GTK_WIDGET(gtk_builder_get_object (builder, "account_page")),
                                      FALSE);
-    gtk_assistant_set_page_complete (GTK_ASSISTANT (window),
-                                     GTK_WIDGET(gtk_builder_get_object(builder, "doc_page")),
+    gtk_assistant_set_page_complete (GTK_ASSISTANT(window),
+                                     GTK_WIDGET(gtk_builder_get_object (builder, "doc_page")),
                                      TRUE);
-    gtk_assistant_set_page_complete (GTK_ASSISTANT (window),
-                                     GTK_WIDGET(gtk_builder_get_object(builder, "match_page")),
+    gtk_assistant_set_page_complete (GTK_ASSISTANT(window),
+                                     GTK_WIDGET(gtk_builder_get_object (builder, "match_page")),
                                      FALSE);
-    gtk_assistant_set_page_complete (GTK_ASSISTANT (window),
-                                     GTK_WIDGET(gtk_builder_get_object(builder, "summary_page")),
+    gtk_assistant_set_page_complete (GTK_ASSISTANT(window),
+                                     GTK_WIDGET(gtk_builder_get_object (builder, "summary_page")),
                                      TRUE);
 
     /* Start Page */
 
     /* File chooser Page */
     info->file_chooser = gtk_file_chooser_widget_new (GTK_FILE_CHOOSER_ACTION_OPEN);
-    g_signal_connect (G_OBJECT (info->file_chooser), "file-activated",
-                      G_CALLBACK (csv_import_trans_file_chooser_confirm_cb), info);
-    button = gtk_button_new_from_stock(GTK_STOCK_OK);
+    g_signal_connect (G_OBJECT(info->file_chooser), "file-activated",
+                      G_CALLBACK(csv_import_trans_file_chooser_confirm_cb), info);
+    button = gtk_button_new_from_stock (GTK_STOCK_OK);
     gtk_widget_set_size_request (button, 100, -1);
     gtk_widget_show (button);
-    h_box = gtk_hbox_new(TRUE, 0);
-    gtk_box_pack_start(GTK_BOX(h_box), button, FALSE, FALSE, 0);
+    h_box = gtk_hbox_new (TRUE, 0);
+    gtk_box_pack_start (GTK_BOX(h_box), button, FALSE, FALSE, 0);
     gtk_file_chooser_set_extra_widget (GTK_FILE_CHOOSER(info->file_chooser), h_box);
-    g_signal_connect (G_OBJECT (button), "clicked",
-                      G_CALLBACK (csv_import_trans_file_chooser_confirm_cb), info);
+    g_signal_connect (G_OBJECT(button), "clicked",
+                      G_CALLBACK(csv_import_trans_file_chooser_confirm_cb), info);
 
     box = GTK_WIDGET(gtk_builder_get_object(builder, "file_page"));
-    gtk_box_pack_start (GTK_BOX (box), info->file_chooser, TRUE, TRUE, 6);
+    gtk_box_pack_start (GTK_BOX(box), info->file_chooser, TRUE, TRUE, 6);
     gtk_widget_show (info->file_chooser);
 
     /* Preview Settings Page */
@@ -1711,7 +1711,7 @@ csv_import_trans_assistant_create (CsvImportTrans *info)
 
         info->encselector = GO_CHARMAP_SEL(go_charmap_sel_new(GO_CHARMAP_SEL_TO_UTF8));
         /* Connect the selector to the encoding_selected event handler. */
-        g_signal_connect(G_OBJECT(info->encselector), "charmap_changed",
+        g_signal_connect (G_OBJECT(info->encselector), "charmap_changed",
                          G_CALLBACK(encoding_selected), (gpointer)info);
 
         /* Load the separator buttons from the glade builder file into the
@@ -1721,7 +1721,7 @@ csv_import_trans_assistant_create (CsvImportTrans *info)
             info->sep_buttons[i]
                 = (GtkCheckButton*)GTK_WIDGET(gtk_builder_get_object (builder, sep_button_names[i]));
             /* Connect them to the sep_button_clicked event handler. */
-            g_signal_connect(G_OBJECT(info->sep_buttons[i]), "toggled",
+            g_signal_connect (G_OBJECT(info->sep_buttons[i]), "toggled",
                              G_CALLBACK(sep_button_clicked), (gpointer)info);
         }
 
@@ -1729,21 +1729,21 @@ csv_import_trans_assistant_create (CsvImportTrans *info)
          * as the other separator buttons. */
         info->custom_cbutton
             = (GtkCheckButton*)GTK_WIDGET(gtk_builder_get_object (builder, "custom_cbutton"));
-        g_signal_connect(G_OBJECT(info->custom_cbutton), "clicked",
+        g_signal_connect (G_OBJECT(info->custom_cbutton), "clicked",
                          G_CALLBACK(sep_button_clicked), (gpointer)info);
 
         /* Load the entry for the custom separator entry. Connect it to the
          * sep_button_clicked event handler as well. */
         info->custom_entry = (GtkEntry*)GTK_WIDGET(gtk_builder_get_object (builder, "custom_entry"));
-        g_signal_connect(G_OBJECT(info->custom_entry), "changed",
+        g_signal_connect (G_OBJECT(info->custom_entry), "changed",
                          G_CALLBACK(sep_button_clicked), (gpointer)info);
 
         /* Get the table from the Glade builder file. */
         enctable = GTK_TABLE(gtk_builder_get_object (builder, "enctable"));
         /* Put the selector in at the top. */
-        gtk_table_attach_defaults(enctable, GTK_WIDGET(info->encselector), 1, 2, 0, 1);
+        gtk_table_attach_defaults (enctable, GTK_WIDGET(info->encselector), 1, 2, 0, 1);
         /* Show the table in all its glory. */
-        gtk_widget_show_all(GTK_WIDGET(enctable));
+        gtk_widget_show_all (GTK_WIDGET(enctable));
 
         /* The instructions label and image */
         info->instructions_label = GTK_LABEL(gtk_builder_get_object (builder, "instructions_label"));
@@ -1753,36 +1753,36 @@ csv_import_trans_assistant_create (CsvImportTrans *info)
         info->date_format_combo = GTK_COMBO_BOX_TEXT(gtk_combo_box_text_new());
         for (i = 0; i < num_date_formats; i++)
         {
-            gtk_combo_box_text_append_text(info->date_format_combo, _(date_format_user[i]));
+            gtk_combo_box_text_append_text (info->date_format_combo, _(date_format_user[i]));
         }
-        gtk_combo_box_set_active(GTK_COMBO_BOX(info->date_format_combo), 0);
-        g_signal_connect(G_OBJECT(info->date_format_combo), "changed",
+        gtk_combo_box_set_active (GTK_COMBO_BOX(info->date_format_combo), 0);
+        g_signal_connect (G_OBJECT(info->date_format_combo), "changed",
                          G_CALLBACK(date_format_selected), (gpointer)info);
 
         /* Add it to the assistant. */
         date_format_container = GTK_CONTAINER(gtk_builder_get_object (builder, "date_format_container"));
-        gtk_container_add(date_format_container, GTK_WIDGET(info->date_format_combo));
-        gtk_widget_show_all(GTK_WIDGET(date_format_container));
+        gtk_container_add (date_format_container, GTK_WIDGET(info->date_format_combo));
+        gtk_widget_show_all (GTK_WIDGET(date_format_container));
 
         /* Add in the currency format combo box and hook it up to an event handler. */
         info->currency_format_combo = GTK_COMBO_BOX_TEXT(gtk_combo_box_text_new());
         for (i = 0; i < num_currency_formats; i++)
         {
-            gtk_combo_box_text_append_text(info->currency_format_combo, _(currency_format_user[i]));
+            gtk_combo_box_text_append_text (info->currency_format_combo, _(currency_format_user[i]));
         }
         /* Default will the locale */
-        gtk_combo_box_set_active(GTK_COMBO_BOX(info->currency_format_combo), 0);
-        g_signal_connect(G_OBJECT(info->currency_format_combo), "changed",
+        gtk_combo_box_set_active (GTK_COMBO_BOX(info->currency_format_combo), 0);
+        g_signal_connect (G_OBJECT(info->currency_format_combo), "changed",
                          G_CALLBACK(currency_format_selected), (gpointer)info);
 
         /* Add it to the assistant. */
         currency_format_container = GTK_CONTAINER(gtk_builder_get_object (builder, "currency_format_container"));
-        gtk_container_add(currency_format_container, GTK_WIDGET(info->currency_format_combo));
-        gtk_widget_show_all(GTK_WIDGET(currency_format_container));
+        gtk_container_add (currency_format_container, GTK_WIDGET(info->currency_format_combo));
+        gtk_widget_show_all (GTK_WIDGET(currency_format_container));
 
         /* Connect the CSV/Fixed-Width radio button event handler. */
         csv_button = GTK_WIDGET(gtk_builder_get_object (builder, "csv_button"));
-        g_signal_connect(csv_button, "toggled",
+        g_signal_connect (csv_button, "toggled",
                          G_CALLBACK(separated_or_fixed_selected), (gpointer)info);
 
         /* Load the data treeview and connect it to its resizing event handler. */
@@ -1802,7 +1802,7 @@ csv_import_trans_assistant_create (CsvImportTrans *info)
     /* Account page */
     /* Initialise the Account Picker and add to the Assistant */
     info->account_page  = GTK_WIDGET(gtk_builder_get_object (builder, "account_page"));
-    info->account_picker = gnc_import_account_assist_setup(info->account_page);
+    info->account_picker = gnc_import_account_assist_setup (info->account_page);
     info->account_label = GTK_WIDGET(gtk_builder_get_object (builder, "account_label"));
 
     /* Matcher page */
@@ -1817,8 +1817,8 @@ csv_import_trans_assistant_create (CsvImportTrans *info)
 
     gnc_restore_window_size (GNC_PREFS_GROUP, GTK_WINDOW(info->window));
 
-    gtk_builder_connect_signals(builder, info);
-    g_object_unref(G_OBJECT(builder));
+    gtk_builder_connect_signals (builder, info);
+    g_object_unref (G_OBJECT(builder));
     return window;
 }
 
diff --git a/src/import-export/csv-imp/csv-account-import.c b/src/import-export/csv-imp/csv-account-import.c
index 58e62d4..1d200ef 100644
--- a/src/import-export/csv-imp/csv-account-import.c
+++ b/src/import-export/csv-imp/csv-account-import.c
@@ -68,7 +68,7 @@ static QofLogModule log_module = GNC_MOD_ASSISTANT;
  *******************************************************/
 csv_import_result
 csv_import_read_file (const gchar *filename, const gchar *parser_regexp,
-                      GtkListStore *store, guint max_rows )
+                      GtkListStore *store, guint max_rows)
 {
     FILE       *f;
     char       *line;
@@ -232,14 +232,14 @@ csv_account_import (CsvImportInfo *info)
 
     ENTER("");
     book = gnc_get_current_book();
-    root = gnc_book_get_root_account(book);
+    root = gnc_book_get_root_account (book);
 
     info->num_new = 0;
     info->num_updates = 0;
 
     /* Move to the first valid entry in store */
     row = info->header_rows;
-    valid = gtk_tree_model_iter_nth_child(GTK_TREE_MODEL(info->store), &iter, NULL, row );
+    valid = gtk_tree_model_iter_nth_child (GTK_TREE_MODEL(info->store), &iter, NULL, row );
     while (valid)
     {
         /* Walk through the list, reading each row */
@@ -258,13 +258,13 @@ csv_account_import (CsvImportInfo *info)
                             PLACE_HOLDER, &place_holder, -1);
 
         /* See if we can find the account by full name */
-        acc = gnc_account_lookup_by_full_name(root, full_name);
+        acc = gnc_account_lookup_by_full_name (root, full_name);
 
         DEBUG("Row is %u and full name is %s", row, full_name);
         if (acc == NULL)
         {
             /* Account does not exist, Lets try and add it */
-            if (g_strrstr(full_name, name) != NULL)
+            if (g_strrstr (full_name, name) != NULL)
             {
                 gint string_position;
                 gnc_commodity *commodity;
@@ -272,21 +272,21 @@ csv_account_import (CsvImportInfo *info)
                 gchar *full_parent;
 
                 /* Get full name of parent account, allow for separator */
-                string_position = strlen(full_name) - strlen(name) - 1;
+                string_position = strlen (full_name) - strlen (name) - 1;
 
                 if (string_position == -1)
-                    full_parent = g_strdup(full_name);
+                    full_parent = g_strdup (full_name);
                 else
-                    full_parent = g_strndup(full_name, string_position);
+                    full_parent = g_strndup (full_name, string_position);
 
-                parent = gnc_account_lookup_by_full_name(root, full_parent);
+                parent = gnc_account_lookup_by_full_name (root, full_parent);
                 g_free (full_parent);
 
                 if (parent == NULL && string_position != -1)
                 {
-                    gchar *text = g_strdup_printf( gettext("Row %u, path to account %s not found, added as top level\n"), row + 1, name );
-                    info->error = g_strconcat(info->error, text, NULL);
-                    g_free(text);
+                    gchar *text = g_strdup_printf (gettext("Row %u, path to account %s not found, added as top level\n"), row + 1, name);
+                    info->error = g_strconcat (info->error, text, NULL);
+                    g_free (text);
                     PINFO("Unable to import Row %u for account %s, path not found!", row, name);
                 }
 
@@ -295,7 +295,7 @@ csv_account_import (CsvImportInfo *info)
 
                 /* Do we have a valid commodity */
                 table = gnc_commodity_table_get_table (book);
-                commodity = gnc_commodity_table_lookup( table, commodityn, commoditym);
+                commodity = gnc_commodity_table_lookup (table, commodityn, commoditym);
 
                 if (commodity)
                 {
@@ -305,27 +305,27 @@ csv_account_import (CsvImportInfo *info)
                     acc = xaccMallocAccount (book);
                     xaccAccountBeginEdit (acc);
                     xaccAccountSetName (acc, name);
-                    xaccAccountSetType(acc, xaccAccountStringToEnum (type));
+                    xaccAccountSetType (acc, xaccAccountStringToEnum (type));
 
-                    if (!g_strcmp0(notes, "") == 0)
+                    if (!g_strcmp0 (notes, "") == 0)
                         xaccAccountSetNotes (acc, notes);
-                    if (!g_strcmp0(description, "") == 0)
+                    if (!g_strcmp0 (description, "") == 0)
                         xaccAccountSetDescription (acc, description);
-                    if (!g_strcmp0(code, "") == 0)
+                    if (!g_strcmp0 (code, "") == 0)
                         xaccAccountSetCode (acc, code);
 
-                    if (!g_strcmp0(color, "") == 0)
+                    if (!g_strcmp0 (color, "") == 0)
                     {
-                        if (gdk_color_parse(color, &testcolor))
+                        if (gdk_color_parse (color, &testcolor))
                             xaccAccountSetColor (acc, color);
                     }
 
-                    if (g_strcmp0(hidden, "T") == 0)
+                    if (g_strcmp0 (hidden, "T") == 0)
                         xaccAccountSetHidden (acc, TRUE);
-                    if (g_strcmp0(place_holder, "T") == 0)
+                    if (g_strcmp0 (place_holder, "T") == 0)
                         xaccAccountSetPlaceholder (acc, TRUE);
 
-                    xaccAccountSetCommodity(acc, commodity);
+                    xaccAccountSetCommodity (acc, commodity);
                     xaccAccountBeginEdit (parent);
                     gnc_account_append_child (parent, acc);
                     xaccAccountCommitEdit (parent);
@@ -334,18 +334,18 @@ csv_account_import (CsvImportInfo *info)
                 }
                 else
                 {
-                    gchar *err_string = g_strdup_printf( gettext("Row %u, commodity %s / %s not found\n"), row + 1,
+                    gchar *err_string = g_strdup_printf (gettext("Row %u, commodity %s / %s not found\n"), row + 1,
                                                          commoditym, commodityn);
-                    info->error = g_strconcat(info->error, err_string, NULL);
-                    g_free(err_string);
+                    info->error = g_strconcat (info->error, err_string, NULL);
+                    g_free (err_string);
                     PINFO("Unable to import Row %u for account %s, commodity!", row, full_name);
                 }
             }
             else
             {
-                gchar *err_string = g_strdup_printf( gettext("Row %u, account %s not in %s\n"), row + 1, name, full_name);
-                info->error = g_strconcat(info->error, err_string, NULL);
-                g_free(err_string);
+                gchar *err_string = g_strdup_printf (gettext("Row %u, account %s not in %s\n"), row + 1, name, full_name);
+                info->error = g_strconcat (info->error, err_string, NULL);
+                g_free (err_string);
                 PINFO("Unable to import Row %u for account %s, name!", row, full_name);
             }
         }
@@ -354,19 +354,19 @@ csv_account_import (CsvImportInfo *info)
             /* Lets try and update the color, notes, description, code entries */
             DEBUG("Existing account, will try and update account %s", full_name);
             info->num_updates = info->num_updates + 1;
-            if (!g_strcmp0(color, "") == 0)
+            if (!g_strcmp0 (color, "") == 0)
             {
-                if (gdk_color_parse(color, &testcolor))
+                if (gdk_color_parse (color, &testcolor))
                     xaccAccountSetColor (acc, color);
             }
 
-            if (!g_strcmp0(notes, "") == 0)
+            if (!g_strcmp0 (notes, "") == 0)
                 xaccAccountSetNotes (acc, notes);
 
-            if (!g_strcmp0(description, "") == 0)
+            if (!g_strcmp0 (description, "") == 0)
                 xaccAccountSetDescription (acc, description);
 
-            if (!g_strcmp0(code, "") == 0)
+            if (!g_strcmp0 (code, "") == 0)
                 xaccAccountSetCode (acc, code);
         }
         valid = gtk_tree_model_iter_next (GTK_TREE_MODEL (info->store), &iter);
diff --git a/src/import-export/csv-imp/csv-account-import.h b/src/import-export/csv-imp/csv-account-import.h
index 00cdee1..4ef09fc 100644
--- a/src/import-export/csv-imp/csv-account-import.h
+++ b/src/import-export/csv-imp/csv-account-import.h
@@ -44,7 +44,7 @@ typedef enum _csv_import_result csv_import_result;
 csv_import_result
 csv_import_read_file (const gchar *filename, const gchar *parser_regexp, GtkListStore *store, guint max_rows );
 
-void csv_account_import(CsvImportInfo *info);
+void csv_account_import (CsvImportInfo *info);
 
 #endif /* CSV_ACCOUNT_IMPORT_H */
 
diff --git a/src/import-export/csv-imp/gnc-csv-model.c b/src/import-export/csv-imp/gnc-csv-model.c
index 3bc5da2..41a4ab6 100644
--- a/src/import-export/csv-imp/gnc-csv-model.c
+++ b/src/import-export/csv-imp/gnc-csv-model.c
@@ -55,11 +55,11 @@ gchar* gnc_csv_column_type_strs[GNC_CSV_NUM_COL_TYPES] = {N_("None"),
 /** A set of sensible defaults for parsing CSV files.
  * @return StfParseOptions_t* for parsing a file with comma separators
  */
-static StfParseOptions_t* default_parse_options(void)
+static StfParseOptions_t* default_parse_options (void)
 {
     StfParseOptions_t* options = stf_parse_options_new();
-    stf_parse_options_set_type(options, PARSE_TYPE_CSV);
-    stf_parse_options_csv_set_separators(options, ",", NULL);
+    stf_parse_options_set_type (options, PARSE_TYPE_CSV);
+    stf_parse_options_csv_set_separators (options, ",", NULL);
     return options;
 }
 
@@ -70,7 +70,7 @@ static StfParseOptions_t* default_parse_options(void)
  * @param format An index specifying a format in date_format_user
  * @return The parsed value of date_str on success or -1 on failure
  */
-static time64 parse_date_with_year(const char* date_str, int format)
+static time64 parse_date_with_year (const char* date_str, int format)
 {
     time64 rawtime; /* The integer time */
     struct tm retvalue, test_retvalue; /* The time in a broken-down structure */
@@ -90,9 +90,9 @@ static time64 parse_date_with_year(const char* date_str, int format)
     const char* regex = "^ *([0-9]+) *[-/.'] *([0-9]+) *[-/.'] *([0-9]+).*$|^ *([0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]).*$";
 
     /* We get our matches using the regular expression. */
-    regcomp(&preg, regex, REG_EXTENDED);
-    regexec(&preg, date_str, 4, pmatch, 0);
-    regfree(&preg);
+    regcomp (&preg, regex, REG_EXTENDED);
+    regexec (&preg, date_str, 4, pmatch, 0);
+    regfree (&preg);
 
     /* If there wasn't a match, there was an error. */
     if (pmatch[0].rm_eo == 0)
@@ -148,7 +148,7 @@ static time64 parse_date_with_year(const char* date_str, int format)
             /* Copy the matching substring into date_segment so that we can
              * convert it into an integer. */
             mem_length = pmatch[j].rm_eo - pmatch[j].rm_so;
-            memcpy(date_segment, date_str + pmatch[j].rm_so, mem_length);
+            memcpy (date_segment, date_str + pmatch[j].rm_so, mem_length);
             date_segment[mem_length] = '\0';
 
             /* Set the appropriate member of retvalue. Save the original
@@ -157,7 +157,7 @@ static time64 parse_date_with_year(const char* date_str, int format)
             switch (segment_type)
             {
             case 'y':
-                retvalue.tm_year = atoi(date_segment);
+                retvalue.tm_year = atoi (date_segment);
 
                 /* Handle two-digit years. */
                 if (retvalue.tm_year < 100)
@@ -172,11 +172,11 @@ static time64 parse_date_with_year(const char* date_str, int format)
                 break;
 
             case 'm':
-                orig_month = retvalue.tm_mon = atoi(date_segment) - 1;
+                orig_month = retvalue.tm_mon = atoi (date_segment) - 1;
                 break;
 
             case 'd':
-                orig_day = retvalue.tm_mday = atoi(date_segment);
+                orig_day = retvalue.tm_mday = atoi (date_segment);
                 break;
             }
             j++;
@@ -211,7 +211,7 @@ static time64 parse_date_with_year(const char* date_str, int format)
  * @param format An index specifying a format in date_format_user
  * @return The parsed value of date_str on success or -1 on failure
  */
-static time64 parse_date_without_year(const char* date_str, int format)
+static time64 parse_date_without_year (const char* date_str, int format)
 {
     time64 rawtime; /* The integer time */
     struct tm retvalue, test_retvalue; /* The time in a broken-down structure */
@@ -231,9 +231,9 @@ static time64 parse_date_without_year(const char* date_str, int format)
     const char* regex = "^ *([0-9]+) *[-/.'] *([0-9]+).*$";
 
     /* We get our matches using the regular expression. */
-    regcomp(&preg, regex, REG_EXTENDED);
-    regexec(&preg, date_str, 3, pmatch, 0);
-    regfree(&preg);
+    regcomp (&preg, regex, REG_EXTENDED);
+    regexec (&preg, date_str, 3, pmatch, 0);
+    regfree (&preg);
 
     /* If there wasn't a match, there was an error. */
     if (pmatch[0].rm_eo == 0)
@@ -259,7 +259,7 @@ static time64 parse_date_without_year(const char* date_str, int format)
             /* Copy the matching substring into date_segment so that we can
              * convert it into an integer. */
             mem_length = pmatch[j].rm_eo - pmatch[j].rm_so;
-            date_segment = g_new(gchar, mem_length);
+            date_segment = g_new (gchar, mem_length);
             memcpy(date_segment, date_str + pmatch[j].rm_so, mem_length);
             date_segment[mem_length] = '\0';
 
@@ -269,14 +269,14 @@ static time64 parse_date_without_year(const char* date_str, int format)
             switch (segment_type)
             {
             case 'm':
-                orig_month = retvalue.tm_mon = atoi(date_segment) - 1;
+                orig_month = retvalue.tm_mon = atoi (date_segment) - 1;
                 break;
 
             case 'd':
-                orig_day = retvalue.tm_mday = atoi(date_segment);
+                orig_day = retvalue.tm_mday = atoi (date_segment);
                 break;
             }
-            g_free(date_segment);
+            g_free (date_segment);
             j++;
         }
     }
@@ -310,18 +310,18 @@ static time64 parse_date_without_year(const char* date_str, int format)
  * @param format An index specifying a format in date_format_user
  * @return The parsed value of date_str on success or -1 on failure
  */
-time64 parse_date(const char* date_str, int format)
+time64 parse_date (const char* date_str, int format)
 {
-    if (strchr(date_format_user[format], 'y'))
-        return parse_date_with_year(date_str, format);
+    if (strchr (date_format_user[format], 'y'))
+        return parse_date_with_year (date_str, format);
     else
-        return parse_date_without_year(date_str, format);
+        return parse_date_without_year (date_str, format);
 }
 
 /** Constructor for GncCsvParseData.
  * @return Pointer to a new GncCSvParseData
  */
-GncCsvParseData* gnc_csv_new_parse_data(void)
+GncCsvParseData* gnc_csv_new_parse_data (void)
 {
     GncCsvParseData* parse_data = g_new(GncCsvParseData, 1);
     parse_data->encoding = "UTF-8";
@@ -346,32 +346,32 @@ GncCsvParseData* gnc_csv_new_parse_data(void)
 /** Destructor for GncCsvParseData.
  * @param parse_data Parse data whose memory will be freed
  */
-void gnc_csv_parse_data_free(GncCsvParseData* parse_data)
+void gnc_csv_parse_data_free (GncCsvParseData* parse_data)
 {
     /* All non-NULL pointers have been initialized and must be freed. */
 
     if (parse_data->raw_mapping != NULL)
     {
-        g_mapped_file_unref(parse_data->raw_mapping);
+        g_mapped_file_unref (parse_data->raw_mapping);
     }
 
     if (parse_data->file_str.begin != NULL)
-        g_free(parse_data->file_str.begin);
+        g_free (parse_data->file_str.begin);
 
     if (parse_data->orig_lines != NULL)
-        stf_parse_general_free(parse_data->orig_lines);
+        stf_parse_general_free (parse_data->orig_lines);
 
     if (parse_data->orig_row_lengths != NULL)
-        g_array_free(parse_data->orig_row_lengths, FALSE);
+        g_array_free (parse_data->orig_row_lengths, FALSE);
 
     if (parse_data->options != NULL)
-        stf_parse_options_free(parse_data->options);
+        stf_parse_options_free (parse_data->options);
 
     if (parse_data->column_types != NULL)
-        g_array_free(parse_data->column_types, TRUE);
+        g_array_free (parse_data->column_types, TRUE);
 
     if (parse_data->error_lines != NULL)
-        g_list_free(parse_data->error_lines);
+        g_list_free (parse_data->error_lines);
 
     if (parse_data->transactions != NULL)
     {
@@ -380,15 +380,15 @@ void gnc_csv_parse_data_free(GncCsvParseData* parse_data)
          * the list before freeing the entire list. */
         do
         {
-            g_free(transactions->data);
-            transactions = g_list_next(transactions);
+            g_free (transactions->data);
+            transactions = g_list_next (transactions);
         }
         while (transactions != NULL);
-        g_list_free(parse_data->transactions);
+        g_list_free (parse_data->transactions);
     }
 
-    g_free(parse_data->chunk);
-    g_free(parse_data);
+    g_free (parse_data->chunk);
+    g_free (parse_data);
 }
 
 /** Converts raw file data using a new encoding. This function must be
@@ -399,7 +399,7 @@ void gnc_csv_parse_data_free(GncCsvParseData* parse_data)
  * @param error Will point to an error on failure
  * @return 0 on success, 1 on failure
  */
-int gnc_csv_convert_encoding(GncCsvParseData* parse_data, const char* encoding,
+int gnc_csv_convert_encoding (GncCsvParseData* parse_data, const char* encoding,
                              GError** error)
 {
     gsize bytes_read, bytes_written;
@@ -412,7 +412,7 @@ int gnc_csv_convert_encoding(GncCsvParseData* parse_data, const char* encoding,
         g_free(parse_data->file_str.begin);
 
     /* Do the actual translation to UTF-8. */
-    parse_data->file_str.begin = g_convert(parse_data->raw_str.begin,
+    parse_data->file_str.begin = g_convert (parse_data->raw_str.begin,
                                            parse_data->raw_str.end - parse_data->raw_str.begin,
                                            "UTF-8", encoding, &bytes_read, &bytes_written,
                                            error);
@@ -439,43 +439,43 @@ int gnc_csv_convert_encoding(GncCsvParseData* parse_data, const char* encoding,
  * @param error Will contain an error if there is a failure
  * @return 0 on success, 1 on failure
  */
-int gnc_csv_load_file(GncCsvParseData* parse_data, const char* filename,
+int gnc_csv_load_file (GncCsvParseData* parse_data, const char* filename,
                       GError** error)
 {
     const char* guess_enc = NULL;
 
     /* Get the raw data first and handle an error if one occurs. */
-    parse_data->raw_mapping = g_mapped_file_new(filename, FALSE, error);
+    parse_data->raw_mapping = g_mapped_file_new (filename, FALSE, error);
     if (parse_data->raw_mapping == NULL)
     {
         /* TODO Handle file opening errors more specifically,
          * e.g. inexistent file versus no read permission. */
         parse_data->raw_str.begin = NULL;
         g_clear_error (error);
-        g_set_error(error, 0, GNC_CSV_FILE_OPEN_ERR, "%s", _("File opening failed."));
+        g_set_error (error, 0, GNC_CSV_FILE_OPEN_ERR, "%s", _("File opening failed."));
         return 1;
     }
 
     /* Copy the mapping's contents into parse-data->raw_str. */
-    parse_data->raw_str.begin = g_mapped_file_get_contents(parse_data->raw_mapping);
-    parse_data->raw_str.end = parse_data->raw_str.begin + g_mapped_file_get_length(parse_data->raw_mapping);
+    parse_data->raw_str.begin = g_mapped_file_get_contents (parse_data->raw_mapping);
+    parse_data->raw_str.end = parse_data->raw_str.begin + g_mapped_file_get_length (parse_data->raw_mapping);
 
     /* Make a guess at the encoding of the data. */
-    if (!g_mapped_file_get_length(parse_data->raw_mapping) == 0)
-        guess_enc = go_guess_encoding((const char*)(parse_data->raw_str.begin),
+    if (!g_mapped_file_get_length (parse_data->raw_mapping) == 0)
+        guess_enc = go_guess_encoding ((const char*)(parse_data->raw_str.begin),
                                       (size_t)(parse_data->raw_str.end - parse_data->raw_str.begin),
                                       "UTF-8", NULL);
     if (guess_enc == NULL)
     {
-        g_set_error(error, 0, GNC_CSV_ENCODING_ERR, "%s", _("Unknown encoding."));
+        g_set_error (error, 0, GNC_CSV_ENCODING_ERR, "%s", _("Unknown encoding."));
         return 1;
     }
     /* Convert using the guessed encoding into parse_data->file_str and
      * handle any errors that occur. */
-    gnc_csv_convert_encoding(parse_data, guess_enc, error);
+    gnc_csv_convert_encoding (parse_data, guess_enc, error);
     if (parse_data->file_str.begin == NULL)
     {
-        g_set_error(error, 0, GNC_CSV_ENCODING_ERR, "%s", _("Unknown encoding."));
+        g_set_error (error, 0, GNC_CSV_ENCODING_ERR, "%s", _("Unknown encoding."));
         return 1;
     }
     else
@@ -494,21 +494,21 @@ int gnc_csv_load_file(GncCsvParseData* parse_data, const char* filename,
  * @param error Will contain an error if there is a failure
  * @return 0 on success, 1 on failure
  */
-int gnc_csv_parse(GncCsvParseData* parse_data, gboolean guessColTypes, GError** error)
+int gnc_csv_parse (GncCsvParseData* parse_data, gboolean guessColTypes, GError** error)
 {
     /* max_cols is the number of columns in the row with the most columns. */
     int i, max_cols = 0;
 
     if (parse_data->orig_lines != NULL)
     {
-        stf_parse_general_free(parse_data->orig_lines);
+        stf_parse_general_free (parse_data->orig_lines);
     }
 
     /* If everything is fine ... */
     if (parse_data->file_str.begin != NULL)
     {
         /* Do the actual parsing. */
-        parse_data->orig_lines = stf_parse_general(parse_data->options, parse_data->chunk,
+        parse_data->orig_lines = stf_parse_general (parse_data->options, parse_data->chunk,
                                  parse_data->file_str.begin,
                                  parse_data->file_str.end);
     }
@@ -520,12 +520,12 @@ int gnc_csv_parse(GncCsvParseData* parse_data, gboolean guessColTypes, GError**
 
     /* Record the original row lengths of parse_data->orig_lines. */
     if (parse_data->orig_row_lengths != NULL)
-        g_array_free(parse_data->orig_row_lengths, FALSE);
+        g_array_free (parse_data->orig_row_lengths, FALSE);
 
     parse_data->orig_row_lengths =
-        g_array_sized_new(FALSE, FALSE, sizeof(int), parse_data->orig_lines->len);
+        g_array_sized_new (FALSE, FALSE, sizeof(int), parse_data->orig_lines->len);
 
-    g_array_set_size(parse_data->orig_row_lengths, parse_data->orig_lines->len);
+    g_array_set_size (parse_data->orig_row_lengths, parse_data->orig_lines->len);
     parse_data->orig_max_row = 0;
     for (i = 0; i < parse_data->orig_lines->len; i++)
     {
@@ -538,7 +538,7 @@ int gnc_csv_parse(GncCsvParseData* parse_data, gboolean guessColTypes, GError**
     /* If it failed, generate an error. */
     if (parse_data->orig_lines == NULL)
     {
-        g_set_error(error, 0, 0, "Parsing failed.");
+        g_set_error (error, 0, 0, "Parsing failed.");
         return 1;
     }
 
@@ -553,13 +553,13 @@ int gnc_csv_parse(GncCsvParseData* parse_data, gboolean guessColTypes, GError**
     {
         /* Free parse_data->column_types if it's already been created. */
         if (parse_data->column_types != NULL)
-            g_array_free(parse_data->column_types, TRUE);
+            g_array_free (parse_data->column_types, TRUE);
 
         /* Create parse_data->column_types and fill it with guesses based
          * on the contents of each column. */
-        parse_data->column_types = g_array_sized_new(FALSE, FALSE, sizeof(int),
+        parse_data->column_types = g_array_sized_new (FALSE, FALSE, sizeof(int),
                                    max_cols);
-        g_array_set_size(parse_data->column_types, max_cols);
+        g_array_set_size (parse_data->column_types, max_cols);
         /* TODO Make it actually guess. */
         for (i = 0; i < parse_data->column_types->len; i++)
         {
@@ -574,7 +574,7 @@ int gnc_csv_parse(GncCsvParseData* parse_data, gboolean guessColTypes, GError**
          * parse_data->column_types should have already been
          * initialized, so we don't check for it being NULL. */
         int i = parse_data->column_types->len;
-        g_array_set_size(parse_data->column_types, max_cols);
+        g_array_set_size (parse_data->column_types, max_cols);
         for (; i < parse_data->column_types->len; i++)
         {
             parse_data->column_types->data[i] = GNC_CSV_NONE;
@@ -605,9 +605,9 @@ typedef struct
 /** Constructor for TransProperty.
  * @param type The type of the new property (see TransProperty.type for possible values)
  */
-static TransProperty* trans_property_new(int type, TransPropertyList* list)
+static TransProperty* trans_property_new (int type, TransPropertyList* list)
 {
-    TransProperty* prop = g_new(TransProperty, 1);
+    TransProperty* prop = g_new (TransProperty, 1);
     prop->type = type;
     prop->list = list;
     prop->value = NULL;
@@ -617,7 +617,7 @@ static TransProperty* trans_property_new(int type, TransPropertyList* list)
 /** Destructor for TransProperty.
  * @param prop The property to be freed
  */
-static void trans_property_free(TransProperty* prop)
+static void trans_property_free (TransProperty* prop)
 {
     switch (prop->type)
     {
@@ -632,7 +632,7 @@ static void trans_property_free(TransProperty* prop)
             g_free(prop->value);
         break;
     }
-    g_free(prop);
+    g_free (prop);
 }
 
 /** Sets the value of the property by parsing str. Note: this should
@@ -642,7 +642,7 @@ static void trans_property_free(TransProperty* prop)
  * @param str The string to be parsed
  * @return TRUE on success, FALSE on failure
  */
-static gboolean trans_property_set(TransProperty* prop, char* str)
+static gboolean trans_property_set (TransProperty* prop, char* str)
 {
     char *endptr, *possible_currency_symbol, *str_dupe;
     gnc_numeric val;
@@ -656,37 +656,37 @@ static gboolean trans_property_set(TransProperty* prop, char* str)
     case GNC_CSV_DESCRIPTION:
     case GNC_CSV_NOTES:
     case GNC_CSV_NUM:
-        prop->value = g_strdup(str);
+        prop->value = g_strdup (str);
         return TRUE;
 
     case GNC_CSV_BALANCE:
     case GNC_CSV_DEPOSIT:
     case GNC_CSV_WITHDRAWAL:
-        str_dupe = g_strdup(str); /* First, we make a copy so we can't mess up real data. */
+        str_dupe = g_strdup (str); /* First, we make a copy so we can't mess up real data. */
         /* If a cell is empty make its value = 0.0 */
-        if ( strcmp(str_dupe, "") == 0)
+        if (strcmp (str_dupe, "") == 0)
         { 
-            g_free(str_dupe);
-            str_dupe = g_strdup("0.0");
+            g_free (str_dupe);
+            str_dupe = g_strdup ("0.0");
         }
         /* Go through str_dupe looking for currency symbols. */
         for (possible_currency_symbol = str_dupe; *possible_currency_symbol;
-                possible_currency_symbol = g_utf8_next_char(possible_currency_symbol))
+                possible_currency_symbol = g_utf8_next_char (possible_currency_symbol))
         {
-            if (g_unichar_type(g_utf8_get_char(possible_currency_symbol)) == G_UNICODE_CURRENCY_SYMBOL)
+            if (g_unichar_type (g_utf8_get_char (possible_currency_symbol)) == G_UNICODE_CURRENCY_SYMBOL)
             {
                 /* If we find a currency symbol, save the position just ahead
                  * of the currency symbol (next_symbol), and find the null
                  * terminator of the string (last_symbol). */
-                char *next_symbol = g_utf8_next_char(possible_currency_symbol), *last_symbol = next_symbol;
+                char *next_symbol = g_utf8_next_char (possible_currency_symbol), *last_symbol = next_symbol;
                 while (*last_symbol)
-                    last_symbol = g_utf8_next_char(last_symbol);
+                    last_symbol = g_utf8_next_char (last_symbol);
 
                 /* Move all of the string (including the null byte, which is
                  * why we have +1 in the size parameter) following the
                  * currency symbol back one character, thereby overwriting the
                  * currency symbol. */
-                memmove(possible_currency_symbol, next_symbol, last_symbol - next_symbol + 1);
+                memmove (possible_currency_symbol, next_symbol, last_symbol - next_symbol + 1);
                 break;
             }
         }
@@ -696,33 +696,33 @@ static gboolean trans_property_set(TransProperty* prop, char* str)
         {
         case 0:
             /* Currancy locale */
-            if (!(xaccParseAmount(str_dupe, TRUE, &val, &endptr)))
+            if (!(xaccParseAmount (str_dupe, TRUE, &val, &endptr)))
             {
-                g_free(str_dupe);
+                g_free (str_dupe);
                 return FALSE;
             }
             break;
         case 1:
             /* Currancy decimal period */
-            if (!(xaccParseAmountExtended(str_dupe, TRUE, '-', '.', ',', "\003\003", "$+", &val, &endptr)))
+            if (!(xaccParseAmountExtended (str_dupe, TRUE, '-', '.', ',', "\003\003", "$+", &val, &endptr)))
             {
-                g_free(str_dupe);
+                g_free (str_dupe);
                 return FALSE;
             }
             break;
         case 2:
             /* Currancy decimal comma */
-            if (!(xaccParseAmountExtended(str_dupe, TRUE, '-', ',', '.', "\003\003", "$+", &val, &endptr)))
+            if (!(xaccParseAmountExtended (str_dupe, TRUE, '-', ',', '.', "\003\003", "$+", &val, &endptr)))
             {
-                g_free(str_dupe);
+                g_free (str_dupe);
                 return FALSE;
             }
             break;
         }
 
-        prop->value = g_new(gnc_numeric, 1);
+        prop->value = g_new (gnc_numeric, 1);
         *((gnc_numeric*)(prop->value)) = val;
-        g_free(str_dupe);
+        g_free (str_dupe);
         return TRUE;
 
     }
@@ -734,9 +734,9 @@ static gboolean trans_property_set(TransProperty* prop, char* str)
  * @param date_format An index from date_format_user for how date properties should be parsed
  * @return A pointer to a new TransPropertyList
  */
-static TransPropertyList* trans_property_list_new(Account* account, int date_format, int currency_format)
+static TransPropertyList* trans_property_list_new (Account* account, int date_format, int currency_format)
 {
-    TransPropertyList* list = g_new(TransPropertyList, 1);
+    TransPropertyList* list = g_new (TransPropertyList, 1);
     list->account = account;
     list->date_format = date_format;
     list->currency_format = currency_format;
@@ -747,17 +747,17 @@ static TransPropertyList* trans_property_list_new(Account* account, int date_for
 /** Destructor for TransPropertyList.
  * @param list The list to be freed
  */
-static void trans_property_list_free(TransPropertyList* list)
+static void trans_property_list_free (TransPropertyList* list)
 {
     /* Free all of the properties in this list before freeeing the list itself. */
     GList* properties_begin = list->properties;
     while (list->properties != NULL)
     {
-        trans_property_free((TransProperty*)(list->properties->data));
-        list->properties = g_list_next(list->properties);
+        trans_property_free ((TransProperty*)(list->properties->data));
+        list->properties = g_list_next (list->properties);
     }
-    g_list_free(properties_begin);
-    g_free(list);
+    g_list_free (properties_begin);
+    g_free (list);
 }
 
 /** Adds a property to the list it's linked with.
@@ -765,9 +765,9 @@ static void trans_property_list_free(TransPropertyList* list)
  * associated with a list when it's constructed.)
  * @param property The property to be added to its list
  */
-static void trans_property_list_add(TransProperty* property)
+static void trans_property_list_add (TransProperty* property)
 {
-    property->list->properties = g_list_append(property->list->properties, property);
+    property->list->properties = g_list_append (property->list->properties, property);
 }
 
 /** Adds a split to a transaction.
@@ -776,16 +776,16 @@ static void trans_property_list_add(TransProperty* property)
  * @param book The book where the split should be stored
  * @param amount The amount of the split
  */
-static void trans_add_split(Transaction* trans, Account* account, QofBook* book,
+static void trans_add_split (Transaction* trans, Account* account, QofBook* book,
                             gnc_numeric amount, const char *num)
 {
-    Split* split = xaccMallocSplit(book);
-    xaccSplitSetAccount(split, account);
-    xaccSplitSetParent(split, trans);
-    xaccSplitSetAmount(split, amount);
-    xaccSplitSetValue(split, amount);
+    Split* split = xaccMallocSplit (book);
+    xaccSplitSetAccount (split, account);
+    xaccSplitSetParent (split, trans);
+    xaccSplitSetAmount (split, amount);
+    xaccSplitSetValue (split, amount);
     /* set tran-num and/or split-action per book option */
-    gnc_set_num_action(trans, split, num, NULL);
+    gnc_set_num_action (trans, split, num, NULL);
 }
 
 /** Tests a TransPropertyList for having enough essential properties.
@@ -795,7 +795,7 @@ static void trans_add_split(Transaction* trans, Account* account, QofBook* book,
  * @param error Contains an error message on failure
  * @return TRUE if there are enough essentials; FALSE otherwise
  */
-static gboolean trans_property_list_verify_essentials(TransPropertyList* list, gchar** error)
+static gboolean trans_property_list_verify_essentials (TransPropertyList* list, gchar** error)
 {
     int i;
     /* possible_errors lists the ways in which a list can fail this test. */
@@ -823,7 +823,7 @@ static gboolean trans_property_list_verify_essentials(TransPropertyList* list, g
             possible_errors[NO_AMOUNT] = NULL;
             break;
         }
-        list->properties = g_list_next(list->properties);
+        list->properties = g_list_next (list->properties);
     }
     list->properties = properties_begin;
 
@@ -832,10 +832,10 @@ static gboolean trans_property_list_verify_essentials(TransPropertyList* list, g
     {
         if (possible_errors[i] != NULL)
         {
-            errors_list = g_list_append(errors_list, GINT_TO_POINTER(i));
+            errors_list = g_list_append (errors_list, GINT_TO_POINTER(i));
             /* Since we added an error, we want to also store its length for
              * when we construct the full error string. */
-            possible_error_lengths[i] = strlen(_(possible_errors[i]));
+            possible_error_lengths[i] = strlen (_(possible_errors[i]));
         }
     }
 
@@ -854,12 +854,12 @@ static gboolean trans_property_list_verify_essentials(TransPropertyList* list, g
         {
             /* We add an extra 1 to account for spaces in between messages. */
             full_error_size += possible_error_lengths[GPOINTER_TO_INT(errors_list->data)] + 1;
-            errors_list = g_list_next(errors_list);
+            errors_list = g_list_next (errors_list);
         }
         errors_list = errors_list_begin;
 
         /* Append the error messages one after another. */
-        error_message = error_message_begin = g_new(gchar, full_error_size);
+        error_message = error_message_begin = g_new (gchar, full_error_size);
         while (errors_list)
         {
             i = GPOINTER_TO_INT(errors_list->data);
@@ -871,10 +871,10 @@ static gboolean trans_property_list_verify_essentials(TransPropertyList* list, g
             *error_message = ' ';
             error_message++;
 
-            errors_list = g_list_next(errors_list);
+            errors_list = g_list_next (errors_list);
         }
         *error_message = '\0'; /* Replace the last space with the null byte. */
-        g_list_free(errors_list_begin);
+        g_list_free (errors_list_begin);
 
         *error = error_message_begin;
         return FALSE;
@@ -886,13 +886,13 @@ static gboolean trans_property_list_verify_essentials(TransPropertyList* list, g
  * @param error Contains an error on failure
  * @return On success, a GncCsvTransLine; on failure, the trans pointer is NULL
  */
-static GncCsvTransLine* trans_property_list_to_trans(TransPropertyList* list, gchar** error)
+static GncCsvTransLine* trans_property_list_to_trans (TransPropertyList* list, gchar** error)
 {
-    GncCsvTransLine* trans_line = g_new(GncCsvTransLine, 1);
+    GncCsvTransLine* trans_line = g_new (GncCsvTransLine, 1);
     GList* properties_begin = list->properties;
-    QofBook* book = gnc_account_get_book(list->account);
-    gnc_commodity* currency = xaccAccountGetCommodity(list->account);
-    gnc_numeric amount = double_to_gnc_numeric(0.0, xaccAccountGetCommoditySCU(list->account),
+    QofBook* book = gnc_account_get_book (list->account);
+    gnc_commodity* currency = xaccAccountGetCommodity (list->account);
+    gnc_numeric amount = double_to_gnc_numeric (0.0, xaccAccountGetCommoditySCU (list->account),
                          GNC_HOW_RND_ROUND_HALF_UP);
     gchar *num = NULL;
 
@@ -910,15 +910,15 @@ static GncCsvTransLine* trans_property_list_to_trans(TransPropertyList* list, gc
     trans_line->line_no = -1;
 
     /* Make sure this is a transaction with all the columns we need. */
-    if (!trans_property_list_verify_essentials(list, error))
+    if (!trans_property_list_verify_essentials (list, error))
     {
         g_free(trans_line);
         return NULL;
     }
 
-    trans_line->trans = xaccMallocTransaction(book);
-    xaccTransBeginEdit(trans_line->trans);
-    xaccTransSetCurrency(trans_line->trans, currency);
+    trans_line->trans = xaccMallocTransaction (book);
+    xaccTransBeginEdit (trans_line->trans);
+    xaccTransSetCurrency (trans_line->trans, currency);
 
     /* Go through each of the properties and edit the transaction accordingly. */
     list->properties = properties_begin;
@@ -928,15 +928,15 @@ static GncCsvTransLine* trans_property_list_to_trans(TransPropertyList* list, gc
         switch (prop->type)
         {
         case GNC_CSV_DATE:
-            xaccTransSetDatePostedSecsNormalized(trans_line->trans, *((time64*)(prop->value)));
+            xaccTransSetDatePostedSecsNormalized (trans_line->trans, *((time64*)(prop->value)));
             break;
 
         case GNC_CSV_DESCRIPTION:
-            xaccTransSetDescription(trans_line->trans, (char*)(prop->value));
+            xaccTransSetDescription (trans_line->trans, (char*)(prop->value));
             break;
 
         case GNC_CSV_NOTES:
-            xaccTransSetNotes(trans_line->trans, (char*)(prop->value));
+            xaccTransSetNotes (trans_line->trans, (char*)(prop->value));
             break;
 
         case GNC_CSV_NUM:
@@ -953,9 +953,9 @@ static GncCsvTransLine* trans_property_list_to_trans(TransPropertyList* list, gc
         case GNC_CSV_DEPOSIT: /* Add deposits to the existing amount. */
             if (prop->value != NULL)
             {
-                amount = gnc_numeric_add(*((gnc_numeric*)(prop->value)),
+                amount = gnc_numeric_add (*((gnc_numeric*)(prop->value)),
                                          amount,
-                                         xaccAccountGetCommoditySCU(list->account),
+                                         xaccAccountGetCommoditySCU (list->account),
                                          GNC_HOW_RND_ROUND_HALF_UP);
                 amount_set = TRUE;
                 /* We will use the "Deposit" and "Withdrawal" columns in preference to "Balance". */
@@ -966,9 +966,9 @@ static GncCsvTransLine* trans_property_list_to_trans(TransPropertyList* list, gc
         case GNC_CSV_WITHDRAWAL: /* Withdrawals are just negative deposits. */
             if (prop->value != NULL)
             {
-                amount = gnc_numeric_add(gnc_numeric_neg(*((gnc_numeric*)(prop->value))),
+                amount = gnc_numeric_add (gnc_numeric_neg(*((gnc_numeric*)(prop->value))),
                                          amount,
-                                         xaccAccountGetCommoditySCU(list->account),
+                                         xaccAccountGetCommoditySCU (list->account),
                                          GNC_HOW_RND_ROUND_HALF_UP);
                 amount_set = TRUE;
                 /* We will use the "Deposit" and "Withdrawal" columns in preference to "Balance". */
@@ -986,13 +986,13 @@ static GncCsvTransLine* trans_property_list_to_trans(TransPropertyList* list, gc
             }
             break;
         }
-        list->properties = g_list_next(list->properties);
+        list->properties = g_list_next (list->properties);
     }
 
     /* Add a split with the cumulative amount value. */
-    trans_add_split(trans_line->trans, list->account, book, amount, num);
+    trans_add_split (trans_line->trans, list->account, book, amount, num);
     if (num)
-        g_free(num);
+        g_free (num);
 
     return trans_line;
 }
@@ -1007,7 +1007,7 @@ static GncCsvTransLine* trans_property_list_to_trans(TransPropertyList* list, gc
  * @param redo_errors TRUE to convert only error data, FALSE for all data
  * @return 0 on success, 1 on failure
  */
-int gnc_csv_parse_to_trans(GncCsvParseData* parse_data, Account* account,
+int gnc_csv_parse_to_trans (GncCsvParseData* parse_data, Account* account,
                            gboolean redo_errors)
 {
     gboolean hasBalanceColumn;
@@ -1033,7 +1033,7 @@ int gnc_csv_parse_to_trans(GncCsvParseData* parse_data, Account* account,
         }
         if (parse_data->transactions != NULL)
         {
-            g_list_free(parse_data->transactions);
+            g_list_free (parse_data->transactions);
         }
     }
     parse_data->error_lines = NULL;
@@ -1048,9 +1048,9 @@ int gnc_csv_parse_to_trans(GncCsvParseData* parse_data, Account* account,
         {
             /* Move last_transaction to the end. */
             last_transaction = parse_data->transactions;
-            while (g_list_next(last_transaction) != NULL)
+            while (g_list_next (last_transaction) != NULL)
             {
-                last_transaction = g_list_next(last_transaction);
+                last_transaction = g_list_next (last_transaction);
             }
         }
         /* ... we use only the lines in error_lines. */
@@ -1077,7 +1077,7 @@ int gnc_csv_parse_to_trans(GncCsvParseData* parse_data, Account* account,
         /* This flag is TRUE if there are any errors in this row. */
         gboolean errors = FALSE;
         gchar* error_message = NULL;
-        TransPropertyList* list = trans_property_list_new(account, parse_data->date_format, parse_data->currency_format );
+        TransPropertyList* list = trans_property_list_new (account, parse_data->date_format, parse_data->currency_format );
         GncCsvTransLine* trans_line = NULL;
 
         for (j = 0; j < line->len; j++)
@@ -1086,20 +1086,20 @@ int gnc_csv_parse_to_trans(GncCsvParseData* parse_data, Account* account,
             if ((column_types->data[j] != GNC_CSV_NONE) && (column_types->data[j] != GNC_CSV_ACCOUNT))
             {
                 /* Affect the transaction appropriately. */
-                TransProperty* property = trans_property_new(column_types->data[j], list);
-                gboolean succeeded = trans_property_set(property, line->pdata[j]);
+                TransProperty* property = trans_property_new (column_types->data[j], list);
+                gboolean succeeded = trans_property_set (property, line->pdata[j]);
 
                 /* TODO Maybe move error handling to within TransPropertyList functions? */
                 if (succeeded)
                 {
-                    trans_property_list_add(property);
+                    trans_property_list_add (property);
                 }
                 else
                 {
                     errors = TRUE;
-                    error_message = g_strdup_printf(_("%s column could not be understood."),
+                    error_message = g_strdup_printf (_("%s column could not be understood."),
                                                     _(gnc_csv_column_type_strs[property->type]));
-                    trans_property_free(property);
+                    trans_property_free (property);
                     break;
                 }
             }
@@ -1108,16 +1108,16 @@ int gnc_csv_parse_to_trans(GncCsvParseData* parse_data, Account* account,
         /* If we had success, add the transaction to parse_data->transaction. */
         if (!errors)
         {
-            trans_line = trans_property_list_to_trans(list, &error_message);
+            trans_line = trans_property_list_to_trans (list, &error_message);
             errors = trans_line == NULL;
         }
 
-        trans_property_list_free(list);
+        trans_property_list_free (list);
 
         /* If there were errors, add this line to parse_data->error_lines. */
         if (errors)
         {
-            parse_data->error_lines = g_list_append(parse_data->error_lines,
+            parse_data->error_lines = g_list_append (parse_data->error_lines,
                                                     GINT_TO_POINTER(i));
             /* If there's already an error message, we need to replace it. */
             if (line->len > (int)(parse_data->orig_row_lengths->data[i]))
@@ -1128,7 +1128,7 @@ int gnc_csv_parse_to_trans(GncCsvParseData* parse_data, Account* account,
             else
             {
                 /* Put the error message at the end of the line. */
-                g_ptr_array_add(line, error_message);
+                g_ptr_array_add (line, error_message);
             }
         }
         else
@@ -1143,32 +1143,32 @@ int gnc_csv_parse_to_trans(GncCsvParseData* parse_data, Account* account,
 
             /* If we can just put it at the end, do so and increment last_transaction. */
             if (last_transaction == NULL ||
-                    xaccTransGetDate(((GncCsvTransLine*)(last_transaction->data))->trans) <= xaccTransGetDate(trans_line->trans))
+                    xaccTransGetDate (((GncCsvTransLine*)(last_transaction->data))->trans) <= xaccTransGetDate (trans_line->trans))
             {
-                parse_data->transactions = g_list_append(parse_data->transactions, trans_line);
+                parse_data->transactions = g_list_append (parse_data->transactions, trans_line);
                 /* If this is the first transaction, we need to get last_transaction on track. */
                 if (last_transaction == NULL)
                     last_transaction = parse_data->transactions;
                 else /* Otherwise, we can just continue. */
-                    last_transaction = g_list_next(last_transaction);
+                    last_transaction = g_list_next (last_transaction);
             }
             /* Otherwise, search backward for the correct spot. */
             else
             {
                 GList* insertion_spot = last_transaction;
                 while (insertion_spot != NULL &&
-                        xaccTransGetDate(((GncCsvTransLine*)(insertion_spot->data))->trans) > xaccTransGetDate(trans_line->trans))
+                        xaccTransGetDate (((GncCsvTransLine*)(insertion_spot->data))->trans) > xaccTransGetDate (trans_line->trans))
                 {
-                    insertion_spot = g_list_previous(insertion_spot);
+                    insertion_spot = g_list_previous (insertion_spot);
                 }
                 /* Move insertion_spot one location forward since we have to
                  * use the g_list_insert_before function. */
                 if (insertion_spot == NULL) /* We need to handle the case of inserting at the beginning of the list. */
                     insertion_spot = parse_data->transactions;
                 else
-                    insertion_spot = g_list_next(insertion_spot);
+                    insertion_spot = g_list_next (insertion_spot);
 
-                parse_data->transactions = g_list_insert_before(parse_data->transactions, insertion_spot, trans_line);
+                parse_data->transactions = g_list_insert_before (parse_data->transactions, insertion_spot, trans_line);
             }
         }
 
@@ -1176,7 +1176,7 @@ int gnc_csv_parse_to_trans(GncCsvParseData* parse_data, Account* account,
         if (redo_errors)
         {
             /* Move to the next error line in the list. */
-            error_lines = g_list_next(error_lines);
+            error_lines = g_list_next (error_lines);
             if (error_lines == NULL)
                 i = parse_data->orig_lines->len; /* Don't continue the for loop. */
             else
@@ -1207,53 +1207,53 @@ int gnc_csv_parse_to_trans(GncCsvParseData* parse_data, Account* account,
          * differs from what it will be after the transactions are
          * imported. This will be sum of all the previous transactions for
          * any given transaction. */
-        gnc_numeric balance_offset = double_to_gnc_numeric(0.0,
-                                     xaccAccountGetCommoditySCU(account),
+        gnc_numeric balance_offset = double_to_gnc_numeric (0.0,
+                                     xaccAccountGetCommoditySCU (account),
                                      GNC_HOW_RND_ROUND_HALF_UP);
         while (transactions != NULL)
         {
             GncCsvTransLine* trans_line = (GncCsvTransLine*)transactions->data;
             if (trans_line->balance_set)
             {
-                time64 date = xaccTransGetDate(trans_line->trans);
+                time64 date = xaccTransGetDate (trans_line->trans);
                 /* Find what the balance should be by adding the offset to the actual balance. */
-                gnc_numeric existing_balance = gnc_numeric_add(balance_offset,
-                                               xaccAccountGetBalanceAsOfDate(account, date),
-                                               xaccAccountGetCommoditySCU(account),
+                gnc_numeric existing_balance = gnc_numeric_add (balance_offset,
+                                               xaccAccountGetBalanceAsOfDate (account, date),
+                                               xaccAccountGetCommoditySCU (account),
                                                GNC_HOW_RND_ROUND_HALF_UP);
 
                 /* The amount of the transaction is the difference between the new and existing balance. */
-                gnc_numeric amount = gnc_numeric_sub(trans_line->balance,
+                gnc_numeric amount = gnc_numeric_sub (trans_line->balance,
                                                      existing_balance,
-                                                     xaccAccountGetCommoditySCU(account),
+                                                     xaccAccountGetCommoditySCU (account),
                                                      GNC_HOW_RND_ROUND_HALF_UP);
 
-                SplitList* splits = xaccTransGetSplitList(trans_line->trans);
+                SplitList* splits = xaccTransGetSplitList (trans_line->trans);
                 while (splits)
                 {
-                    SplitList* next_splits = g_list_next(splits);
-                    xaccSplitDestroy((Split*)splits->data);
+                    SplitList* next_splits = g_list_next (splits);
+                    xaccSplitDestroy ((Split*)splits->data);
                     splits = next_splits;
                 }
 
-                trans_add_split(trans_line->trans, account,
-                                gnc_account_get_book(account), amount, trans_line->num);
+                trans_add_split (trans_line->trans, account,
+                                gnc_account_get_book (account), amount, trans_line->num);
                 if (trans_line->num)
-                    g_free(trans_line->num);
+                    g_free (trans_line->num);
 
                 /* This new transaction needs to be added to the balance offset. */
-                balance_offset = gnc_numeric_add(balance_offset,
+                balance_offset = gnc_numeric_add (balance_offset,
                                                  amount,
-                                                 xaccAccountGetCommoditySCU(account),
+                                                 xaccAccountGetCommoditySCU (account),
                                                  GNC_HOW_RND_ROUND_HALF_UP);
             }
-            transactions = g_list_next(transactions);
+            transactions = g_list_next (transactions);
         }
     }
 
     if (redo_errors) /* Now that we're at the end, we do the freeing. */
     {
-        g_list_free(begin_error_lines);
+        g_list_free (begin_error_lines);
     }
 
     /* We need to resize parse_data->column_types since errors may have added columns. */
@@ -1263,7 +1263,7 @@ int gnc_csv_parse_to_trans(GncCsvParseData* parse_data, Account* account,
             max_cols = ((GPtrArray*)(parse_data->orig_lines->pdata[i]))->len;
     }
     i = parse_data->column_types->len;
-    parse_data->column_types = g_array_set_size(parse_data->column_types, max_cols);
+    parse_data->column_types = g_array_set_size (parse_data->column_types, max_cols);
     for (; i < max_cols; i++)
     {
         parse_data->column_types->data[i] = GNC_CSV_NONE;
diff --git a/src/import-export/csv-imp/gnc-csv-model.h b/src/import-export/csv-imp/gnc-csv-model.h
index 390682a..ba8f6da 100644
--- a/src/import-export/csv-imp/gnc-csv-model.h
+++ b/src/import-export/csv-imp/gnc-csv-model.h
@@ -118,19 +118,19 @@ typedef struct
     int currency_format;        /**< The currency format, 0 for locale, 1 for comma dec and 2 for period */
 } GncCsvParseData;
 
-GncCsvParseData* gnc_csv_new_parse_data(void);
+GncCsvParseData* gnc_csv_new_parse_data (void);
 
-void gnc_csv_parse_data_free(GncCsvParseData* parse_data);
+void gnc_csv_parse_data_free (GncCsvParseData* parse_data);
 
-int gnc_csv_load_file(GncCsvParseData* parse_data, const char* filename,
+int gnc_csv_load_file (GncCsvParseData* parse_data, const char* filename,
                       GError** error);
 
-int gnc_csv_convert_encoding(GncCsvParseData* parse_data, const char* encoding, GError** error);
+int gnc_csv_convert_encoding (GncCsvParseData* parse_data, const char* encoding, GError** error);
 
-int gnc_csv_parse(GncCsvParseData* parse_data, gboolean guessColTypes, GError** error);
+int gnc_csv_parse (GncCsvParseData* parse_data, gboolean guessColTypes, GError** error);
 
-int gnc_csv_parse_to_trans(GncCsvParseData* parse_data, Account* account, gboolean redo_errors);
+int gnc_csv_parse_to_trans (GncCsvParseData* parse_data, Account* account, gboolean redo_errors);
 
-time64 parse_date(const char* date_str, int format);
+time64 parse_date (const char* date_str, int format);
 
 #endif

commit ba1f8cb1c62ff8a335c6499b8aa1bdddb5b24030
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Sep 19 14:06:59 2014 +0100

    Part Bug fix for 729476, this changes the line endings to \r\n to make it more compatible with CSV format.

diff --git a/src/import-export/csv-exp/csv-transactions-export.c b/src/import-export/csv-exp/csv-transactions-export.c
index 4be3c84..b09d785 100644
--- a/src/import-export/csv-exp/csv-transactions-export.c
+++ b/src/import-export/csv-exp/csv-transactions-export.c
@@ -256,7 +256,11 @@ void account_splits (CsvExportInfo *info, Account *acc, FILE *fh )
         g_free (part1);
 
         /* From Number Only */
+#ifdef G_OS_WIN32
         part1 = g_strconcat (part2, "", mid_sep, "", mid_sep, "", end_sep, "\n", NULL);
+#else
+        part1 = g_strconcat (part2, "", mid_sep, "", mid_sep, "", end_sep, "\r\n", NULL);
+#endif
         g_free (part2);
 
         /* Write to file */
@@ -346,9 +350,17 @@ void account_splits (CsvExportInfo *info, Account *acc, FILE *fh )
             split_amount = xaccPrintAmount (xaccSplitGetSharePrice (t_split), gnc_split_amount_print_info (t_split, FALSE));
             str_temp = csv_txn_test_field_string (info, split_amount);
             if (xaccSplitGetAccount (t_split) == acc)
+#ifdef G_OS_WIN32
                 part2 = g_strconcat (part1,  str_temp, mid_sep, end_sep, "\n", NULL);
-            else
+#else
+                part2 = g_strconcat (part1,  str_temp, mid_sep, end_sep, "\r\n", NULL);
+#endif
+             else
+#ifdef G_OS_WIN32
                 part2 = g_strconcat (part1, mid_sep, str_temp, end_sep, "\n", NULL);
+#else
+                part2 = g_strconcat (part1, mid_sep, str_temp, end_sep, "\r\n", NULL);
+#endif
             g_free (str_temp);
             g_free (part1);
 
@@ -415,7 +427,11 @@ void csv_transactions_export (CsvExportInfo *info)
                                _("To With Sym"), mid_sep, _("From With Sym"), mid_sep,
                                _("To Num."), mid_sep, _("From Num."), mid_sep,
                                _("To Rate/Price"), mid_sep, _("From Rate/Price"),
+#ifdef G_OS_WIN32
                                end_sep, "\n", NULL);
+#else
+                               end_sep, "\r\n", NULL);
+#endif
         DEBUG("Header String: %s", header);
 
         /* Write header line */
diff --git a/src/import-export/csv-exp/csv-tree-export.c b/src/import-export/csv-exp/csv-tree-export.c
index f07b49c..da4ab74 100644
--- a/src/import-export/csv-exp/csv-tree-export.c
+++ b/src/import-export/csv-exp/csv-tree-export.c
@@ -144,12 +144,19 @@ void csv_tree_export (CsvExportInfo *info)
         }
 
         /* Header string, 'eol = end of line marker' */
-        header = g_strconcat ( end_sep, _("type"), mid_sep, _("full_name"), mid_sep,
-                               _("name"), mid_sep, _("code"), mid_sep,
-                               _("description"), mid_sep, _("color"), mid_sep, _("notes"), mid_sep,
-                               _("commoditym"), mid_sep, _("commodityn"), mid_sep,
-                               _("hidden"), mid_sep, _("tax"), mid_sep, _("place_holder"), mid_sep,
-                               _("#eol"), end_sep, "\n", NULL);
+#ifdef G_OS_WIN32
+        header = g_strconcat (end_sep, _("type"), mid_sep, _("full_name"), mid_sep, _("name"), mid_sep,
+                                _("code"), mid_sep, _("description"), mid_sep, _("color"), mid_sep,
+                                _("notes"), mid_sep, _("commoditym"), mid_sep, _("commodityn"), mid_sep,
+                                _("hidden"), mid_sep, _("tax"), mid_sep, _("place_holder"), mid_sep, _("#eol"),
+                                 end_sep, "\n", NULL);
+#else
+        header = g_strconcat (end_sep, _("type"), mid_sep, _("full_name"), mid_sep, _("name"), mid_sep,
+                                _("code"), mid_sep, _("description"), mid_sep, _("color"), mid_sep,
+                                _("notes"), mid_sep, _("commoditym"), mid_sep, _("commodityn"), mid_sep,
+                                _("hidden"), mid_sep, _("tax"), mid_sep, _("place_holder"), mid_sep, _("#eol"),
+                                 end_sep, "\r\n", NULL);
+#endif
         DEBUG("Header String: %s", header);
 
         /* Write header line */
@@ -229,7 +236,11 @@ void csv_tree_export (CsvExportInfo *info)
             g_free (part2);
             /* Place Holder / end of line marker */
             currentSel = xaccAccountGetPlaceholder (acc) ? "T" : "F" ;
+#ifdef G_OS_WIN32
             part2 = g_strconcat (part1, currentSel, mid_sep, _("#eol"), end_sep, "\n", NULL);
+#else
+            part2 = g_strconcat (part1, currentSel, mid_sep, _("#eol"), end_sep, "\r\n", NULL);
+#endif
             g_free (part1);
 
             DEBUG("Account String: %s", part2);
diff --git a/src/import-export/csv-imp/csv-account-import.c b/src/import-export/csv-imp/csv-account-import.c
index 68e73a8..58e62d4 100644
--- a/src/import-export/csv-imp/csv-account-import.c
+++ b/src/import-export/csv-imp/csv-account-import.c
@@ -119,8 +119,13 @@ csv_import_read_file (const gchar *filename, const gchar *parser_regexp,
     }
 
     /* Setup the two different line endings */
+#ifdef G_OS_WIN32
     end1 = g_strconcat (_("#eol"),"\"\n", NULL);
     end2 = g_strconcat (_("#eol"),"\n", NULL);
+#else
+    end1 = g_strconcat (_("#eol"),"\"\r\n", NULL);
+    end2 = g_strconcat (_("#eol"),"\r\n", NULL);
+#endif
 
     // start the import
 #define buffer_size 1000
@@ -154,11 +159,14 @@ csv_import_read_file (const gchar *filename, const gchar *parser_regexp,
                 break; // eof
          }
 
-        // now strip the '\n' from the end of the line
+        // now strip the '\r\n' from the end of the line
         l = strlen (currentline);
         if ((l > 0) && (currentline[l - 1] == '\n'))
             currentline[l - 1] = 0;
 
+        if ((l > 0) && (currentline[l - 2] == '\r'))
+            currentline[l - 2] = 0;
+
         // convert line from locale into utf8
         line_utf8 = g_locale_to_utf8 (currentline, -1, NULL, NULL, NULL);
 

commit 2b6a6d896caf83ebcb2a42bcbbcdad698c4d8b53
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Sep 19 11:36:21 2014 +0100

    Part Bug fix for 729476, this fixes the quoting of quotes, newlines and separator to make it more compatible with CSV format.

diff --git a/src/import-export/csv-exp/csv-transactions-export.c b/src/import-export/csv-exp/csv-transactions-export.c
index c794af6..4be3c84 100644
--- a/src/import-export/csv-exp/csv-transactions-export.c
+++ b/src/import-export/csv-exp/csv-transactions-export.c
@@ -68,6 +68,43 @@ gboolean write_line_to_file (FILE *fh, char * line)
 
 
 /*******************************************************
+ * csv_txn_test_field_string
+ *
+ * Test the field string for ," and new lines
+ *******************************************************/
+static
+gchar *csv_txn_test_field_string (CsvExportInfo *info, const gchar *string_in)
+{
+    gboolean need_quote = FALSE;
+    gchar **parts;
+    gchar *string_parts;
+    gchar *string_out;
+
+    /* Check for " and then "" them */
+    parts = g_strsplit (string_in, "\"", -1);
+    string_parts = g_strjoinv ("\"\"", parts);
+    g_strfreev (parts);
+
+    /* Check for separator string and \n and " in field,
+       if so quote field if not allready quoted */
+    if (g_strrstr (string_parts, info->separator_str) != NULL)
+        need_quote = TRUE;
+    if (g_strrstr (string_parts, "\n") != NULL)
+        need_quote = TRUE;
+    if (g_strrstr (string_parts, "\"") != NULL)
+        need_quote = TRUE;
+
+    if (!info->use_quotes && need_quote)
+        string_out = g_strconcat ("\"", string_parts, "\"", NULL);
+    else
+        string_out = g_strdup (string_parts);
+
+    g_free (string_parts);
+    return string_out;
+}
+
+
+/*******************************************************
  * account_splits
  *
  * gather the splits / transactions for an account and
@@ -124,6 +161,7 @@ void account_splits (CsvExportInfo *info, Account *acc, FILE *fh )
         gchar       *date;
         const gchar *currentSel;
         const gchar *split_amount;
+        gchar       *str_temp = NULL;
 
         split = splits->data;
         trans = xaccSplitGetParent(split);
@@ -131,40 +169,51 @@ void account_splits (CsvExportInfo *info, Account *acc, FILE *fh )
         s_list = xaccTransGetSplitList(trans);
 
         /* Date */
-        date = qof_print_date ( xaccTransGetDate(trans));
-        part1 = g_strconcat ( end_sep, date, mid_sep, NULL);
-        g_free(date);
+        date = qof_print_date (xaccTransGetDate (trans));
+        part1 = g_strconcat (end_sep, date, mid_sep, NULL);
+        g_free (date);
         /* Name */
-        currentSel = xaccAccountGetName(acc);
-        part2 = g_strconcat ( part1, currentSel, mid_sep, NULL);
-        g_free(part1);
+        currentSel = xaccAccountGetName (acc);
+        str_temp = csv_txn_test_field_string (info, currentSel);
+        part2 = g_strconcat (part1, str_temp, mid_sep, NULL);
+        g_free (str_temp);
+        g_free (part1);
         /* Number */
-        currentSel = gnc_get_num_action(trans, NULL);
-        part1 = g_strconcat ( part2, currentSel, mid_sep, NULL);
-        g_free(part2);
+        currentSel = gnc_get_num_action (trans, NULL);
+        str_temp = csv_txn_test_field_string (info, currentSel);
+        part1 = g_strconcat (part2, str_temp, mid_sep, NULL);
+        g_free (str_temp);
+        g_free (part2);
         /* Description */
-        currentSel = xaccTransGetDescription(trans);
-        part2 = g_strconcat ( part1, currentSel, mid_sep, NULL);
-        g_free(part1);
+        currentSel = xaccTransGetDescription (trans) ? xaccTransGetDescription (trans) : "" ;
+        str_temp = csv_txn_test_field_string (info, currentSel);
+        part2 = g_strconcat (part1, str_temp, mid_sep, NULL);
+        g_free (str_temp);
+        g_free (part1);
         /* Notes */
-        currentSel = xaccTransGetNotes(trans);
-        if (currentSel == NULL)
-            part1 = g_strconcat ( part2, mid_sep, NULL);
-        else
-            part1 = g_strconcat ( part2, currentSel, mid_sep, NULL);
-        g_free(part2);
+        currentSel = xaccTransGetNotes (trans) ? xaccTransGetNotes (trans) : "" ;
+        str_temp = csv_txn_test_field_string (info, currentSel);
+        part1 = g_strconcat (part2, str_temp, mid_sep, NULL);
+        g_free (str_temp);
+        g_free (part2);
         /* Memo */
-        currentSel = xaccSplitGetMemo(split);
-        part2 = g_strconcat ( part1, currentSel, mid_sep, NULL);
-        g_free(part1);
+        currentSel = xaccSplitGetMemo (split) ? xaccSplitGetMemo (split) : "" ;
+        str_temp = csv_txn_test_field_string (info, currentSel);
+        part2 = g_strconcat (part1, str_temp, mid_sep, NULL);
+        g_free (str_temp);
+        g_free (part1);
         /* Category */
-        currentSel = xaccSplitGetCorrAccountName(split);
-        part1 = g_strconcat ( part2, currentSel, mid_sep, "T", mid_sep, NULL);
-        g_free(part2);
+        currentSel = xaccSplitGetCorrAccountName (split);
+        str_temp = csv_txn_test_field_string (info, currentSel);
+        part1 = g_strconcat (part2, str_temp, mid_sep, "T", mid_sep, NULL);
+        g_free (str_temp);
+        g_free (part2);
         /* Action */
-        currentSel =  gnc_get_num_action(NULL, split);
-        part2 = g_strconcat ( part1, currentSel, mid_sep, NULL);
-        g_free(part1);
+        currentSel = gnc_get_num_action (NULL, split);
+        str_temp = csv_txn_test_field_string (info, currentSel);
+        part2 = g_strconcat (part1, str_temp, mid_sep, NULL);
+        g_free (str_temp);
+        g_free (part1);
         /* Reconcile */
         switch (xaccSplitGetReconcile (split))
         {
@@ -186,25 +235,29 @@ void account_splits (CsvExportInfo *info, Account *acc, FILE *fh )
         default:
             currentSel = "N";
         }
-        part1 = g_strconcat ( part2, currentSel, mid_sep, NULL);
-        g_free(part2);
+        part1 = g_strconcat (part2, currentSel, mid_sep, NULL);
+        g_free (part2);
         /* To with Symbol */
-        split_amount = xaccPrintAmount(xaccSplitGetAmount(split), gnc_split_amount_print_info(split, TRUE));
-        part2 = g_strconcat ( part1, split_amount, mid_sep, NULL);
-        g_free(part1);
+        split_amount = xaccPrintAmount (xaccSplitGetAmount (split), gnc_split_amount_print_info (split, TRUE));
+        str_temp = csv_txn_test_field_string (info, split_amount);
+        part2 = g_strconcat (part1, str_temp, mid_sep, NULL);
+        g_free (str_temp);
+        g_free (part1);
 
         /* From with Symbol */
-        part1 = g_strconcat ( part2, "", mid_sep, NULL);
-        g_free(part2);
+        part1 = g_strconcat (part2, "", mid_sep, NULL);
+        g_free (part2);
 
         /* To Number Only */
-        split_amount = xaccPrintAmount(xaccSplitGetAmount(split), gnc_split_amount_print_info(split, FALSE));
-        part2 = g_strconcat ( part1, split_amount, mid_sep, NULL);
-        g_free(part1);
+        split_amount = xaccPrintAmount (xaccSplitGetAmount (split), gnc_split_amount_print_info (split, FALSE));
+        str_temp = csv_txn_test_field_string (info, split_amount);
+        part2 = g_strconcat (part1, str_temp, mid_sep, NULL);
+        g_free (str_temp);
+        g_free (part1);
 
         /* From Number Only */
-        part1 = g_strconcat ( part2, "", mid_sep, "", mid_sep, "", end_sep, "\n", NULL);
-        g_free(part2);
+        part1 = g_strconcat (part2, "", mid_sep, "", mid_sep, "", end_sep, "\n", NULL);
+        g_free (part2);
 
         /* Write to file */
         if (!write_line_to_file(fh, part1))
@@ -212,7 +265,7 @@ void account_splits (CsvExportInfo *info, Account *acc, FILE *fh )
             info->failed = TRUE;
             break;
         }
-        g_free(part1);
+        g_free (part1);
 
         /* Loop through the list of splits for the Transcation */
         node = s_list;
@@ -225,19 +278,25 @@ void account_splits (CsvExportInfo *info, Account *acc, FILE *fh )
             part1 = g_strconcat ( end_sep, mid_sep, mid_sep, mid_sep, mid_sep, mid_sep, NULL);
 
             /* Memo */
-            currentSel = xaccSplitGetMemo(t_split);
-            part2 = g_strconcat ( part1, currentSel, mid_sep, NULL);
-            g_free(part1);
+            currentSel = xaccSplitGetMemo (t_split) ? xaccSplitGetMemo (t_split) : "" ;
+            str_temp = csv_txn_test_field_string (info, currentSel);
+            part2 = g_strconcat (part1, str_temp, mid_sep, NULL);
+            g_free (str_temp);
+            g_free (part1);
 
             /* Account */
-            currentSel = xaccAccountGetName( xaccSplitGetAccount(t_split));
-            part1 = g_strconcat ( part2, currentSel, mid_sep, "S", mid_sep, NULL);
-            g_free(part2);
+            currentSel = xaccAccountGetName (xaccSplitGetAccount (t_split));
+            str_temp = csv_txn_test_field_string (info, currentSel);
+            part1 = g_strconcat (part2, str_temp, mid_sep, "S", mid_sep, NULL);
+            g_free (str_temp);
+            g_free (part2);
 
             /* Action */
-            currentSel = gnc_get_num_action(NULL, t_split);
-            part2 = g_strconcat ( part1, currentSel, mid_sep, NULL);
-            g_free(part1);
+            currentSel = gnc_get_num_action (NULL, t_split);
+            str_temp = csv_txn_test_field_string (info, currentSel);
+            part2 = g_strconcat (part1, str_temp, mid_sep, NULL);
+            g_free (str_temp);
+            g_free (part1);
 
             /* Reconcile */
             switch (xaccSplitGetReconcile (split))
@@ -260,44 +319,50 @@ void account_splits (CsvExportInfo *info, Account *acc, FILE *fh )
             default:
                 currentSel = "N";
             }
-            part1 = g_strconcat ( part2, currentSel, mid_sep, NULL);
-            g_free(part2);
+            part1 = g_strconcat (part2, currentSel, mid_sep, NULL);
+            g_free (part2);
 
             /* From / To with Symbol */
-            split_amount = xaccPrintAmount(xaccSplitGetAmount(t_split), gnc_split_amount_print_info(t_split, TRUE));
+            split_amount = xaccPrintAmount (xaccSplitGetAmount (t_split), gnc_split_amount_print_info (t_split, TRUE));
+            str_temp = csv_txn_test_field_string (info, split_amount);
             if (xaccSplitGetAccount(t_split) == acc)
-                part2 = g_strconcat ( part1,  split_amount, mid_sep, mid_sep, NULL);
+                part2 = g_strconcat (part1,  str_temp, mid_sep, mid_sep, NULL);
             else
-                part2 = g_strconcat ( part1, mid_sep, split_amount, mid_sep, NULL);
-            g_free(part1);
+                part2 = g_strconcat (part1, mid_sep, str_temp, mid_sep, NULL);
+            g_free (str_temp);
+            g_free (part1);
 
             /* From / To Numbers only */
-            split_amount = xaccPrintAmount(xaccSplitGetAmount(t_split), gnc_split_amount_print_info(t_split, FALSE));
-            if (xaccSplitGetAccount(t_split) == acc)
-                part1 = g_strconcat ( part2,  split_amount, mid_sep, mid_sep, NULL);
+            split_amount = xaccPrintAmount (xaccSplitGetAmount (t_split), gnc_split_amount_print_info (t_split, FALSE));
+            str_temp = csv_txn_test_field_string (info, split_amount);
+            if (xaccSplitGetAccount (t_split) == acc)
+                part1 = g_strconcat (part2,  str_temp, mid_sep, mid_sep, NULL);
             else
-                part1 = g_strconcat ( part2, mid_sep, split_amount, mid_sep, NULL);
-            g_free(part2);
+                part1 = g_strconcat (part2, mid_sep, str_temp, mid_sep, NULL);
+            g_free (str_temp);
+            g_free (part2);
 
             /* From / To - Share Price / Conversion factor */
-            split_amount = xaccPrintAmount(xaccSplitGetSharePrice(t_split), gnc_split_amount_print_info(t_split, FALSE));
-            if (xaccSplitGetAccount(t_split) == acc)
-                part2 = g_strconcat ( part1,  split_amount, mid_sep, end_sep, "\n", NULL);
+            split_amount = xaccPrintAmount (xaccSplitGetSharePrice (t_split), gnc_split_amount_print_info (t_split, FALSE));
+            str_temp = csv_txn_test_field_string (info, split_amount);
+            if (xaccSplitGetAccount (t_split) == acc)
+                part2 = g_strconcat (part1,  str_temp, mid_sep, end_sep, "\n", NULL);
             else
-                part2 = g_strconcat ( part1, mid_sep, split_amount, end_sep, "\n", NULL);
-            g_free(part1);
+                part2 = g_strconcat (part1, mid_sep, str_temp, end_sep, "\n", NULL);
+            g_free (str_temp);
+            g_free (part1);
 
-            if (!write_line_to_file(fh, part2))
+            if (!write_line_to_file (fh, part2))
                 info->failed = TRUE;
 
-            g_free(part2);
+            g_free (part2);
             cnt++;
             node = node->next;
         }
     }
-    g_free(mid_sep);
+    g_free (mid_sep);
     qof_query_destroy (q);
-    g_list_free( splits );
+    g_list_free (splits);
 }
 
 
diff --git a/src/import-export/csv-exp/csv-tree-export.c b/src/import-export/csv-exp/csv-tree-export.c
index 92a2850..f07b49c 100644
--- a/src/import-export/csv-exp/csv-tree-export.c
+++ b/src/import-export/csv-exp/csv-tree-export.c
@@ -62,6 +62,41 @@ gboolean write_line_to_file ( FILE *fh, char * line)
         return TRUE;
 }
 
+/*******************************************************
+ * csv_test_field_string
+ *
+ * Test the field string for ," and new lines
+ *******************************************************/
+static
+gchar *csv_test_field_string (CsvExportInfo *info, const gchar *string_in)
+{
+    gboolean need_quote = FALSE;
+    gchar **parts;
+    gchar *string_parts;
+    gchar *string_out;
+
+    /* Check for " and then "" them */
+    parts = g_strsplit (string_in, "\"", -1);
+    string_parts = g_strjoinv ("\"\"", parts);
+    g_strfreev (parts);
+
+    /* Check for separator string and \n and " in field,
+       if so quote field if not allready quoted */
+    if (g_strrstr (string_parts, info->separator_str) != NULL)
+        need_quote = TRUE;
+    if (g_strrstr (string_parts, "\n") != NULL)
+        need_quote = TRUE;
+    if (g_strrstr (string_parts, "\"") != NULL)
+        need_quote = TRUE;
+
+    if (!info->use_quotes && need_quote)
+        string_out = g_strconcat ("\"", string_parts, "\"", NULL);
+    else
+        string_out = g_strdup (string_parts);
+
+    g_free (string_parts);
+    return string_out;
+}
 
 /*******************************************************
  * csv_tree_export
@@ -108,12 +143,13 @@ void csv_tree_export (CsvExportInfo *info)
             mid_sep = g_strconcat ( info->separator_str, NULL);
         }
 
-        /* Header string */
+        /* Header string, 'eol = end of line marker' */
         header = g_strconcat ( end_sep, _("type"), mid_sep, _("full_name"), mid_sep,
                                _("name"), mid_sep, _("code"), mid_sep,
                                _("description"), mid_sep, _("color"), mid_sep, _("notes"), mid_sep,
                                _("commoditym"), mid_sep, _("commodityn"), mid_sep,
-                               _("hidden"), mid_sep, _("tax"), mid_sep, _("place_holder"), end_sep, "\n", NULL);
+                               _("hidden"), mid_sep, _("tax"), mid_sep, _("place_holder"), mid_sep,
+                               _("#eol"), end_sep, "\n", NULL);
         DEBUG("Header String: %s", header);
 
         /* Write header line */
@@ -130,67 +166,71 @@ void csv_tree_export (CsvExportInfo *info)
         for (ptr = accts, i = 0; ptr; ptr = g_list_next(ptr), i++)
         {
             gchar *fullname = NULL;
-            gchar *notes_out = NULL;
+            gchar *str_temp = NULL;
             acc = ptr->data;
             DEBUG("Account being processed is : %s", xaccAccountGetName(acc));
             /* Type */
-            currentSel = xaccAccountTypeEnumAsString( xaccAccountGetType (acc));
-            part1 = g_strconcat ( end_sep, currentSel, mid_sep, NULL);
+            currentSel = xaccAccountTypeEnumAsString (xaccAccountGetType (acc));
+            part1 = g_strconcat (end_sep, currentSel, mid_sep, NULL);
             /* Full Name */
-            fullname = gnc_account_get_full_name(acc);
-            part2 = g_strconcat ( part1, fullname, mid_sep, NULL);
-            g_free(fullname);
-            g_free(part1);
+            fullname = gnc_account_get_full_name (acc);
+            str_temp = csv_test_field_string (info, fullname);
+            part2 = g_strconcat (part1, str_temp, mid_sep, NULL);
+            g_free (str_temp);
+            g_free (fullname);
+            g_free (part1);
             /* Name */
-            currentSel = xaccAccountGetName(acc);
-            part1 = g_strconcat ( part2, currentSel, mid_sep, NULL);
-            g_free(part2);
+            currentSel = xaccAccountGetName (acc);
+            str_temp = csv_test_field_string (info, currentSel);
+            part1 = g_strconcat (part2, str_temp, mid_sep, NULL);
+            g_free (str_temp);
+            g_free (part2);
             /* Code */
-            currentSel = xaccAccountGetCode(acc) ? xaccAccountGetCode(acc) : "" ;
-            part2 = g_strconcat ( part1, currentSel, mid_sep, NULL);
-            g_free(part1);
+            currentSel = xaccAccountGetCode (acc) ? xaccAccountGetCode (acc) : "";
+            str_temp = csv_test_field_string (info, currentSel);
+            part2 = g_strconcat (part1, str_temp, mid_sep, NULL);
+            g_free (str_temp);
+            g_free (part1);
             /* Description */
-            currentSel = xaccAccountGetDescription(acc) ? xaccAccountGetDescription(acc) : "" ;
-            part1 = g_strconcat ( part2, currentSel, mid_sep, NULL);
-            g_free(part2);
+            currentSel = xaccAccountGetDescription (acc) ? xaccAccountGetDescription (acc) : "";
+            str_temp = csv_test_field_string (info, currentSel);
+            part1 = g_strconcat (part2, str_temp, mid_sep, NULL);
+            g_free (str_temp);
+            g_free (part2);
             /* Color */
-            currentSel = xaccAccountGetColor(acc) ? xaccAccountGetColor(acc) : "" ;
-            part2 = g_strconcat ( part1, currentSel, mid_sep, NULL);
-            g_free(part1);
+            currentSel = xaccAccountGetColor (acc) ? xaccAccountGetColor (acc) : "" ;
+            part2 = g_strconcat (part1, currentSel, mid_sep, NULL);
+            g_free (part1);
             /* Notes */
-            currentSel = xaccAccountGetNotes(acc) ? xaccAccountGetNotes(acc) : "" ;
-            if (!g_strcmp0(currentSel, "") == 0)
-            {
-                /* Check for multiple lines */
-                gchar **parts;
-                parts = g_strsplit(currentSel, "\n", -1);
-                notes_out = g_strjoinv("\\n", parts);
-                currentSel = notes_out;
-                g_strfreev(parts);
-            }
-            part1 = g_strconcat ( part2, currentSel, mid_sep, NULL);
-            g_free(part2);
-            g_free(notes_out);
+            currentSel = xaccAccountGetNotes (acc) ? xaccAccountGetNotes (acc) : "" ;
+            str_temp = csv_test_field_string (info, currentSel);
+            part1 = g_strconcat (part2, str_temp, mid_sep, NULL);
+            g_free (str_temp);
+            g_free (part2);
             /* Commodity Mnemonic */
-            currentSel = gnc_commodity_get_mnemonic(xaccAccountGetCommodity (acc));
-            part2 = g_strconcat ( part1, currentSel, mid_sep, NULL);
-            g_free(part1);
+            currentSel = gnc_commodity_get_mnemonic (xaccAccountGetCommodity (acc));
+            str_temp = csv_test_field_string (info, currentSel);
+            part2 = g_strconcat (part1, str_temp, mid_sep, NULL);
+            g_free (str_temp);
+            g_free (part1);
             /* Commodity Namespace */
-            currentSel = gnc_commodity_get_namespace(xaccAccountGetCommodity (acc));
-            part1 = g_strconcat ( part2, currentSel, mid_sep, NULL);
-            g_free(part2);
+            currentSel = gnc_commodity_get_namespace (xaccAccountGetCommodity (acc));
+            str_temp = csv_test_field_string (info, currentSel);
+            part1 = g_strconcat (part2, str_temp, mid_sep, NULL);
+            g_free (str_temp);
+            g_free (part2);
             /* Hidden */
-            currentSel = xaccAccountGetHidden(acc) ? "T" : "F" ;
-            part2 = g_strconcat ( part1, currentSel, mid_sep, NULL);
-            g_free(part1);
+            currentSel = xaccAccountGetHidden (acc) ? "T" : "F" ;
+            part2 = g_strconcat (part1, currentSel, mid_sep, NULL);
+            g_free (part1);
             /* Tax */
-            currentSel = xaccAccountGetTaxRelated(acc) ? "T" : "F" ;
-            part1 = g_strconcat ( part2, currentSel, mid_sep, NULL);
-            g_free(part2);
-            /* Place Holder */
-            currentSel = xaccAccountGetPlaceholder(acc) ? "T" : "F" ;
-            part2 = g_strconcat ( part1, currentSel, end_sep, "\n", NULL);
-            g_free(part1);
+            currentSel = xaccAccountGetTaxRelated (acc) ? "T" : "F" ;
+            part1 = g_strconcat (part2, currentSel, mid_sep, NULL);
+            g_free (part2);
+            /* Place Holder / end of line marker */
+            currentSel = xaccAccountGetPlaceholder (acc) ? "T" : "F" ;
+            part2 = g_strconcat (part1, currentSel, mid_sep, _("#eol"), end_sep, "\n", NULL);
+            g_free (part1);
 
             DEBUG("Account String: %s", part2);
 
diff --git a/src/import-export/csv-imp/assistant-csv-account-import.c b/src/import-export/csv-imp/assistant-csv-account-import.c
index 4fc3398..9d23ab7 100644
--- a/src/import-export/csv-imp/assistant-csv-account-import.c
+++ b/src/import-export/csv-imp/assistant-csv-account-import.c
@@ -225,19 +225,25 @@ void csv_import_sep_cb (GtkWidget *radio, gpointer user_data )
 
     name = gtk_buildable_get_name(GTK_BUILDABLE(radio));
 
-    if (g_strcmp0(name, g_strdup("radio_semi")) == 0)
-        g_string_assign (info->regexp, "^(?<type>[^;]*);(?<full_name>[^;]*);(?<name>[^;]*);(?<code>[^;]*);?(?<description>[^;]*);?(?<color>[^;]*);?(?<notes>[^;]*);?(?<commoditym>[^;]*);?(?<commodityn>[^;]*);?(?<hidden>[^;]*);?(?<tax>[^;]*);?(?<place_holder>[^;]*)$");
-
-    if (g_strcmp0(name, g_strdup("radio_comma")) == 0)
-        g_string_assign (info->regexp, "^(?<type>[^,]*),(?<full_name>[^,]*),(?<name>[^,]*),(?<code>[^,]*),?(?<description>[^,]*),?(?<color>[^,]*),?(?<notes>[^,]*),?(?<commoditym>[^,]*),?(?<commodityn>[^,]*),?(?<hidden>[^,]*),?(?<tax>[^,]*),?(?<place_holder>[^,]*)$");
-
-    if (g_strcmp0(name, g_strdup("radio_semiq")) == 0)
-        g_string_assign (info->regexp, "^((?<type>[^\";]*)|\"(?<type>[^\"]*)\");((?<full_name>[^\";]*)|\"(?<full_name>[^\"]*)\");((?<name>[^\";]*)|\"(?<name>[^\"]*)\");((?<code>[^\";]*)|\"(?<code>[^\"]*)\");((?<description>[^\";]*)|\"(?<description>[^\"]*)\");((?<color>[^\";]*)|\"(?<color>[^\"]*)\");((?<notes>[^\";]*)|\"(?<notes>[^\"]*)\");((?<commoditym>[^\";]*)|\"(?<commoditym>[^\"]*)\");((?<commodityn>[^\";]*)|\"(?<commodityn>[^\"]*)\");((?<hidden>[^\";]*)|\"(?<hidden>[^\"]*)\");((?<tax>[^\";]*)|\"(?<tax>[^\"]*)\");((?<place_holder>[^\";]*)|\"(?<place_holder>[^\"]*)\")$");
-
-    if (g_strcmp0(name, g_strdup("radio_commaq")) == 0)
-        g_string_assign (info->regexp, "^((?<type>[^\",]*)|\"(?<type>[^\"]*)\"),((?<full_name>[^\",]*)|\"(?<full_name>[^\"]*)\"),((?<name>[^\",]*)|\"(?<name>[^\"]*)\"),((?<code>[^\",]*)|\"(?<code>[^\"]*)\"),((?<description>[^\",]*)|\"(?<description>[^\"]*)\"),((?<color>[^\",]*)|\"(?<color>[^\"]*)\"),((?<notes>[^\",]*)|\"(?<notes>[^\"]*)\"),((?<commoditym>[^\",]*)|\"(?<commoditym>[^\"]*)\"),((?<commodityn>[^\",]*)|\"(?<commodityn>[^\"]*)\"),((?<hidden>[^\",]*)|\"(?<hidden>[^\"]*)\"),((?<tax>[^\",]*)|\"(?<tax>[^\"]*)\"),((?<place_holder>[^\",]*)|\"(?<place_holder>[^\"]*)\")$");
-
-    if (g_strcmp0(name, g_strdup("radio_custom")) == 0)
+    if (g_strcmp0 (name, "radio_semi") == 0)
+        g_string_assign (info->regexp, "^(?<type>[^;]*);?(?<full_name>\"(?:[^\"]|\"\")*\"|[^;]*);?(?<name>\"(?:[^\"]|\"\")*\"|[^;]*);\
+	?(?<code>\"(?:[^\"]|\"\")*\"|[^;]*);?(?<description>\"(?:[^\"]|\"\")*\"|[^;]*);?(?<color>[^;]*);\
+	?(?<notes>\"(?:[^\"]|\"\")*\"|[^;]*);?(?<commoditym>\"(?:[^\"]|\"\")*\"|[^;]*);?(?<commodityn>\"(?:[^\"]|\"\")*\"|[^;]*);\
+	?(?<hidden>[^;]*);?(?<tax>[^;]*);?(?<place_holder>[^;]*);(?<endofline>[^;]*)$");
+
+    if (g_strcmp0 (name, "radio_colon") == 0)
+        g_string_assign (info->regexp, "^(?<type>[^:]*):?(?<full_name>\"(?:[^\"]|\"\")*\"|[^:]*):?(?<name>\"(?:[^\"]|\"\")*\"|[^:]*):\
+	?(?<code>\"(?:[^\"]|\"\")*\"|[^:]*):?(?<description>\"(?:[^\"]|\"\")*\"|[^:]*):?(?<color>[^:]*):\
+	?(?<notes>\"(?:[^\"]|\"\")*\"|[^:]*):?(?<commoditym>\"(?:[^\"]|\"\")*\"|[^:]*):?(?<commodityn>\"(?:[^\"]|\"\")*\"|[^:]*):\
+	?(?<hidden>[^:]*):?(?<tax>[^:]*):?(?<place_holder>[^:]*):(?<endofline>[^:]*)$");
+
+    if (g_strcmp0 (name, "radio_comma") == 0)
+        g_string_assign (info->regexp, "^(?<type>[^,]*),?(?<full_name>\"(?:[^\"]|\"\")*\"|[^,]*),?(?<name>\"(?:[^\"]|\"\")*\"|[^,]*),\
+	?(?<code>\"(?:[^\"]|\"\")*\"|[^,]*),?(?<description>\"(?:[^\"]|\"\")*\"|[^,]*),?(?<color>[^,]*),\
+	?(?<notes>\"(?:[^\"]|\"\")*\"|[^,]*),?(?<commoditym>\"(?:[^\"]|\"\")*\"|[^,]*),?(?<commodityn>\"(?:[^\"]|\"\")*\"|[^,]*),\
+	?(?<hidden>[^,]*),?(?<tax>[^,]*),?(?<place_holder>[^,]*),(?<endofline>[^,]*)$");
+
+    if (g_strcmp0 (name, "radio_custom") == 0)
     {
         temp = gnc_input_dialog (0, _("Adjust regular expression used for import"), _("This regular expression is used to parse the import file. Modify according to your needs.\n"), info->regexp->str);
         if (temp)
@@ -555,6 +561,7 @@ csv_import_assistant_create (CsvImportInfo *info)
     GtkWidget *button;
     GtkCellRenderer *renderer;
     GtkTreeViewColumn *column;
+    gchar *mnemonic_desc = NULL;
 
     builder = gtk_builder_new();
     gnc_builder_add_from_file  (builder , "assistant-csv-account-import.glade", "num_hrows_adj");
@@ -608,7 +615,11 @@ csv_import_assistant_create (CsvImportInfo *info)
     info->header_row_spin = GTK_WIDGET(gtk_builder_get_object (builder, "num_hrows"));
     info->tree_view = GTK_WIDGET(gtk_builder_get_object (builder, "treeview"));
 
-    info->regexp = g_string_new ( "^(?<type>[^;]*);(?<full_name>[^;]*);(?<name>[^;]*);(?<code>[^;]*);?(?<description>[^;]*);?(?<color>[^;]*);?(?<notes>[^;]*);?(?<commoditym>[^;]*);?(?<commodityn>[^;]*);?(?<hidden>[^;]*);?(?<tax>[^;]*);?(?<place_holder>[^;]*)$");
+    /* Comma Separated file default */
+    info->regexp = g_string_new ( "^(?<type>[^,]*),?(?<full_name>\"(?:[^\"]|\"\")*\"|[^,]*),?(?<name>\"(?:[^\"]|\"\")*\"|[^,]*),\
+	?(?<code>\"(?:[^\"]|\"\")*\"|[^,]*),?(?<description>\"(?:[^\"]|\"\")*\"|[^,]*),?(?<color>[^,]*),\
+	?(?<notes>\"(?:[^\"]|\"\")*\"|[^,]*),?(?<commoditym>\"(?:[^\"]|\"\")*\"|[^,]*),?(?<commodityn>\"(?:[^\"]|\"\")*\"|[^,]*),\
+	?(?<hidden>[^,]*),?(?<tax>[^,]*),?(?<place_holder>[^,]*),(?<endofline>[^,]*)$");
 
     /* create model and bind to view */
     info->store = gtk_list_store_new (N_COLUMNS,
@@ -617,10 +628,12 @@ csv_import_assistant_create (CsvImportInfo *info)
     gtk_tree_view_set_model( GTK_TREE_VIEW(info->tree_view), GTK_TREE_MODEL(info->store) );
 #define CREATE_COLUMN(description,column_id) \
   renderer = gtk_cell_renderer_text_new (); \
-  column = gtk_tree_view_column_new_with_attributes (mnemonic_escape(_(description)), renderer, "text", column_id, NULL); \
+  mnemonic_desc = mnemonic_escape(_(description)); \
+  column = gtk_tree_view_column_new_with_attributes (mnemonic_desc, renderer, "text", column_id, NULL); \
   gtk_tree_view_column_add_attribute(column, renderer, "background", ROW_COLOR); \
   gtk_tree_view_column_set_resizable (column, TRUE); \
-  gtk_tree_view_append_column (GTK_TREE_VIEW (info->tree_view), column);
+  gtk_tree_view_append_column (GTK_TREE_VIEW (info->tree_view), column); \
+  g_free (mnemonic_desc);
     CREATE_COLUMN ("type", TYPE);
     CREATE_COLUMN ("full_name", FULL_NAME);
     CREATE_COLUMN ("name", NAME);
diff --git a/src/import-export/csv-imp/assistant-csv-account-import.glade b/src/import-export/csv-imp/assistant-csv-account-import.glade
index d9132be..70dc74c 100644
--- a/src/import-export/csv-imp/assistant-csv-account-import.glade
+++ b/src/import-export/csv-imp/assistant-csv-account-import.glade
@@ -135,11 +135,11 @@ Enter file name and location for the Import...
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <property name="border_width">12</property>
-                <property name="n_rows">4</property>
-                <property name="n_columns">4</property>
+                <property name="n_rows">3</property>
+                <property name="n_columns">3</property>
                 <child>
-                  <object class="GtkRadioButton" id="radio_semi">
-                    <property name="label" translatable="yes">Semicolon Separated</property>
+                  <object class="GtkRadioButton" id="radio_comma">
+                    <property name="label" translatable="yes">Comma Separated</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
@@ -150,104 +150,53 @@ Enter file name and location for the Import...
                   </object>
                 </child>
                 <child>
-                  <object class="GtkRadioButton" id="radio_semiq">
-                    <property name="label" translatable="yes">Semicolon Separated with Quotes</property>
+                  <object class="GtkRadioButton" id="radio_semi">
+                    <property name="label" translatable="yes">Semicolon Separated</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
                     <property name="use_action_appearance">False</property>
                     <property name="draw_indicator">True</property>
-                    <property name="group">radio_semi</property>
+                    <property name="group">radio_comma</property>
                     <signal name="toggled" handler="csv_import_sep_cb" swapped="no"/>
                   </object>
                   <packing>
-                    <property name="left_attach">2</property>
-                    <property name="right_attach">3</property>
+                    <property name="left_attach">1</property>
+                    <property name="right_attach">2</property>
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkRadioButton" id="radio_comma">
-                    <property name="label" translatable="yes">Comma Separated</property>
+                  <object class="GtkRadioButton" id="radio_custom">
+                    <property name="label" translatable="yes">Custom regular Expression</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
                     <property name="use_action_appearance">False</property>
                     <property name="draw_indicator">True</property>
-                    <property name="group">radio_semi</property>
+                    <property name="group">radio_comma</property>
                     <signal name="toggled" handler="csv_import_sep_cb" swapped="no"/>
                   </object>
                   <packing>
-                    <property name="top_attach">1</property>
-                    <property name="bottom_attach">2</property>
+                    <property name="top_attach">2</property>
+                    <property name="bottom_attach">3</property>
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkRadioButton" id="radio_commaq">
-                    <property name="label" translatable="yes">Comma Separated with Quotes</property>
+                  <object class="GtkRadioButton" id="radio_colon">
+                    <property name="label" translatable="yes">Colon Separated</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
                     <property name="use_action_appearance">False</property>
                     <property name="draw_indicator">True</property>
-                    <property name="group">radio_semi</property>
+                    <property name="group">radio_comma</property>
                     <signal name="toggled" handler="csv_import_sep_cb" swapped="no"/>
                   </object>
                   <packing>
                     <property name="left_attach">2</property>
                     <property name="right_attach">3</property>
-                    <property name="top_attach">1</property>
-                    <property name="bottom_attach">2</property>
                   </packing>
                 </child>
-                <child>
-                  <object class="GtkRadioButton" id="radio_custom">
-                    <property name="label" translatable="yes">Custom regular Expression</property>
-                    <property name="visible">True</property>
-                    <property name="can_focus">True</property>
-                    <property name="receives_default">False</property>
-                    <property name="use_action_appearance">False</property>
-                    <property name="draw_indicator">True</property>
-                    <property name="group">radio_semi</property>
-                    <signal name="toggled" handler="csv_import_sep_cb" swapped="no"/>
-                  </object>
-                  <packing>
-                    <property name="top_attach">2</property>
-                    <property name="bottom_attach">3</property>
-                  </packing>
-                </child>
-                <child>
-                  <placeholder/>
-                </child>
-                <child>
-                  <placeholder/>
-                </child>
-                <child>
-                  <placeholder/>
-                </child>
-                <child>
-                  <placeholder/>
-                </child>
-                <child>
-                  <placeholder/>
-                </child>
-                <child>
-                  <placeholder/>
-                </child>
-                <child>
-                  <placeholder/>
-                </child>
-                <child>
-                  <placeholder/>
-                </child>
-                <child>
-                  <placeholder/>
-                </child>
-                <child>
-                  <placeholder/>
-                </child>
-                <child>
-                  <placeholder/>
-                </child>
               </object>
             </child>
             <child type="label">
diff --git a/src/import-export/csv-imp/csv-account-import.c b/src/import-export/csv-imp/csv-account-import.c
index dd6f3cb..68e73a8 100644
--- a/src/import-export/csv-imp/csv-account-import.c
+++ b/src/import-export/csv-imp/csv-account-import.c
@@ -41,13 +41,24 @@ static QofLogModule log_module = GNC_MOD_ASSISTANT;
 
 /* This helper macro takes a regexp match and fills the model */
 #define FILL_IN_HELPER(match_name,column) \
-            temp = g_match_info_fetch_named (match_info, match_name); \
-            if (temp) \
-            { \
-		g_strstrip( temp ); \
+             temp = g_match_info_fetch_named (match_info, match_name); \
+             if (temp) \
+             { \
+		g_strstrip (temp); \
+                if (g_str_has_prefix (temp, "\""))\
+                { \
+                    if (strlen (temp) >= 2) \
+                    { \
+		        toptail = g_strndup (temp + 1, strlen (temp)-2); \
+                        parts = g_strsplit (toptail, "\"\"", -1); \
+                        temp = g_strjoinv ("\"", parts); \
+                        g_strfreev (parts); \
+                        g_free (toptail); \
+                    } \
+                } \
                 gtk_list_store_set (store, &iter, column, temp, -1); \
                 g_free (temp); \
-            }
+             }
 
 
 /*******************************************************
@@ -61,7 +72,9 @@ csv_import_read_file (const gchar *filename, const gchar *parser_regexp,
 {
     FILE       *f;
     char       *line;
-    gchar      *line_utf8, *temp;
+    gchar      *line_utf8, *temp, *toptail;
+    gchar      **parts;
+    gchar      *end1, *end2;
     GMatchInfo *match_info;
     GError     *err;
     GRegex     *regexpat;
@@ -105,25 +118,49 @@ csv_import_read_file (const gchar *filename, const gchar *parser_regexp,
         return RESULT_ERROR_IN_REGEXP;
     }
 
+    /* Setup the two different line endings */
+    end1 = g_strconcat (_("#eol"),"\"\n", NULL);
+    end2 = g_strconcat (_("#eol"),"\n", NULL);
+
     // start the import
 #define buffer_size 1000
     line = g_malloc0 (buffer_size);
     while (!feof (f))
     {
+        gchar  *currentline = NULL;
         int l;
         row++;
         if (row == max_rows)
             break;
+
         // read one line
         if (!fgets (line, buffer_size, f))
-            break;			// eof
+            break; // eof
+
+        currentline = g_strdup (line);
+
+        while (!(g_str_has_suffix (line, end1) || g_str_has_suffix (line, end2)))
+        {
+            // read next line
+            if (fgets (line, buffer_size, f))
+            {
+                gchar *temp_str = NULL;
+                temp_str = g_strconcat (currentline, line, NULL);
+                g_free (currentline);
+                currentline = g_strdup (temp_str);
+                g_free (temp_str);
+            }
+            else
+                break; // eof
+         }
+
         // now strip the '\n' from the end of the line
-        l = strlen (line);
-        if ((l > 0) && (line[l - 1] == '\n'))
-            line[l - 1] = 0;
+        l = strlen (currentline);
+        if ((l > 0) && (currentline[l - 1] == '\n'))
+            currentline[l - 1] = 0;
 
         // convert line from locale into utf8
-        line_utf8 = g_locale_to_utf8 (line, -1, NULL, NULL, NULL);
+        line_utf8 = g_locale_to_utf8 (currentline, -1, NULL, NULL, NULL);
 
         // parse the line
         match_info = NULL;	// it seems, that in contrast to documentation, match_info is not always set -> g_match_info_free will segfault
@@ -147,11 +184,14 @@ csv_import_read_file (const gchar *filename, const gchar *parser_regexp,
             gtk_list_store_set (store, &iter, ROW_COLOR, NULL, -1);
         }
 
+        g_free (currentline);
         g_match_info_free (match_info);
         match_info = 0;
         g_free (line_utf8);
         line_utf8 = 0;
     }
+    g_free (end1);
+    g_free (end2);
     g_free (line);
     line = 0;
 
@@ -313,17 +353,11 @@ csv_account_import (CsvImportInfo *info)
             }
 
             if (!g_strcmp0(notes, "") == 0)
-            {
-                /* Check for multiple lines */
-                gchar **parts;
-                parts = g_strsplit(notes, "\\n", -1);
-                notes = g_strjoinv("\n", parts);
-                g_strfreev(parts);
-            }
-            xaccAccountSetNotes (acc, notes);
+                xaccAccountSetNotes (acc, notes);
 
             if (!g_strcmp0(description, "") == 0)
                 xaccAccountSetDescription (acc, description);
+
             if (!g_strcmp0(code, "") == 0)
                 xaccAccountSetCode (acc, code);
         }

commit b13f3dab2fd665cf00e8fc1fe90d73666c19accf
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Sep 19 13:24:00 2014 +0100

    This patch fixes bug 731519. The fix sets the upper limit before it sets the value of the end row spin button.

diff --git a/src/import-export/csv-imp/assistant-csv-trans-import.c b/src/import-export/csv-imp/assistant-csv-trans-import.c
index 66fd910..9ec281d 100644
--- a/src/import-export/csv-imp/assistant-csv-trans-import.c
+++ b/src/import-export/csv-imp/assistant-csv-trans-import.c
@@ -1353,8 +1353,8 @@ csv_import_trans_assistant_preview_page_prepare (GtkAssistant *assistant,
     adj = gtk_spin_button_get_adjustment(GTK_SPIN_BUTTON(info->end_row_spin));
     if (gtk_adjustment_get_upper(adj) != info->num_of_rows)
     {
+        gtk_adjustment_set_upper (adj, info->num_of_rows);
         gtk_spin_button_set_value (GTK_SPIN_BUTTON(info->end_row_spin), info->num_of_rows);
-        gtk_adjustment_set_upper(adj, info->num_of_rows);
     }
 
     /* Update the row selection highlight */

commit 32105585d4c239953c04d2b013b8a9f1bddcaca8
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Sep 25 16:45:44 2014 -0700

    Bug 736703 - Scheduled transaction are registered without credit/debit
    
    Use a default exchange rate of 1 instead of 0.

diff --git a/src/app-utils/gnc-sx-instance-model.c b/src/app-utils/gnc-sx-instance-model.c
index 744c274..2b1a1f5 100644
--- a/src/app-utils/gnc-sx-instance-model.c
+++ b/src/app-utils/gnc-sx-instance-model.c
@@ -1173,7 +1173,7 @@ create_each_transaction_helper(Transaction *template_txn, void *user_data)
                   }
                 */
 
-                exchange_rate = gnc_numeric_zero();
+                exchange_rate = gnc_numeric_create (1, 1);
                 g_string_printf(exchange_rate_var_name, "%s -> %s",
                                 gnc_commodity_get_mnemonic(first_cmdty),
                                 gnc_commodity_get_mnemonic(split_cmdty));

commit e693a68972c393c59d943d6c7b9775c4b85700c7
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Tue Sep 23 10:26:00 2014 +0200

    Bug 630638 - 'Process payment' should allow to select equity accounts for payment

diff --git a/src/business/business-gnome/dialog-payment.c b/src/business/business-gnome/dialog-payment.c
index ad8c9d1..5cc09e5 100644
--- a/src/business/business-gnome/dialog-payment.c
+++ b/src/business/business-gnome/dialog-payment.c
@@ -786,7 +786,8 @@ gnc_payment_leave_amount_cb (GtkWidget *widget, GdkEventFocus *event,
 
 static gboolean AccountTypeOkForPayments (GNCAccountType type)
 {
-    if (xaccAccountIsAssetLiabType(type))
+    if (xaccAccountIsAssetLiabType(type) ||
+        xaccAccountIsEquityType(type))
         return TRUE;
     else
         return FALSE;
diff --git a/src/engine/Account.c b/src/engine/Account.c
index 69cd072..3e842ce 100644
--- a/src/engine/Account.c
+++ b/src/engine/Account.c
@@ -4048,6 +4048,7 @@ gboolean xaccAccountIsAssetLiabType(GNCAccountType t)
                 || xaccAccountTypesCompatible(ACCT_TYPE_LIABILITY, t));
     }
 }
+
 gboolean xaccAccountIsAPARType(GNCAccountType t)
 {
     switch (t)
@@ -4060,6 +4061,17 @@ gboolean xaccAccountIsAPARType(GNCAccountType t)
     }
 }
 
+gboolean xaccAccountIsEquityType(GNCAccountType t)
+{
+    switch (t)
+    {
+    case ACCT_TYPE_EQUITY:
+        return TRUE;
+    default:
+        return FALSE;
+    }
+}
+
 gboolean
 xaccAccountIsPriced(const Account *acc)
 {
diff --git a/src/engine/Account.h b/src/engine/Account.h
index 23ddbd1..ae1f0a8 100644
--- a/src/engine/Account.h
+++ b/src/engine/Account.h
@@ -944,6 +944,10 @@ gboolean xaccAccountIsAssetLiabType(GNCAccountType t);
  *  (meaning an Accounts Payable/Accounts Receivable). */
 gboolean xaccAccountIsAPARType(GNCAccountType t);
 
+/** Convenience function to check if the account is a valid
+ *  Equity type. */
+gboolean xaccAccountIsEquityType(GNCAccountType t);
+
 
 /** @} */
 

commit 97d6bffa0caa30e6c10e9eee0d85e74bdbdca28f
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Tue Sep 23 10:24:42 2014 +0200

    Use same test for payment dialog transfer accounts and assign as payment checks

diff --git a/src/business/business-gnome/dialog-payment.c b/src/business/business-gnome/dialog-payment.c
index f7779d1..ad8c9d1 100644
--- a/src/business/business-gnome/dialog-payment.c
+++ b/src/business/business-gnome/dialog-payment.c
@@ -784,6 +784,14 @@ gnc_payment_leave_amount_cb (GtkWidget *widget, GdkEventFocus *event,
     gnc_payment_window_check_payment (pw);
 }
 
+static gboolean AccountTypeOkForPayments (GNCAccountType type)
+{
+    if (xaccAccountIsAssetLiabType(type))
+        return TRUE;
+    else
+        return FALSE;
+}
+
 /* Select the list of accounts to show in the tree */
 static void
 gnc_payment_set_account_types (GncTreeViewAccount *tree)
@@ -794,19 +802,7 @@ gnc_payment_set_account_types (GncTreeViewAccount *tree)
     gnc_tree_view_account_get_view_info (tree, &avi);
 
     for (i = 0; i < NUM_ACCOUNT_TYPES; i++)
-        switch (i)
-        {
-        case ACCT_TYPE_BANK:
-        case ACCT_TYPE_CASH:
-        case ACCT_TYPE_CREDIT:
-        case ACCT_TYPE_ASSET:
-        case ACCT_TYPE_LIABILITY:
-            avi.include_type[i] = TRUE;
-            break;
-        default:
-            avi.include_type[i] = FALSE;
-            break;
-        }
+        avi.include_type[i] = AccountTypeOkForPayments (i);
 
     gnc_tree_view_account_set_view_info (tree, &avi);
 }
@@ -1123,7 +1119,7 @@ static void increment_if_asset_account (gpointer data,
     int *r = user_data;
     const Split *split = data;
     const Account *account = xaccSplitGetAccount(split);
-    if (xaccAccountIsAssetLiabType(xaccAccountGetType(account)))
+    if (AccountTypeOkForPayments(xaccAccountGetType (account)))
         ++(*r);
 }
 static int countAssetAccounts(SplitList* slist)
@@ -1138,7 +1134,7 @@ static gint predicate_is_asset_account(gconstpointer a,
 {
     const Split *split = a;
     const Account *account = xaccSplitGetAccount(split);
-    if (xaccAccountIsAssetLiabType(xaccAccountGetType(account)))
+    if (AccountTypeOkForPayments(xaccAccountGetType(account)))
         return 0;
     else
         return -1;

commit 345f576bf731ebec0e30dd3e51ac536e64e415aa
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Mon Sep 22 23:30:16 2014 +0200

    Avoid undocumented dependency on progress page type in assistant to skip page
    
    Instead, simply delete page when not needed

diff --git a/src/import-export/csv-exp/assistant-csv-export.c b/src/import-export/csv-exp/assistant-csv-export.c
index 78a158d..b4ddb05 100644
--- a/src/import-export/csv-exp/assistant-csv-export.c
+++ b/src/import-export/csv-exp/assistant-csv-export.c
@@ -668,13 +668,7 @@ csv_export_assistant_start_page_prepare (GtkAssistant *assistant,
 
     /* Set Start page text */
     if (info->export_type == XML_EXPORT_TREE)
-    {
-        GtkWidget *page = gtk_assistant_get_nth_page (assistant, num + 1);
-
-        /* Change the Account page from Content to Progress to make the back button work */
-        gtk_assistant_set_page_type (assistant, page, GTK_ASSISTANT_PAGE_PROGRESS);
         gtk_label_set_text (GTK_LABEL(info->start_label), gettext (start_tree_string));
-    }
     else
         gtk_label_set_text (GTK_LABEL(info->start_label), gettext (start_trans_string));
 
@@ -691,10 +685,6 @@ csv_export_assistant_account_page_prepare (GtkAssistant *assistant,
     gint num = gtk_assistant_get_current_page (assistant);
     GtkWidget *page = gtk_assistant_get_nth_page (assistant, num);
 
-    /* If we are doing tree export, step over account select page */
-    if (info->export_type == XML_EXPORT_TREE)
-        gtk_assistant_set_current_page (assistant, num + 1 );
-
     /* Enable the Forward Assistant Button if we have accounts */
     if (info->csva.num_accounts > 0)
         gtk_assistant_set_page_complete (assistant, page, TRUE);
@@ -771,31 +761,20 @@ void
 csv_export_assistant_prepare (GtkAssistant *assistant, GtkWidget *page,
                               gpointer user_data)
 {
-    gint currentpage = gtk_assistant_get_current_page(assistant);
+    CsvExportInfo *info = user_data;
 
-    switch (currentpage)
-    {
-    case 0:
-        /* Current page is Start page */
+    if (page == info->start_page)
         csv_export_assistant_start_page_prepare (assistant, user_data);
-        break;
-    case 1:
-        /* Current page is Account select page */
+    else if (page == info->account_page)
         csv_export_assistant_account_page_prepare (assistant, user_data);
-        break;
-    case 2:
-        /* Current page is file select page */
+    else if (page == info->file_page)
         csv_export_assistant_file_page_prepare (assistant, user_data);
-        break;
-    case 3:
-        /* Current page is Finish page */
+    else if (page == info->finish_label)
         csv_export_assistant_finish_page_prepare (assistant, user_data);
-        break;
-    case 4:
-        /* Current page is Summary page */
+    else if (page == info->summary_label)
         csv_export_assistant_summary_page_prepare (assistant, user_data);
-        break;
-    }
+    else
+        g_assert_not_reached();
 }
 
 
@@ -872,11 +851,17 @@ csv_export_assistant_create (CsvExportInfo *info)
     load_settings (info);
 
     /* Start Page */
+    info->start_page = GTK_WIDGET(gtk_builder_get_object(builder, "start_page"));
     info->start_label = GTK_WIDGET(gtk_builder_get_object(builder, "start_label"));
     info->custom_entry = GTK_WIDGET(gtk_builder_get_object(builder, "custom_entry"));
     gtk_widget_set_sensitive(info->custom_entry, FALSE);
 
     /* Account Page */
+    info->account_page = GTK_WIDGET(gtk_builder_get_object(builder, "account_page"));
+
+    if (info->export_type == XML_EXPORT_TREE)
+        gtk_widget_destroy (info->account_page);
+    else
     {
         GtkTreeView *tree_view;
         GtkTreeSelection *selection;
@@ -921,12 +906,8 @@ csv_export_assistant_create (CsvExportInfo *info)
                           G_CALLBACK  (csv_export_info_acct_type_cb), info);
         g_signal_connect (G_OBJECT (liab_eq_radio), "toggled",
                           G_CALLBACK  (csv_export_info_acct_type_cb), info);
-    }
-
-    /* select subaccounts button */
-    {
-        GtkWidget *button;
 
+        /* select subaccounts button */
         button = GTK_WIDGET(gtk_builder_get_object (builder, "select_subaccounts_button"));
         info->csva.select_button = button;
 
@@ -934,51 +915,52 @@ csv_export_assistant_create (CsvExportInfo *info)
                           G_CALLBACK  (csv_export_select_subaccounts_clicked_cb), info);
         g_signal_connect (G_OBJECT (info->csva.account_treeview), "cursor_changed",
                           G_CALLBACK  (csv_export_cursor_changed_cb), info);
-    }
 
-    /* Set the date info */
-    button = GTK_WIDGET(gtk_builder_get_object (builder, "show_range"));
-
-    /* Earliest and Latest in Book */
-    start_time = get_earliest_in_book (gnc_get_current_book());
-    end_time = gnc_time (NULL);
-
-    info->csvd.start_time = start_time;
-    info->csvd.end_time = end_time;
-    gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(button), FALSE);
-
-    table = GTK_WIDGET(gtk_builder_get_object (builder, "select_range_table"));
-    info->csvd.table = table;
-    gtk_widget_set_sensitive(GTK_WIDGET(table), FALSE);
-
-    info->csvd.start_date_choose = GTK_WIDGET(gtk_builder_get_object (builder, "start_date_choose"));
-    info->csvd.start_date_today = GTK_WIDGET(gtk_builder_get_object (builder, "start_date_today"));
-    info->csvd.end_date_choose = GTK_WIDGET(gtk_builder_get_object (builder, "end_date_choose"));
-    info->csvd.end_date_today = GTK_WIDGET(gtk_builder_get_object (builder, "end_date_today"));
-
-    /* Start date info */
-    info->csvd.start_date = gnc_date_edit_new (gnc_time (NULL), FALSE, FALSE);
-    hbox = GTK_WIDGET(gtk_builder_get_object (builder, "start_date_hbox"));
-    gtk_box_pack_start (GTK_BOX (hbox), info->csvd.start_date, TRUE, TRUE, 0);
-    gtk_widget_show (info->csvd.start_date);
-    gnc_date_edit_set_time (GNC_DATE_EDIT(info->csvd.start_date), start_time);
-    g_signal_connect (G_OBJECT (info->csvd.start_date), "date-changed",
-                      G_CALLBACK (csv_export_date_changed_cb), info);
-
-    /* End date info */
-    info->csvd.end_date = gnc_date_edit_new (gnc_time (NULL), FALSE, FALSE);
-    hbox = GTK_WIDGET(gtk_builder_get_object (builder, "end_date_hbox"));
-    gtk_box_pack_start (GTK_BOX (hbox), info->csvd.end_date, TRUE, TRUE, 0);
-    gtk_widget_show (info->csvd.end_date);
-    gnc_date_edit_set_time (GNC_DATE_EDIT(info->csvd.end_date), end_time);
-    g_signal_connect (G_OBJECT (info->csvd.end_date), "date-changed",
-                      G_CALLBACK (csv_export_date_changed_cb), info);
-
-    /* Load Accounts */
-    show_acct_type_accounts (info);
-    update_accounts_tree (info);
+        /* Set the date info */
+        button = GTK_WIDGET(gtk_builder_get_object (builder, "show_range"));
+
+        /* Earliest and Latest in Book */
+        start_time = get_earliest_in_book (gnc_get_current_book());
+        end_time = gnc_time (NULL);
+
+        info->csvd.start_time = start_time;
+        info->csvd.end_time = end_time;
+        gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(button), FALSE);
+
+        table = GTK_WIDGET(gtk_builder_get_object (builder, "select_range_table"));
+        info->csvd.table = table;
+        gtk_widget_set_sensitive(GTK_WIDGET(table), FALSE);
+
+        info->csvd.start_date_choose = GTK_WIDGET(gtk_builder_get_object (builder, "start_date_choose"));
+        info->csvd.start_date_today = GTK_WIDGET(gtk_builder_get_object (builder, "start_date_today"));
+        info->csvd.end_date_choose = GTK_WIDGET(gtk_builder_get_object (builder, "end_date_choose"));
+        info->csvd.end_date_today = GTK_WIDGET(gtk_builder_get_object (builder, "end_date_today"));
+
+        /* Start date info */
+        info->csvd.start_date = gnc_date_edit_new (gnc_time (NULL), FALSE, FALSE);
+        hbox = GTK_WIDGET(gtk_builder_get_object (builder, "start_date_hbox"));
+        gtk_box_pack_start (GTK_BOX (hbox), info->csvd.start_date, TRUE, TRUE, 0);
+        gtk_widget_show (info->csvd.start_date);
+        gnc_date_edit_set_time (GNC_DATE_EDIT(info->csvd.start_date), start_time);
+        g_signal_connect (G_OBJECT (info->csvd.start_date), "date-changed",
+                        G_CALLBACK (csv_export_date_changed_cb), info);
+
+        /* End date info */
+        info->csvd.end_date = gnc_date_edit_new (gnc_time (NULL), FALSE, FALSE);
+        hbox = GTK_WIDGET(gtk_builder_get_object (builder, "end_date_hbox"));
+        gtk_box_pack_start (GTK_BOX (hbox), info->csvd.end_date, TRUE, TRUE, 0);
+        gtk_widget_show (info->csvd.end_date);
+        gnc_date_edit_set_time (GNC_DATE_EDIT(info->csvd.end_date), end_time);
+        g_signal_connect (G_OBJECT (info->csvd.end_date), "date-changed",
+                        G_CALLBACK (csv_export_date_changed_cb), info);
+
+        /* Load Accounts */
+        show_acct_type_accounts (info);
+        update_accounts_tree (info);
+    }
 
     /* File chooser Page */
+    info->file_page = GTK_WIDGET(gtk_builder_get_object(builder, "file_page"));
     info->file_chooser = gtk_file_chooser_widget_new (GTK_FILE_CHOOSER_ACTION_SAVE);
     button = gtk_button_new_from_stock(GTK_STOCK_OK);
     gtk_widget_set_size_request (button, 100, -1);
diff --git a/src/import-export/csv-exp/assistant-csv-export.h b/src/import-export/csv-exp/assistant-csv-export.h
index 99c9241..f0ff9a9 100644
--- a/src/import-export/csv-exp/assistant-csv-export.h
+++ b/src/import-export/csv-exp/assistant-csv-export.h
@@ -70,6 +70,10 @@ typedef struct
     CsvExportType export_type;
     CsvExportDate csvd;
     CsvExportAcc  csva;
+    
+    GtkWidget    *start_page;
+    GtkWidget    *account_page;
+    GtkWidget    *file_page;
 
     GtkWidget    *window;
     GtkWidget    *assistant;

commit 48f2e8bb7ee1363e307f1fcc81b7e6d01ba542b5
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Sep 22 23:28:25 2014 +0200

    This patch fixes bug 726888, cancel button is available on all pages of assistant.

diff --git a/src/import-export/csv-exp/assistant-csv-export.c b/src/import-export/csv-exp/assistant-csv-export.c
index 612fc12..78a158d 100644
--- a/src/import-export/csv-exp/assistant-csv-export.c
+++ b/src/import-export/csv-exp/assistant-csv-export.c
@@ -668,7 +668,13 @@ csv_export_assistant_start_page_prepare (GtkAssistant *assistant,
 
     /* Set Start page text */
     if (info->export_type == XML_EXPORT_TREE)
+    {
+        GtkWidget *page = gtk_assistant_get_nth_page (assistant, num + 1);
+
+        /* Change the Account page from Content to Progress to make the back button work */
+        gtk_assistant_set_page_type (assistant, page, GTK_ASSISTANT_PAGE_PROGRESS);
         gtk_label_set_text (GTK_LABEL(info->start_label), gettext (start_tree_string));
+    }
     else
         gtk_label_set_text (GTK_LABEL(info->start_label), gettext (start_trans_string));
 
@@ -983,9 +989,6 @@ csv_export_assistant_create (CsvExportInfo *info)
     g_signal_connect (G_OBJECT (button), "clicked",
                       G_CALLBACK (csv_export_file_chooser_confirm_cb), info);
 
-
-
-
     box = GTK_WIDGET(gtk_builder_get_object(builder, "file_page"));
     gtk_box_pack_start (GTK_BOX (box), info->file_chooser, TRUE, TRUE, 6);
     gtk_widget_show (info->file_chooser);
diff --git a/src/import-export/csv-exp/assistant-csv-export.glade b/src/import-export/csv-exp/assistant-csv-export.glade
index e9621c2..6b04330 100644
--- a/src/import-export/csv-exp/assistant-csv-export.glade
+++ b/src/import-export/csv-exp/assistant-csv-export.glade
@@ -850,7 +850,6 @@ Select the type of Export required and the separator that will be used.
         </child>
       </object>
       <packing>
-        <property name="page_type">progress</property>
         <property name="title" translatable="yes">Account Selection</property>
       </packing>
     </child>

commit 7d7d201498b2e0171e33a85023524d8b80b2f52f
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Sep 22 23:27:54 2014 +0200

    Use same default setting for quotes in csv import and export

diff --git a/src/import-export/csv-exp/assistant-csv-export.c b/src/import-export/csv-exp/assistant-csv-export.c
index 7945da3..612fc12 100644
--- a/src/import-export/csv-exp/assistant-csv-export.c
+++ b/src/import-export/csv-exp/assistant-csv-export.c
@@ -244,7 +244,7 @@ void csv_export_custom_entry_cb (GtkWidget *widget, gpointer user_data )
 static
 void load_settings (CsvExportInfo *info)
 {
-    info->use_quotes = TRUE;
+    info->use_quotes = FALSE;
     info->separator_str = ",";
     info->file_name = NULL;
     info->starting_dir = NULL;
diff --git a/src/import-export/csv-exp/assistant-csv-export.glade b/src/import-export/csv-exp/assistant-csv-export.glade
index c32983b..e9621c2 100644
--- a/src/import-export/csv-exp/assistant-csv-export.glade
+++ b/src/import-export/csv-exp/assistant-csv-export.glade
@@ -77,7 +77,6 @@ Select the type of Export required and the separator that will be used.
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
                         <property name="use_action_appearance">False</property>
-                        <property name="active">True</property>
                         <property name="draw_indicator">True</property>
                         <signal name="toggled" handler="csv_export_quote_cb" swapped="no"/>
                       </object>

commit 5c207daebc231101ebb0d36a8e5db0185867cefc
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Mon Sep 22 16:06:03 2014 +0200

    Set default currency for French account chart templates

diff --git a/accounts/fr_FR/acctchrt_brokerage.gnucash-xea b/accounts/fr_FR/acctchrt_brokerage.gnucash-xea
index fe46bbe..57f17d9 100644
--- a/accounts/fr_FR/acctchrt_brokerage.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_brokerage.gnucash-xea
@@ -22,7 +22,7 @@
   <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Avoir</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
@@ -33,7 +33,7 @@
   <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Investissements</act:description>
   <act:parent type="new">98f262dfab9a2b99ac42919dcf58d304</act:parent>
@@ -44,7 +44,7 @@
   <act:type>BANK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Compte de bourse/titres</act:description>
   <act:parent type="new">7ff59d92615cce4d8388d7e179ee3ff6</act:parent>
@@ -55,7 +55,7 @@
   <act:type>STOCK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Obligation</act:description>
   <act:parent type="new">f15ec9568727f08a5ebd8f3e66483876</act:parent>
@@ -66,7 +66,7 @@
   <act:type>STOCK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Action</act:description>
   <act:parent type="new">f15ec9568727f08a5ebd8f3e66483876</act:parent>
@@ -77,7 +77,7 @@
   <act:type>MUTUAL</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Marché d'indice</act:description>
   <act:parent type="new">f15ec9568727f08a5ebd8f3e66483876</act:parent>
@@ -88,7 +88,7 @@
   <act:type>MUTUAL</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Fond commun</act:description>
   <act:parent type="new">f15ec9568727f08a5ebd8f3e66483876</act:parent>
@@ -99,7 +99,7 @@
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Revenus</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
@@ -110,7 +110,7 @@
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Revenu de dividende</act:description>
   <act:parent type="new">9da3c880bd04b9db49eb7f5b06403bda</act:parent>
@@ -121,7 +121,7 @@
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Revenu d'intérets</act:description>
   <act:parent type="new">9da3c880bd04b9db49eb7f5b06403bda</act:parent>
@@ -132,7 +132,7 @@
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Intérêts d'obligation</act:description>
   <act:parent type="new">c47361e40d9478ec11758097e64d693c</act:parent>
@@ -143,7 +143,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Dépenses</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
@@ -154,7 +154,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Commissions</act:description>
   <act:parent type="new">6de23244232785031501171abcc1d4aa</act:parent>
diff --git a/accounts/fr_FR/acctchrt_business.gnucash-xea b/accounts/fr_FR/acctchrt_business.gnucash-xea
index 0e62139..6bc6a43 100644
--- a/accounts/fr_FR/acctchrt_business.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_business.gnucash-xea
@@ -22,7 +22,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Actifs</act:description>
@@ -34,7 +34,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Actifs actuels</act:description>
@@ -46,7 +46,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>BANK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Compte chèque</act:description>
@@ -68,7 +68,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>BANK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Compte d'épargne</act:description>
@@ -94,7 +94,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>CASH</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Liquidités</act:description>
@@ -116,7 +116,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>RECEIVABLE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Compte à recevoir</act:description>
@@ -138,7 +138,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Passif</act:description>
@@ -150,7 +150,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>CREDIT</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Carte de crédit</act:description>
@@ -172,7 +172,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>PAYABLE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Compte à payer</act:description>
@@ -194,7 +194,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Revenus</act:description>
@@ -206,7 +206,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Revenus d'intérêts</act:description>
@@ -218,7 +218,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Autres rentrées</act:description>
@@ -230,7 +230,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Dépenses remboursées</act:description>
@@ -252,7 +252,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Ventes</act:description>
@@ -274,7 +274,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Dépenses</act:description>
@@ -286,7 +286,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Ajustement</act:description>
@@ -298,7 +298,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Auto</act:description>
@@ -310,7 +310,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Frais</act:description>
@@ -322,7 +322,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Carburant</act:description>
@@ -334,7 +334,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Parking</act:description>
@@ -346,7 +346,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Réparations et entretien</act:description>
@@ -358,7 +358,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Frais bancaires</act:description>
@@ -370,7 +370,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Livres</act:description>
@@ -382,7 +382,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Remises</act:description>
@@ -404,7 +404,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Charité</act:description>
@@ -416,7 +416,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Dépréciation</act:description>
@@ -438,7 +438,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Repas</act:description>
@@ -450,7 +450,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Cotisations et abonnements</act:description>
@@ -472,7 +472,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Formation</act:description>
@@ -484,7 +484,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Location d'équipement</act:description>
@@ -506,7 +506,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Assurance</act:description>
@@ -518,7 +518,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Assurance incapacité</act:description>
@@ -540,7 +540,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Assurance responsabilité</act:description>
@@ -562,7 +562,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Personnel</act:description>
@@ -584,7 +584,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Licences et autorisations</act:description>
@@ -606,7 +606,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Divers</act:description>
@@ -618,7 +618,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Fournitures de bureau</act:description>
@@ -640,7 +640,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Services extérieurs</act:description>
@@ -662,7 +662,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Dépenses de personnel</act:description>
@@ -684,7 +684,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Poste et livraisons</act:description>
@@ -706,7 +706,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Impression et Reproduction</act:description>
@@ -728,7 +728,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Charges professionelles</act:description>
@@ -750,7 +750,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Comptabilité</act:description>
@@ -772,7 +772,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Charges légales</act:description>
@@ -794,7 +794,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Location</act:description>
@@ -816,7 +816,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Réparations</act:description>
@@ -838,7 +838,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Réparations des immeubles</act:description>
@@ -860,7 +860,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Réparations des ordinateurs</act:description>
@@ -882,7 +882,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Réparations des équipements</act:description>
@@ -904,7 +904,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Dépenses d'entretien</act:description>
@@ -926,7 +926,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Taxes</act:description>
@@ -938,7 +938,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Employeur SS/Med</act:description>
@@ -960,7 +960,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>SS/Med</act:description>
@@ -982,7 +982,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>URSSAF</act:description>
@@ -1004,7 +1004,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Federal</act:description>
@@ -1026,7 +1026,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Local</act:description>
@@ -1048,7 +1048,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Autres Taxes</act:description>
@@ -1060,7 +1060,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Immobilier</act:description>
@@ -1082,7 +1082,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>État/Département</act:description>
@@ -1094,7 +1094,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Voyages et divertissements</act:description>
@@ -1116,7 +1116,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Divertissements</act:description>
@@ -1138,7 +1138,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Repas</act:description>
@@ -1160,7 +1160,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Voyages</act:description>
@@ -1182,7 +1182,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Services</act:description>
@@ -1194,7 +1194,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Câble</act:description>
@@ -1216,7 +1216,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Téléphone portable</act:description>
@@ -1238,7 +1238,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Électricité</act:description>
@@ -1250,7 +1250,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Ordures ménagères</act:description>
@@ -1262,7 +1262,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Gaz</act:description>
@@ -1274,7 +1274,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Internet</act:description>
@@ -1296,7 +1296,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Téléphone</act:description>
@@ -1318,7 +1318,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Eau</act:description>
@@ -1330,7 +1330,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EQUITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Solde</act:description>
@@ -1342,7 +1342,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EQUITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Soldes initiaux</act:description>
@@ -1354,7 +1354,7 @@ Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres
   <act:type>EQUITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
   <act:description>Gains enregistrés</act:description>
diff --git a/accounts/fr_FR/acctchrt_carloan.gnucash-xea b/accounts/fr_FR/acctchrt_carloan.gnucash-xea
index b713541..de8a94a 100644
--- a/accounts/fr_FR/acctchrt_carloan.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_carloan.gnucash-xea
@@ -21,7 +21,7 @@
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Passif</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
@@ -32,7 +32,7 @@
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Emprunts</act:description>
   <act:parent type="new">33a326fe16ae360f777a94b3f5bdfbdc</act:parent>
@@ -43,7 +43,7 @@
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Emprunt automobile</act:description>
   <act:parent type="new">023e2343114b3d695feaeb96904e0da6</act:parent>
@@ -54,7 +54,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Dépenses</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
@@ -65,7 +65,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Intérêts</act:description>
   <act:parent type="new">acacdcb998e45fb741766622e8542f0b</act:parent>
@@ -76,7 +76,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Intérêts emprunt automobile</act:description>
   <act:parent type="new">3dc58d8a51b5deaa22e0c65d81e90346</act:parent>
diff --git a/accounts/fr_FR/acctchrt_cdmoneymkt.gnucash-xea b/accounts/fr_FR/acctchrt_cdmoneymkt.gnucash-xea
index 31ccf3b..fd9f6c6 100644
--- a/accounts/fr_FR/acctchrt_cdmoneymkt.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_cdmoneymkt.gnucash-xea
@@ -21,7 +21,7 @@
   <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Actif</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
@@ -32,7 +32,7 @@
   <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Actifs actuels</act:description>
   <act:parent type="new">7b1a39efc6234d1db148baa722c9471e</act:parent>
@@ -43,7 +43,7 @@
   <act:type>BANK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>CD bancaire</act:description>
   <act:parent type="new">1880e89ec9fe82622b8648df481dd2b7</act:parent>
@@ -54,7 +54,7 @@
   <act:type>BANK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Marché monétaire</act:description>
   <act:parent type="new">1880e89ec9fe82622b8648df481dd2b7</act:parent>
@@ -65,7 +65,7 @@
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Revenus</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
@@ -76,7 +76,7 @@
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Revenu d'intérêt</act:description>
   <act:parent type="new">9da3c880bd04b9db49eb7f5b06403bda</act:parent>
@@ -87,7 +87,7 @@
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Intérêt CD</act:description>
   <act:parent type="new">c47361e40d9478ec11758097e64d693c</act:parent>
@@ -98,7 +98,7 @@
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Intérêt du marché monétaire</act:description>
   <act:parent type="new">c47361e40d9478ec11758097e64d693c</act:parent>
diff --git a/accounts/fr_FR/acctchrt_childcare.gnucash-xea b/accounts/fr_FR/acctchrt_childcare.gnucash-xea
index f5d7bdf..1eedfcf 100644
--- a/accounts/fr_FR/acctchrt_childcare.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_childcare.gnucash-xea
@@ -21,7 +21,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Dépenses</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
@@ -32,7 +32,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Garderie</act:description>
   <act:parent type="new">ee8238ee2c2ce590160761df09b99b72</act:parent>
diff --git a/accounts/fr_FR/acctchrt_common.gnucash-xea b/accounts/fr_FR/acctchrt_common.gnucash-xea
index 7d9e965..29fbe81 100644
--- a/accounts/fr_FR/acctchrt_common.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_common.gnucash-xea
@@ -22,7 +22,7 @@
   <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Actif</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
@@ -33,7 +33,7 @@
   <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Actifs actuels</act:description>
   <act:parent type="new">98f262dfab9a2b99ac42919dcf58d304</act:parent>
@@ -44,7 +44,7 @@
   <act:type>BANK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Compte chèques</act:description>
   <act:parent type="new">a1dd5f225156f110689c204fefded0ab</act:parent>
@@ -55,7 +55,7 @@
   <act:type>BANK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Compte d'épargne</act:description>
   <act:parent type="new">a1dd5f225156f110689c204fefded0ab</act:parent>
@@ -66,7 +66,7 @@
   <act:type>CASH</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Argent du porte-monnaie</act:description>
   <act:parent type="new">a1dd5f225156f110689c204fefded0ab</act:parent>
@@ -77,7 +77,7 @@
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Passif</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
@@ -88,7 +88,7 @@
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Comptes de dettes</act:description>
   <act:parent type="new">19a911feed9b41b8b01be036a2aed9fe</act:parent>
@@ -99,7 +99,7 @@
   <act:type>CREDIT</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Carte de crédit</act:description>
   <act:parent type="new">a8186db64d71dc2ca5fdccb3234b531b</act:parent>
@@ -110,7 +110,7 @@
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Revenus</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
@@ -121,7 +121,7 @@
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Bonus</act:description>
   <act:parent type="new">9da3c880bd04b9db49eb7f5b06403bda</act:parent>
@@ -132,7 +132,7 @@
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Dons reçus</act:description>
   <act:parent type="new">9da3c880bd04b9db49eb7f5b06403bda</act:parent>
@@ -143,7 +143,7 @@
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Revenu d'intérets</act:description>
   <act:parent type="new">9da3c880bd04b9db49eb7f5b06403bda</act:parent>
@@ -154,7 +154,7 @@
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Intérets du compte chèque</act:description>
   <act:parent type="new">c47361e40d9478ec11758097e64d693c</act:parent>
@@ -165,7 +165,7 @@
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Autres intérêts</act:description>
   <act:parent type="new">c47361e40d9478ec11758097e64d693c</act:parent>
@@ -176,7 +176,7 @@
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Intérêts d'épargne</act:description>
   <act:parent type="new">c47361e40d9478ec11758097e64d693c</act:parent>
@@ -187,7 +187,7 @@
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Autre revenu</act:description>
   <act:parent type="new">9da3c880bd04b9db49eb7f5b06403bda</act:parent>
@@ -198,7 +198,7 @@
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Salaire</act:description>
   <act:parent type="new">9da3c880bd04b9db49eb7f5b06403bda</act:parent>
@@ -209,7 +209,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Dépenses</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
@@ -220,7 +220,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Ajustement</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
@@ -231,7 +231,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Auto</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
@@ -242,7 +242,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Frais</act:description>
   <act:parent type="new">56df186f1ce6114ddca7b9e5d03af390</act:parent>
@@ -253,7 +253,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Carburant</act:description>
   <act:parent type="new">56df186f1ce6114ddca7b9e5d03af390</act:parent>
@@ -264,7 +264,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Stationnement</act:description>
   <act:parent type="new">56df186f1ce6114ddca7b9e5d03af390</act:parent>
@@ -275,7 +275,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Maintenance et réparation</act:description>
   <act:parent type="new">56df186f1ce6114ddca7b9e5d03af390</act:parent>
@@ -286,7 +286,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Frais de service bancaire</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
@@ -297,7 +297,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Livres</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
@@ -308,7 +308,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Cable</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
@@ -319,7 +319,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Charité</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
@@ -330,7 +330,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Vêtements</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
@@ -341,7 +341,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Informatique</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
@@ -352,7 +352,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Restaurant</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
@@ -363,7 +363,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Education</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
@@ -374,7 +374,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Loisirs</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
@@ -385,7 +385,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Musique/Films</act:description>
   <act:parent type="new">0ebd1d5f40d9e9e8bb1a4bf539650dd1</act:parent>
@@ -396,7 +396,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Divertissements</act:description>
   <act:parent type="new">0ebd1d5f40d9e9e8bb1a4bf539650dd1</act:parent>
@@ -407,7 +407,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Voyage</act:description>
   <act:parent type="new">0ebd1d5f40d9e9e8bb1a4bf539650dd1</act:parent>
@@ -418,7 +418,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Dons/Cadeaux</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
@@ -429,7 +429,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Alimentaire</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
@@ -440,7 +440,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Passe-temps</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
@@ -451,7 +451,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Assurances</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
@@ -462,7 +462,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Assurance automobile</act:description>
   <act:parent type="new">5bda5ff833bc395dc1b00f95c66ce555</act:parent>
@@ -473,7 +473,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Assurance santé</act:description>
   <act:parent type="new">5bda5ff833bc395dc1b00f95c66ce555</act:parent>
@@ -484,7 +484,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Assurance vie</act:description>
   <act:parent type="new">5bda5ff833bc395dc1b00f95c66ce555</act:parent>
@@ -495,7 +495,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Laverie/Pressing</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
@@ -506,7 +506,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Dépenses médicales</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
@@ -517,7 +517,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Divers</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
@@ -528,7 +528,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Services en ligne</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
@@ -539,7 +539,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Téléphone</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
@@ -550,7 +550,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Transports publics</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
@@ -561,7 +561,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Abonnements</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
@@ -572,7 +572,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Fournisseurs</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
@@ -583,7 +583,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Taxes</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
@@ -594,7 +594,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Impôts</act:description>
   <act:parent type="new">2c53a8a0c8b36f7de3f4052653886c2b</act:parent>
@@ -605,7 +605,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Complémentaire maladie</act:description>
   <act:parent type="new">2c53a8a0c8b36f7de3f4052653886c2b</act:parent>
@@ -616,7 +616,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Autres taxes</act:description>
   <act:parent type="new">2c53a8a0c8b36f7de3f4052653886c2b</act:parent>
@@ -627,7 +627,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Sécurité sociale</act:description>
   <act:parent type="new">2c53a8a0c8b36f7de3f4052653886c2b</act:parent>
@@ -638,7 +638,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Etat/Province</act:description>
   <act:parent type="new">2c53a8a0c8b36f7de3f4052653886c2b</act:parent>
@@ -649,7 +649,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Utilitaires</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
@@ -660,7 +660,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Electricité</act:description>
   <act:parent type="new">57635fa5f71dee8ffc207c277250e773</act:parent>
@@ -671,7 +671,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Collecte d'ordures</act:description>
   <act:parent type="new">57635fa5f71dee8ffc207c277250e773</act:parent>
@@ -682,7 +682,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Gaz</act:description>
   <act:parent type="new">57635fa5f71dee8ffc207c277250e773</act:parent>
@@ -693,7 +693,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Eau</act:description>
   <act:parent type="new">57635fa5f71dee8ffc207c277250e773</act:parent>
@@ -704,7 +704,7 @@
   <act:type>EQUITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Capitaux propres</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
@@ -715,7 +715,7 @@
   <act:type>EQUITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Soldes initiaux</act:description>
   <act:parent type="new">3ab6a6d97b216c11333e48aa2b749a91</act:parent>
diff --git a/accounts/fr_FR/acctchrt_currency.gnucash-xea b/accounts/fr_FR/acctchrt_currency.gnucash-xea
index af498c8..9b1b180 100644
--- a/accounts/fr_FR/acctchrt_currency.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_currency.gnucash-xea
@@ -23,7 +23,7 @@
   <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Actif</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
@@ -34,7 +34,7 @@
   <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Investissements</act:description>
   <act:parent type="new">b3c65be1c5d163746ddc0c506f3f4619</act:parent>
diff --git a/accounts/fr_FR/acctchrt_eduloan.gnucash-xea b/accounts/fr_FR/acctchrt_eduloan.gnucash-xea
index 732b0db..f62eb6e 100644
--- a/accounts/fr_FR/acctchrt_eduloan.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_eduloan.gnucash-xea
@@ -21,7 +21,7 @@
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Passif</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
@@ -32,7 +32,7 @@
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Emprunt</act:description>
   <act:parent type="new">4e7e8e39487ad4aba0b62c2232c577c5</act:parent>
@@ -43,7 +43,7 @@
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>emprunt étudiant</act:description>
   <act:parent type="new">c3219e37044b0531d66a7b64433b026d</act:parent>
@@ -54,7 +54,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Dépenses</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
@@ -65,7 +65,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Intérêts</act:description>
   <act:parent type="new">fdbf47b39f70e8818f325eee7931039a</act:parent>
@@ -76,7 +76,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Intérêts d'emprunt étudiant</act:description>
   <act:parent type="new">1cfcd30ea97b954ffb550ab87d561033</act:parent>
diff --git a/accounts/fr_FR/acctchrt_fixedassets.gnucash-xea b/accounts/fr_FR/acctchrt_fixedassets.gnucash-xea
index 6824615..aed5fa2 100644
--- a/accounts/fr_FR/acctchrt_fixedassets.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_fixedassets.gnucash-xea
@@ -21,7 +21,7 @@
   <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Actif</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
@@ -32,7 +32,7 @@
   <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Actifs fixes</act:description>
   <act:parent type="new">64b6276c060185131cecbd1ac6218440</act:parent>
@@ -43,7 +43,7 @@
   <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Maison</act:description>
   <act:parent type="new">9b171f77000bf68dd1ebbaf58336656d</act:parent>
@@ -54,7 +54,7 @@
   <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Autre actif</act:description>
   <act:parent type="new">9b171f77000bf68dd1ebbaf58336656d</act:parent>
@@ -65,7 +65,7 @@
   <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>véhicule</act:description>
   <act:parent type="new">9b171f77000bf68dd1ebbaf58336656d</act:parent>
diff --git a/accounts/fr_FR/acctchrt_homeloan.gnucash-xea b/accounts/fr_FR/acctchrt_homeloan.gnucash-xea
index aa069d0..601251a 100644
--- a/accounts/fr_FR/acctchrt_homeloan.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_homeloan.gnucash-xea
@@ -21,7 +21,7 @@
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Passif</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
@@ -32,7 +32,7 @@
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Emprunts</act:description>
   <act:parent type="new">6664763bd1ea41462cba5ef856d9c00c</act:parent>
@@ -43,7 +43,7 @@
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Hypothèque d'emprunt</act:description>
   <act:parent type="new">2e6e2d91551cff7b1fd8d6eb34c12117</act:parent>
@@ -54,7 +54,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Dépenses</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
@@ -65,7 +65,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Intérêts</act:description>
   <act:parent type="new">2f076f5ae073173a11d33420cd39fa4d</act:parent>
@@ -76,7 +76,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Hypothèque d'intérêts</act:description>
   <act:parent type="new">3dc58d8a51b5deaa22e0c65d81e90346</act:parent>
diff --git a/accounts/fr_FR/acctchrt_homeown.gnucash-xea b/accounts/fr_FR/acctchrt_homeown.gnucash-xea
index a09a2c0..7f44f30 100644
--- a/accounts/fr_FR/acctchrt_homeown.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_homeown.gnucash-xea
@@ -21,7 +21,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Dépenses</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
@@ -32,7 +32,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Entretien logement</act:description>
   <act:parent type="new">84732f5fdd27b6463d75bf958e3a4b06</act:parent>
@@ -43,7 +43,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Assurances</act:description>
   <act:parent type="new">84732f5fdd27b6463d75bf958e3a4b06</act:parent>
@@ -54,7 +54,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Assurance habitation</act:description>
   <act:parent type="new">5bda5ff833bc395dc1b00f95c66ce555</act:parent>
@@ -65,7 +65,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Taxes</act:description>
   <act:parent type="new">84732f5fdd27b6463d75bf958e3a4b06</act:parent>
@@ -76,7 +76,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Taxe d'habitation</act:description>
   <act:parent type="new">a931b8ffe2917ff9a069333623da96ca</act:parent>
diff --git a/accounts/fr_FR/acctchrt_otherloan.gnucash-xea b/accounts/fr_FR/acctchrt_otherloan.gnucash-xea
index 93d8164..9a3bad8 100644
--- a/accounts/fr_FR/acctchrt_otherloan.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_otherloan.gnucash-xea
@@ -21,7 +21,7 @@
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Passif</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
@@ -32,7 +32,7 @@
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Emprunts</act:description>
   <act:parent type="new">8ec79e80d9abf58d78ce3129d3fe3365</act:parent>
@@ -43,7 +43,7 @@
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Autre emprunt</act:description>
   <act:parent type="new">b5624a9d1a1b797b87b815774faccfe4</act:parent>
@@ -54,7 +54,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Dépenses</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
@@ -65,7 +65,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Intérêts</act:description>
   <act:parent type="new">565e52a122e8acc9a67a36e61357e2ae</act:parent>
@@ -76,7 +76,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Autres intérets</act:description>
   <act:parent type="new">4a02c14e992ea79076837c164aa6fc8d</act:parent>
diff --git a/accounts/fr_FR/acctchrt_renter.gnucash-xea b/accounts/fr_FR/acctchrt_renter.gnucash-xea
index c387759..cb4dcf1 100644
--- a/accounts/fr_FR/acctchrt_renter.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_renter.gnucash-xea
@@ -21,7 +21,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Dépenses</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
@@ -32,7 +32,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Assurances</act:description>
   <act:parent type="new">9a2b4520f113372f4e576f5b6dc129c6</act:parent>
@@ -43,7 +43,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Assurance locative</act:description>
   <act:parent type="new">5bda5ff833bc395dc1b00f95c66ce555</act:parent>
@@ -54,7 +54,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Location</act:description>
   <act:parent type="new">9a2b4520f113372f4e576f5b6dc129c6</act:parent>
diff --git a/accounts/fr_FR/acctchrt_retiremt.gnucash-xea b/accounts/fr_FR/acctchrt_retiremt.gnucash-xea
index d2165b0..1edd655 100644
--- a/accounts/fr_FR/acctchrt_retiremt.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_retiremt.gnucash-xea
@@ -21,7 +21,7 @@
   <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Actif</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
@@ -32,7 +32,7 @@
   <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Investissements</act:description>
   <act:parent type="new">e67ef2c52a4eaf3b9d37d317848a5812</act:parent>
@@ -43,7 +43,7 @@
   <act:type>BANK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Retraite</act:description>
   <act:slots>
@@ -60,7 +60,7 @@
   <act:type>STOCK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Obligations</act:description>
   <act:parent type="new">4173f3047238f4b5595b11d6161b2f48</act:parent>
@@ -71,7 +71,7 @@
   <act:type>STOCK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Actions</act:description>
   <act:parent type="new">4173f3047238f4b5595b11d6161b2f48</act:parent>
@@ -82,7 +82,7 @@
   <act:type>MUTUAL</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Marché d'indices</act:description>
   <act:parent type="new">4173f3047238f4b5595b11d6161b2f48</act:parent>
@@ -93,7 +93,7 @@
   <act:type>MUTUAL</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Fonds communs</act:description>
   <act:parent type="new">4173f3047238f4b5595b11d6161b2f48</act:parent>
diff --git a/accounts/fr_FR/acctchrt_spouseinc.gnucash-xea b/accounts/fr_FR/acctchrt_spouseinc.gnucash-xea
index a9a6695..8527c26 100644
--- a/accounts/fr_FR/acctchrt_spouseinc.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_spouseinc.gnucash-xea
@@ -21,7 +21,7 @@
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Revenus</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
@@ -32,7 +32,7 @@
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Salaire (conjoint)</act:description>
   <act:parent type="new">b4fadf6188d7f1ae7e7aa4fa27f5cc95</act:parent>
@@ -43,7 +43,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Dépenses</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
@@ -54,7 +54,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Taxes (conjoint)</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
@@ -65,7 +65,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Impôts</act:description>
   <act:parent type="new">3cd0ca7d6b0e5f44e4cde2851c3ff387</act:parent>
@@ -76,7 +76,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Complémentaire maladie</act:description>
   <act:parent type="new">3cd0ca7d6b0e5f44e4cde2851c3ff387</act:parent>
@@ -87,7 +87,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Autres taxes</act:description>
   <act:parent type="new">3cd0ca7d6b0e5f44e4cde2851c3ff387</act:parent>
@@ -98,7 +98,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Sécurité sociale</act:description>
   <act:parent type="new">3cd0ca7d6b0e5f44e4cde2851c3ff387</act:parent>
@@ -109,7 +109,7 @@
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>État/Province</act:description>
   <act:parent type="new">3cd0ca7d6b0e5f44e4cde2851c3ff387</act:parent>
diff --git a/accounts/fr_FR/acctchrt_spouseretire.gnucash-xea b/accounts/fr_FR/acctchrt_spouseretire.gnucash-xea
index e287cfe..750a989 100644
--- a/accounts/fr_FR/acctchrt_spouseretire.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_spouseretire.gnucash-xea
@@ -21,7 +21,7 @@
   <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Actif</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
@@ -32,7 +32,7 @@
   <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Investissements</act:description>
   <act:parent type="new">96d9b17add59eb4c7edec7ed241af755</act:parent>
@@ -43,7 +43,7 @@
   <act:type>BANK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Retraite du conjoint</act:description>
   <act:slots>
@@ -60,7 +60,7 @@
   <act:type>STOCK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Obligations</act:description>
   <act:parent type="new">4426b41837adc284f96b291c31022844</act:parent>
@@ -71,7 +71,7 @@
   <act:type>STOCK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Actions</act:description>
   <act:parent type="new">4426b41837adc284f96b291c31022844</act:parent>
@@ -82,7 +82,7 @@
   <act:type>MUTUAL</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Marché d'indices</act:description>
   <act:parent type="new">4426b41837adc284f96b291c31022844</act:parent>
@@ -93,7 +93,7 @@
   <act:type>MUTUAL</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
-    <cmdty:id>USD</cmdty:id>
+    <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:description>Fonds communs</act:description>
   <act:parent type="new">4426b41837adc284f96b291c31022844</act:parent>

commit ef41cb6f320d1996b387e757e18500b671f4a7b4
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Mon Sep 22 16:00:39 2014 +0200

    Convert ISO-8859-1 account chart templates to UTF-8

diff --git a/accounts/C/acctchrt_brokerage.gnucash-xea b/accounts/C/acctchrt_brokerage.gnucash-xea
index 4ed6694..2c6d570 100644
--- a/accounts/C/acctchrt_brokerage.gnucash-xea
+++ b/accounts/C/acctchrt_brokerage.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
      Investment Accounts
diff --git a/accounts/C/acctchrt_business.gnucash-xea b/accounts/C/acctchrt_business.gnucash-xea
index abe554a..0d96eec 100644
--- a/accounts/C/acctchrt_business.gnucash-xea
+++ b/accounts/C/acctchrt_business.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Business Accounts
diff --git a/accounts/C/acctchrt_carloan.gnucash-xea b/accounts/C/acctchrt_carloan.gnucash-xea
index 58de488..0dde038 100644
--- a/accounts/C/acctchrt_carloan.gnucash-xea
+++ b/accounts/C/acctchrt_carloan.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Car Loan 
diff --git a/accounts/C/acctchrt_cdmoneymkt.gnucash-xea b/accounts/C/acctchrt_cdmoneymkt.gnucash-xea
index 75c7a39..44fa23c 100644
--- a/accounts/C/acctchrt_cdmoneymkt.gnucash-xea
+++ b/accounts/C/acctchrt_cdmoneymkt.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       CD and Money Market
diff --git a/accounts/C/acctchrt_checkbook.gnucash-xea b/accounts/C/acctchrt_checkbook.gnucash-xea
index d71031f..5a417d8 100644
--- a/accounts/C/acctchrt_checkbook.gnucash-xea
+++ b/accounts/C/acctchrt_checkbook.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       A Simple Checkbook
diff --git a/accounts/C/acctchrt_childcare.gnucash-xea b/accounts/C/acctchrt_childcare.gnucash-xea
index 25712ea..ad1871a 100644
--- a/accounts/C/acctchrt_childcare.gnucash-xea
+++ b/accounts/C/acctchrt_childcare.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Childcare Expenses
diff --git a/accounts/C/acctchrt_common.gnucash-xea b/accounts/C/acctchrt_common.gnucash-xea
index d5412ac..215ba66 100644
--- a/accounts/C/acctchrt_common.gnucash-xea
+++ b/accounts/C/acctchrt_common.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Common Accounts
diff --git a/accounts/C/acctchrt_eduloan.gnucash-xea b/accounts/C/acctchrt_eduloan.gnucash-xea
index 1ca0615..7f43fd5 100644
--- a/accounts/C/acctchrt_eduloan.gnucash-xea
+++ b/accounts/C/acctchrt_eduloan.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Education Loan 
diff --git a/accounts/C/acctchrt_fixedassets.gnucash-xea b/accounts/C/acctchrt_fixedassets.gnucash-xea
index 7bb51cb..c2e4c39 100644
--- a/accounts/C/acctchrt_fixedassets.gnucash-xea
+++ b/accounts/C/acctchrt_fixedassets.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Fixed Assets
diff --git a/accounts/C/acctchrt_full.gnucash-xea b/accounts/C/acctchrt_full.gnucash-xea
index 603a122..394b574 100644
--- a/accounts/C/acctchrt_full.gnucash-xea
+++ b/accounts/C/acctchrt_full.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Full Chart        
diff --git a/accounts/C/acctchrt_homeloan.gnucash-xea b/accounts/C/acctchrt_homeloan.gnucash-xea
index ed5a7af..9e2c954 100644
--- a/accounts/C/acctchrt_homeloan.gnucash-xea
+++ b/accounts/C/acctchrt_homeloan.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Home Mortgage Loan
diff --git a/accounts/C/acctchrt_homeown.gnucash-xea b/accounts/C/acctchrt_homeown.gnucash-xea
index d08ea52..aedc427 100644
--- a/accounts/C/acctchrt_homeown.gnucash-xea
+++ b/accounts/C/acctchrt_homeown.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Homeowner Expenses
diff --git a/accounts/C/acctchrt_otherloan.gnucash-xea b/accounts/C/acctchrt_otherloan.gnucash-xea
index 50907b2..0bd8ac1 100644
--- a/accounts/C/acctchrt_otherloan.gnucash-xea
+++ b/accounts/C/acctchrt_otherloan.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Other Loans       
diff --git a/accounts/C/acctchrt_renter.gnucash-xea b/accounts/C/acctchrt_renter.gnucash-xea
index 6a5a337..e0d3935 100644
--- a/accounts/C/acctchrt_renter.gnucash-xea
+++ b/accounts/C/acctchrt_renter.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Renter Expenses
diff --git a/accounts/C/acctchrt_retiremt.gnucash-xea b/accounts/C/acctchrt_retiremt.gnucash-xea
index a0dbff8..9ccf899 100644
--- a/accounts/C/acctchrt_retiremt.gnucash-xea
+++ b/accounts/C/acctchrt_retiremt.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Retirement Accounts
diff --git a/accounts/C/acctchrt_spouseinc.gnucash-xea b/accounts/C/acctchrt_spouseinc.gnucash-xea
index dc284e2..1934bda 100644
--- a/accounts/C/acctchrt_spouseinc.gnucash-xea
+++ b/accounts/C/acctchrt_spouseinc.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Spouse Income
diff --git a/accounts/C/acctchrt_spouseretire.gnucash-xea b/accounts/C/acctchrt_spouseretire.gnucash-xea
index 77cd377..2f953de 100644
--- a/accounts/C/acctchrt_spouseretire.gnucash-xea
+++ b/accounts/C/acctchrt_spouseretire.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Spouse Retirement Accounts
diff --git a/accounts/da/acctchrt_car.gnucash-xea b/accounts/da/acctchrt_car.gnucash-xea
index 8f66b74..427719c 100644
--- a/accounts/da/acctchrt_car.gnucash-xea
+++ b/accounts/da/acctchrt_car.gnucash-xea
@@ -1,10 +1,10 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Bilejer
     </gnc-act:title>
     <gnc-act:short-description>
-      Udgifter vedrørende bil
+      Udgifter vedrørende bil
     </gnc-act:short-description>
     <gnc-act:long-description>
     Udgifter i forbindelse med at holde bil. Vedligehold, drift og skatter.
@@ -38,14 +38,14 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Vægtafgift</act:name>
+  <act:name>Vægtafgift</act:name>
   <act:id type="new">2ff007a389bd23d8970afeba2d58c9a8</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>DKK</cmdty:id>
   </act:commodity>
-  <act:description>Vægtafgift</act:description>
+  <act:description>Vægtafgift</act:description>
   <act:parent type="new">56df186f1ce6114ddca7b9e5d03af390</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/da/acctchrt_common.gnucash-xea b/accounts/da/acctchrt_common.gnucash-xea
index 96dfa7e..89cdd5d 100644
--- a/accounts/da/acctchrt_common.gnucash-xea
+++ b/accounts/da/acctchrt_common.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Basiskonti
     </gnc-act:title>
     <gnc-act:short-description>
-      En samling grundlæggende konti
+      En samling grundlæggende konti
     </gnc-act:short-description>
     <gnc-act:long-description>
-    De fleste brugere kan have nytte af disse konti. Almindelige brugte konti er medtaget (check, lønkonto, kontant, kreditkort, indkomst og almindelige udgifter)
+    De fleste brugere kan have nytte af disse konti. Almindelige brugte konti er medtaget (check, lønkonto, kontant, kreditkort, indkomst og almindelige udgifter)
   </gnc-act:long-description>    
   <gnc-act:start-selected>1</gnc-act:start-selected>
 <gnc:account version="2.0.0">
@@ -50,25 +50,25 @@
   <act:parent type="new">a1dd5f225156f110689c204fefded0ab</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Lønkonto</act:name>
+  <act:name>Lønkonto</act:name>
   <act:id type="new">eeae5a1892e88adbc3b369c76ee4e889</act:id>
   <act:type>BANK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>DKK</cmdty:id>
   </act:commodity>
-  <act:description>Lønkonto</act:description>
+  <act:description>Lønkonto</act:description>
   <act:parent type="new">a1dd5f225156f110689c204fefded0ab</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Kontanter på lommen</act:name>
+  <act:name>Kontanter på lommen</act:name>
   <act:id type="new">07b454b9dd6f68c4b613c5f1ef76f884</act:id>
   <act:type>CASH</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>DKK</cmdty:id>
   </act:commodity>
-  <act:description>Kontanter på lommen</act:description>
+  <act:description>Kontanter på lommen</act:description>
   <act:parent type="new">a1dd5f225156f110689c204fefded0ab</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -105,14 +105,14 @@
   <act:parent type="new">a8186db64d71dc2ca5fdccb3234b531b</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Indtægter</act:name>
+  <act:name>Indtægter</act:name>
   <act:id type="new">a7ab23dd2d41616042034d5a012a0850</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>DKK</cmdty:id>
   </act:commodity>
-  <act:description>Indtægter</act:description>
+  <act:description>Indtægter</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -138,14 +138,14 @@
   <act:parent type="new">a7ab23dd2d41616042034d5a012a0850</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Renteindtægter</act:name>
+  <act:name>Renteindtægter</act:name>
   <act:id type="new">c47361e40d9478ec11758097e64d693c</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>DKK</cmdty:id>
   </act:commodity>
-  <act:description>Renteindtægter</act:description>
+  <act:description>Renteindtægter</act:description>
   <act:parent type="new">a7ab23dd2d41616042034d5a012a0850</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -171,36 +171,36 @@
   <act:parent type="new">c47361e40d9478ec11758097e64d693c</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Lønkontorenter</act:name>
+  <act:name>Lønkontorenter</act:name>
   <act:id type="new">2802ac0d1bff1c09a903f2ad6fde2725</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>DKK</cmdty:id>
   </act:commodity>
-  <act:description>Lønkontorenter</act:description>
+  <act:description>Lønkontorenter</act:description>
   <act:parent type="new">c47361e40d9478ec11758097e64d693c</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Andre indtægter</act:name>
+  <act:name>Andre indtægter</act:name>
   <act:id type="new">49525ad0fb4ced06b9874d365d53f505</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>DKK</cmdty:id>
   </act:commodity>
-  <act:description>Andre indtægter</act:description>
+  <act:description>Andre indtægter</act:description>
   <act:parent type="new">a7ab23dd2d41616042034d5a012a0850</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Løn</act:name>
+  <act:name>Løn</act:name>
   <act:id type="new">a750b99cb8487a5e47daedcd3a69fe85</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>DKK</cmdty:id>
   </act:commodity>
-  <act:description>Løn</act:description>
+  <act:description>Løn</act:description>
   <act:parent type="new">a7ab23dd2d41616042034d5a012a0850</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -237,14 +237,14 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Bøger</act:name>
+  <act:name>Bøger</act:name>
   <act:id type="new">36479bbc17680f4b9663a9842736153f</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>DKK</cmdty:id>
   </act:commodity>
-  <act:description>Bøger</act:description>
+  <act:description>Bøger</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -259,25 +259,25 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Velgørenhed</act:name>
+  <act:name>Velgørenhed</act:name>
   <act:id type="new">ec8eec3d46c69aa861fda836e11346c0</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>DKK</cmdty:id>
   </act:commodity>
-  <act:description>Velgørenhed</act:description>
+  <act:description>Velgørenhed</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Tøj</act:name>
+  <act:name>Tøj</act:name>
   <act:id type="new">c27a040a73eac2688d85d29b5b5309c8</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>DKK</cmdty:id>
   </act:commodity>
-  <act:description>Tøj</act:description>
+  <act:description>Tøj</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -435,14 +435,14 @@
   <act:parent type="new">5bda5ff833bc395dc1b00f95c66ce555</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Tøjvask/rensning</act:name>
+  <act:name>Tøjvask/rensning</act:name>
   <act:id type="new">1006551b2458631dfc8507b7451c9631</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>DKK</cmdty:id>
   </act:commodity>
-  <act:description>Tøjvask og -rensning</act:description>
+  <act:description>Tøjvask og -rensning</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -644,14 +644,14 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Åbningssaldi</act:name>
+  <act:name>Ã…bningssaldi</act:name>
   <act:id type="new">a0a622a30410f75eba35d2875a843da8</act:id>
   <act:type>EQUITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>DKK</cmdty:id>
   </act:commodity>
-  <act:description>Åbningssaldi</act:description>
+  <act:description>Ã…bningssaldi</act:description>
   <act:parent type="new">3ab6a6d97b216c11333e48aa2b749a91</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/da/acctchrt_homeloan.gnucash-xea b/accounts/da/acctchrt_homeloan.gnucash-xea
index 8fb1095..6efd0d2 100644
--- a/accounts/da/acctchrt_homeloan.gnucash-xea
+++ b/accounts/da/acctchrt_homeloan.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Realkreditlån
+      Realkreditlån
     </gnc-act:title>
     <gnc-act:short-description>
-     Konti i forbindelse med realkreditlån og tilhørende renter
+     Konti i forbindelse med realkreditlån og tilhørende renter
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Du vil have nytte af disse konti, hvis du har et realkreditlån.
+    Du vil have nytte af disse konti, hvis du har et realkreditlån.
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -27,25 +27,25 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Lån</act:name>
+  <act:name>LÃ¥n</act:name>
   <act:id type="new">2e6e2d91551cff7b1fd8d6eb34c12117</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Lån</act:description>
+  <act:description>LÃ¥n</act:description>
   <act:parent type="new">6664763bd1ea41462cba5ef856d9c00c</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Realkreditlån</act:name>
+  <act:name>Realkreditlån</act:name>
   <act:id type="new">4df1b393c218d9047dd22d33d2737e83</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Realkreditlån</act:description>
+  <act:description>Realkreditlån</act:description>
   <act:parent type="new">2e6e2d91551cff7b1fd8d6eb34c12117</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/da/acctchrt_homeown.gnucash-xea b/accounts/da/acctchrt_homeown.gnucash-xea
index 085c046..fc97ee8 100644
--- a/accounts/da/acctchrt_homeown.gnucash-xea
+++ b/accounts/da/acctchrt_homeown.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Boligejer
@@ -7,7 +7,7 @@
       Udgifter i forbindelse med at eje en bolig
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Du vil have nytte af disse konti, hvis du ejer en bolig. Konti til at holde øje med udgifter til boligen er medtaget (forsikring, skatter, vedligehold)
+    Du vil have nytte af disse konti, hvis du ejer en bolig. Konti til at holde øje med udgifter til boligen er medtaget (forsikring, skatter, vedligehold)
 </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -38,14 +38,14 @@
   <act:parent type="new">84732f5fdd27b6463d75bf958e3a4b06</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Fællesudgifter</act:name>
+  <act:name>Fællesudgifter</act:name>
   <act:id type="new">fa27de57090e107fa99fe1db537a0f23</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>DKK</cmdty:id>
   </act:commodity>
-  <act:description>Fællesudgifter til ejerforening</act:description>
+  <act:description>Fællesudgifter til ejerforening</act:description>
   <act:parent type="new">84732f5fdd27b6463d75bf958e3a4b06</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/en_GB/acctchrt_brokerage.gnucash-xea b/accounts/en_GB/acctchrt_brokerage.gnucash-xea
index 4ed6694..2c6d570 100644
--- a/accounts/en_GB/acctchrt_brokerage.gnucash-xea
+++ b/accounts/en_GB/acctchrt_brokerage.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
      Investment Accounts
diff --git a/accounts/en_GB/acctchrt_business.gnucash-xea b/accounts/en_GB/acctchrt_business.gnucash-xea
index 9fa6ddc..6da53af 100644
--- a/accounts/en_GB/acctchrt_business.gnucash-xea
+++ b/accounts/en_GB/acctchrt_business.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Business Accounts
diff --git a/accounts/en_GB/acctchrt_carloan.gnucash-xea b/accounts/en_GB/acctchrt_carloan.gnucash-xea
index 58de488..0dde038 100644
--- a/accounts/en_GB/acctchrt_carloan.gnucash-xea
+++ b/accounts/en_GB/acctchrt_carloan.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Car Loan 
diff --git a/accounts/en_GB/acctchrt_cdmoneymkt.gnucash-xea b/accounts/en_GB/acctchrt_cdmoneymkt.gnucash-xea
index 75c7a39..44fa23c 100644
--- a/accounts/en_GB/acctchrt_cdmoneymkt.gnucash-xea
+++ b/accounts/en_GB/acctchrt_cdmoneymkt.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       CD and Money Market
diff --git a/accounts/en_GB/acctchrt_checkbook.gnucash-xea b/accounts/en_GB/acctchrt_checkbook.gnucash-xea
index d71031f..5a417d8 100644
--- a/accounts/en_GB/acctchrt_checkbook.gnucash-xea
+++ b/accounts/en_GB/acctchrt_checkbook.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       A Simple Checkbook
diff --git a/accounts/en_GB/acctchrt_childcare.gnucash-xea b/accounts/en_GB/acctchrt_childcare.gnucash-xea
index 25712ea..ad1871a 100644
--- a/accounts/en_GB/acctchrt_childcare.gnucash-xea
+++ b/accounts/en_GB/acctchrt_childcare.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Childcare Expenses
diff --git a/accounts/en_GB/acctchrt_common.gnucash-xea b/accounts/en_GB/acctchrt_common.gnucash-xea
index 6894f9f..504381a 100644
--- a/accounts/en_GB/acctchrt_common.gnucash-xea
+++ b/accounts/en_GB/acctchrt_common.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Common Accounts
diff --git a/accounts/en_GB/acctchrt_eduloan.gnucash-xea b/accounts/en_GB/acctchrt_eduloan.gnucash-xea
index 1ca0615..7f43fd5 100644
--- a/accounts/en_GB/acctchrt_eduloan.gnucash-xea
+++ b/accounts/en_GB/acctchrt_eduloan.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Education Loan 
diff --git a/accounts/en_GB/acctchrt_fixedassets.gnucash-xea b/accounts/en_GB/acctchrt_fixedassets.gnucash-xea
index 7bb51cb..c2e4c39 100644
--- a/accounts/en_GB/acctchrt_fixedassets.gnucash-xea
+++ b/accounts/en_GB/acctchrt_fixedassets.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Fixed Assets
diff --git a/accounts/en_GB/acctchrt_full.gnucash-xea b/accounts/en_GB/acctchrt_full.gnucash-xea
index 0a59f2f..f9bec95 100644
--- a/accounts/en_GB/acctchrt_full.gnucash-xea
+++ b/accounts/en_GB/acctchrt_full.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Full Chart        
diff --git a/accounts/en_GB/acctchrt_homeloan.gnucash-xea b/accounts/en_GB/acctchrt_homeloan.gnucash-xea
index ed5a7af..9e2c954 100644
--- a/accounts/en_GB/acctchrt_homeloan.gnucash-xea
+++ b/accounts/en_GB/acctchrt_homeloan.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Home Mortgage Loan
diff --git a/accounts/en_GB/acctchrt_homeown.gnucash-xea b/accounts/en_GB/acctchrt_homeown.gnucash-xea
index d08ea52..aedc427 100644
--- a/accounts/en_GB/acctchrt_homeown.gnucash-xea
+++ b/accounts/en_GB/acctchrt_homeown.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Homeowner Expenses
diff --git a/accounts/en_GB/acctchrt_otherloan.gnucash-xea b/accounts/en_GB/acctchrt_otherloan.gnucash-xea
index 50907b2..0bd8ac1 100644
--- a/accounts/en_GB/acctchrt_otherloan.gnucash-xea
+++ b/accounts/en_GB/acctchrt_otherloan.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Other Loans       
diff --git a/accounts/en_GB/acctchrt_renter.gnucash-xea b/accounts/en_GB/acctchrt_renter.gnucash-xea
index 6a5a337..e0d3935 100644
--- a/accounts/en_GB/acctchrt_renter.gnucash-xea
+++ b/accounts/en_GB/acctchrt_renter.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Renter Expenses
diff --git a/accounts/en_GB/acctchrt_retiremt.gnucash-xea b/accounts/en_GB/acctchrt_retiremt.gnucash-xea
index a0dbff8..9ccf899 100644
--- a/accounts/en_GB/acctchrt_retiremt.gnucash-xea
+++ b/accounts/en_GB/acctchrt_retiremt.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Retirement Accounts
diff --git a/accounts/en_GB/acctchrt_spouseinc.gnucash-xea b/accounts/en_GB/acctchrt_spouseinc.gnucash-xea
index dc284e2..1934bda 100644
--- a/accounts/en_GB/acctchrt_spouseinc.gnucash-xea
+++ b/accounts/en_GB/acctchrt_spouseinc.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Spouse Income
diff --git a/accounts/en_GB/acctchrt_spouseretire.gnucash-xea b/accounts/en_GB/acctchrt_spouseretire.gnucash-xea
index 77cd377..2f953de 100644
--- a/accounts/en_GB/acctchrt_spouseretire.gnucash-xea
+++ b/accounts/en_GB/acctchrt_spouseretire.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Spouse Retirement Accounts
diff --git a/accounts/es_ES/acctchrt_brokerage.gnucash-xea b/accounts/es_ES/acctchrt_brokerage.gnucash-xea
index 1f30877..7fc7403 100644
--- a/accounts/es_ES/acctchrt_brokerage.gnucash-xea
+++ b/accounts/es_ES/acctchrt_brokerage.gnucash-xea
@@ -1,14 +1,14 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-     Cuentas de Inversión
+     Cuentas de Inversión
     </gnc-act:title>
     <gnc-act:short-description>
       Cuenta de corredor de bolsa con las cuentas de inversiones asociadas
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deberá escoger este juego de cuentas si tiene inversiones
-     (acciones, bonos, fondos de inversión, fondos indexados,
+    Deberá escoger este juego de cuentas si tiene inversiones
+     (acciones, bonos, fondos de inversión, fondos indexados,
      intereses, dividendos).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
@@ -40,14 +40,14 @@
   <act:parent type="new">52b5942b5beaec856eaca5a75ee71592</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Cuenta de inversión</act:name>
+  <act:name>Cuenta de inversión</act:name>
   <act:id type="new">f15ec9568727f08a5ebd8f3e66483876</act:id>
   <act:type>BANK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Cuenta de inversión</act:description>
+  <act:description>Cuenta de inversión</act:description>
   <act:parent type="new">7ff59d92615cce4d8388d7e179ee3ff6</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -73,25 +73,25 @@
   <act:parent type="new">f15ec9568727f08a5ebd8f3e66483876</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Fondo de índice</act:name>
+  <act:name>Fondo de índice</act:name>
   <act:id type="new">fe9db8a7eedf2990e9846f634a922143</act:id>
   <act:type>MUTUAL</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Fondo de índice</act:description>
+  <act:description>Fondo de índice</act:description>
   <act:parent type="new">f15ec9568727f08a5ebd8f3e66483876</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Fondo de inversión</act:name>
+  <act:name>Fondo de inversión</act:name>
   <act:id type="new">9da28c1aa7789e84bdc8484ba8f527b3</act:id>
   <act:type>MUTUAL</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Fondo de inversión</act:description>
+  <act:description>Fondo de inversión</act:description>
   <act:parent type="new">f15ec9568727f08a5ebd8f3e66483876</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/es_ES/acctchrt_carloan.gnucash-xea b/accounts/es_ES/acctchrt_carloan.gnucash-xea
index 6c3d146..40814b0 100644
--- a/accounts/es_ES/acctchrt_carloan.gnucash-xea
+++ b/accounts/es_ES/acctchrt_carloan.gnucash-xea
@@ -1,15 +1,15 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Préstamo de automóvil
+      Préstamo de automóvil
     </gnc-act:title>
     <gnc-act:short-description>
-      Cuentas para pago a plazos de automóvil e intereses asociados
+      Cuentas para pago a plazos de automóvil e intereses asociados
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Debería seleccionar este juego de cuentas si está pagando a plazos
-      su automóvil (plazos de automóvil, intereses por plazos de
-      automóvil).
+    Debería seleccionar este juego de cuentas si está pagando a plazos
+      su automóvil (plazos de automóvil, intereses por plazos de
+      automóvil).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -29,25 +29,25 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Préstamos</act:name>
+  <act:name>Préstamos</act:name>
   <act:id type="new">023e2343114b3d695feaeb96904e0da6</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Préstamos</act:description>
+  <act:description>Préstamos</act:description>
   <act:parent type="new">33a326fe16ae360f777a94b3f5bdfbdc</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Vehículo a plazos</act:name>
+  <act:name>Vehículo a plazos</act:name>
   <act:id type="new">3e5f44fd7bfaa9cae737a4113a749e36</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Vehículo a plazos</act:description>
+  <act:description>Vehículo a plazos</act:description>
   <act:parent type="new">023e2343114b3d695feaeb96904e0da6</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -73,14 +73,14 @@
   <act:parent type="new">acacdcb998e45fb741766622e8542f0b</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Intereses pago plazos vehículo</act:name>
+  <act:name>Intereses pago plazos vehículo</act:name>
   <act:id type="new">e9bd8477e27361238d2f53c4fe7594ab</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Intereses pago plazos vehículo</act:description>
+  <act:description>Intereses pago plazos vehículo</act:description>
   <act:parent type="new">9e8495e80ebfb762089be917dff7ab72</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/es_ES/acctchrt_cdmoneymkt.gnucash-xea b/accounts/es_ES/acctchrt_cdmoneymkt.gnucash-xea
index 6af4bf6..2aebdc5 100644
--- a/accounts/es_ES/acctchrt_cdmoneymkt.gnucash-xea
+++ b/accounts/es_ES/acctchrt_cdmoneymkt.gnucash-xea
@@ -1,14 +1,14 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Pagarés y mercado monetario
+      Pagarés y mercado monetario
     </gnc-act:title>
     <gnc-act:short-description>
-     Cuentas para pagarés, e inversiones de mercado monetario
+     Cuentas para pagarés, e inversiones de mercado monetario
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Debería seleccionar este juego de cuentas si maneja pagarés o
-      cuentas de mercado monetario (pagarés, intereses de pagarés,
+    Debería seleccionar este juego de cuentas si maneja pagarés o
+      cuentas de mercado monetario (pagarés, intereses de pagarés,
       mercado monetario, intereses de mercado monetario).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
@@ -40,14 +40,14 @@
   <act:parent type="new">7b1a39efc6234d1db148baa722c9471e</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Pagaré de banco</act:name>
+  <act:name>Pagaré de banco</act:name>
   <act:id type="new">c1620f9c3082e33d8fd559e17f90a122</act:id>
   <act:type>BANK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Pagaré de banco</act:description>
+  <act:description>Pagaré de banco</act:description>
   <act:parent type="new">1880e89ec9fe82622b8648df481dd2b7</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -84,25 +84,25 @@
   <act:parent type="new">4b3e36f325569b80efc7d3331bdf851b</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Interés de pagarés</act:name>
+  <act:name>Interés de pagarés</act:name>
   <act:id type="new">28d311f0f38da5e35628e76ad8bcc853</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Interés de pagarés</act:description>
+  <act:description>Interés de pagarés</act:description>
   <act:parent type="new">fd131cae797d1fb83c2e2bf57254eca5</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Interés de mercado monetario</act:name>
+  <act:name>Interés de mercado monetario</act:name>
   <act:id type="new">dc537946f39e84ccef7ce38f016249af</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Interés de mercado monetario</act:description>
+  <act:description>Interés de mercado monetario</act:description>
   <act:parent type="new">fd131cae797d1fb83c2e2bf57254eca5</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/es_ES/acctchrt_childcare.gnucash-xea b/accounts/es_ES/acctchrt_childcare.gnucash-xea
index 7f6660ba..22b0242 100644
--- a/accounts/es_ES/acctchrt_childcare.gnucash-xea
+++ b/accounts/es_ES/acctchrt_childcare.gnucash-xea
@@ -1,14 +1,14 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Gastos de guardería
+      Gastos de guardería
     </gnc-act:title>
     <gnc-act:short-description>
-      Cuenta para gestionar gastos de guardería
+      Cuenta para gestionar gastos de guardería
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deberá seleccionar este juego de cuentas si tiene gastos de
-      guardería.
+    Deberá seleccionar este juego de cuentas si tiene gastos de
+      guardería.
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -28,14 +28,14 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Guardería</act:name>
+  <act:name>Guardería</act:name>
   <act:id type="new">8999739a6bfc46088a3ea5ec45e5f8a4</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Guardería</act:description>
+  <act:description>Guardería</act:description>
   <act:parent type="new">ee8238ee2c2ce590160761df09b99b72</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/es_ES/acctchrt_common.gnucash-xea b/accounts/es_ES/acctchrt_common.gnucash-xea
index 4d2dba3..57f55a7 100644
--- a/accounts/es_ES/acctchrt_common.gnucash-xea
+++ b/accounts/es_ES/acctchrt_common.gnucash-xea
@@ -1,15 +1,15 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Cuentas comunes
     </gnc-act:title>
     <gnc-act:short-description>
-      Un juego básico de cuentas mayoritariamente utilizadas
+      Un juego básico de cuentas mayoritariamente utilizadas
     </gnc-act:short-description>
     <gnc-act:long-description>
-      La mayoría de usuarios deseará escoger este juego de
-      cuentas. Incluye las cuentas más comunmente utilizadas (cuenta
-      corriente, de ahorros, metálico, tarjeta de crédito, ingresos,
+      La mayoría de usuarios deseará escoger este juego de
+      cuentas. Incluye las cuentas más comunmente utilizadas (cuenta
+      corriente, de ahorros, metálico, tarjeta de crédito, ingresos,
       gastos comunes).
   </gnc-act:long-description>    
   <gnc-act:start-selected>1</gnc-act:start-selected>
@@ -64,14 +64,14 @@
   <act:parent type="new">a1dd5f225156f110689c204fefded0ab</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Metálico</act:name>
+  <act:name>Metálico</act:name>
   <act:id type="new">07b454b9dd6f68c4b613c5f1ef76f884</act:id>
   <act:type>CASH</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Metálico</act:description>
+  <act:description>Metálico</act:description>
   <act:parent type="new">a1dd5f225156f110689c204fefded0ab</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -97,14 +97,14 @@
   <act:parent type="new">19a911feed9b41b8b01be036a2aed9fe</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Tarjeta de crédito</act:name>
+  <act:name>Tarjeta de crédito</act:name>
   <act:id type="new">efc3caac2619666c53e6e27f02d5e716</act:id>
   <act:type>CREDIT</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Tarjeta de crédito</act:description>
+  <act:description>Tarjeta de crédito</act:description>
   <act:parent type="new">a8186db64d71dc2ca5fdccb3234b531b</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -229,14 +229,14 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Automóvil</act:name>
+  <act:name>Automóvil</act:name>
   <act:id type="new">56df186f1ce6114ddca7b9e5d03af390</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Automóvil</act:description>
+  <act:description>Automóvil</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -273,14 +273,14 @@
   <act:parent type="new">56df186f1ce6114ddca7b9e5d03af390</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Reparación y mantenimiento</act:name>
+  <act:name>Reparación y mantenimiento</act:name>
   <act:id type="new">665dd78f0cc75dd331f556949337de68</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Reparación y mantenimiento</act:description>
+  <act:description>Reparación y mantenimiento</act:description>
   <act:parent type="new">56df186f1ce6114ddca7b9e5d03af390</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -317,14 +317,14 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Obras benéficas</act:name>
+  <act:name>Obras benéficas</act:name>
   <act:id type="new">ec8eec3d46c69aa861fda836e11346c0</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Obras benéficas</act:description>
+  <act:description>Obras benéficas</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -339,14 +339,14 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Informática</act:name>
+  <act:name>Informática</act:name>
   <act:id type="new">fc4390b6214ad1576c5ffffc2b3c268c</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Informática</act:description>
+  <act:description>Informática</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -361,14 +361,14 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Educación</act:name>
+  <act:name>Educación</act:name>
   <act:id type="new">5b5ac050529b0f553752babe4a6a35d2</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Educación</act:description>
+  <act:description>Educación</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -383,25 +383,25 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Música/Películas</act:name>
+  <act:name>Música/Películas</act:name>
   <act:id type="new">4570ea8f4ac5cbd7d8927c905f0978ae</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Música/Películas</act:description>
+  <act:description>Música/Películas</act:description>
   <act:parent type="new">0ebd1d5f40d9e9e8bb1a4bf539650dd1</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Recreación</act:name>
+  <act:name>Recreación</act:name>
   <act:id type="new">7db9b0aa3bc348da9900f95fc67541a1</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Recreación</act:description>
+  <act:description>Recreación</act:description>
   <act:parent type="new">0ebd1d5f40d9e9e8bb1a4bf539650dd1</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -460,14 +460,14 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Seguro de automóvil</act:name>
+  <act:name>Seguro de automóvil</act:name>
   <act:id type="new">cd72695526906a15ba1a1d9a7680b8e7</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Seguro de automóvil</act:description>
+  <act:description>Seguro de automóvil</act:description>
   <act:parent type="new">5bda5ff833bc395dc1b00f95c66ce555</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -493,25 +493,25 @@
   <act:parent type="new">5bda5ff833bc395dc1b00f95c66ce555</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Lavandería</act:name>
+  <act:name>Lavandería</act:name>
   <act:id type="new">1006551b2458631dfc8507b7451c9631</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Lavandería</act:description>
+  <act:description>Lavandería</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Gastos médicos</act:name>
+  <act:name>Gastos médicos</act:name>
   <act:id type="new">62752930dd1b2b4c90c6d198bd2ff33f</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Gastos médicos</act:description>
+  <act:description>Gastos médicos</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -537,25 +537,25 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Teléfono</act:name>
+  <act:name>Teléfono</act:name>
   <act:id type="new">1d9d7265e25c6c84dda514d2e8899e87</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Teléfono</act:description>
+  <act:description>Teléfono</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Transporte público</act:name>
+  <act:name>Transporte público</act:name>
   <act:id type="new">64aa760163c7768518e49a104d1c171f</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Transporte público</act:description>
+  <act:description>Transporte público</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/es_ES/acctchrt_currency.gnucash-xea b/accounts/es_ES/acctchrt_currency.gnucash-xea
index 635d505..cb54b9f 100644
--- a/accounts/es_ES/acctchrt_currency.gnucash-xea
+++ b/accounts/es_ES/acctchrt_currency.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Cuenta de conversión monetaria
+      Cuenta de conversión monetaria
     </gnc-act:title>
     <gnc-act:short-description>
       Cuenta para convertir y comerciar con moneda extranjera
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deseará seleccionar este juego de cuentas si convierte monedas
+    Deseará seleccionar este juego de cuentas si convierte monedas
       extranjeras.
 
     Note: La cuenta se encuentra en USD; edite la cuenta para alterar
diff --git a/accounts/es_ES/acctchrt_eduloan.gnucash-xea b/accounts/es_ES/acctchrt_eduloan.gnucash-xea
index abfbd43..43041e3 100644
--- a/accounts/es_ES/acctchrt_eduloan.gnucash-xea
+++ b/accounts/es_ES/acctchrt_eduloan.gnucash-xea
@@ -1,15 +1,15 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Préstamo para educación
+      Préstamo para educación
     </gnc-act:title>
     <gnc-act:short-description>
-      Cuentas para préstamos para estudios e intereses asociados
+      Cuentas para préstamos para estudios e intereses asociados
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deseará seleccionar este conjunto de cuentas si posee un préstamo
-      para educación (préstamo para educación, intereses de préstamo
-      para educación)
+    Deseará seleccionar este conjunto de cuentas si posee un préstamo
+      para educación (préstamo para educación, intereses de préstamo
+      para educación)
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -29,25 +29,25 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Préstamos</act:name>
+  <act:name>Préstamos</act:name>
   <act:id type="new">c3219e37044b0531d66a7b64433b026d</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Préstamos</act:description>
+  <act:description>Préstamos</act:description>
   <act:parent type="new">4e7e8e39487ad4aba0b62c2232c577c5</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Préstamo para educación</act:name>
+  <act:name>Préstamo para educación</act:name>
   <act:id type="new">ddeba367199bd025e00420a19d6f9ae4</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Préstamo para educación</act:description>
+  <act:description>Préstamo para educación</act:description>
   <act:parent type="new">c3219e37044b0531d66a7b64433b026d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -73,14 +73,14 @@
   <act:parent type="new">fdbf47b39f70e8818f325eee7931039a</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Intereses de préstamo para educación</act:name>
+  <act:name>Intereses de préstamo para educación</act:name>
   <act:id type="new">04e3d970dc60d3920f40b93fce8924a2</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Intereses de préstamo para educación</act:description>
+  <act:description>Intereses de préstamo para educación</act:description>
   <act:parent type="new">1cfcd30ea97b954ffb550ab87d561033</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/es_ES/acctchrt_fixedassets.gnucash-xea b/accounts/es_ES/acctchrt_fixedassets.gnucash-xea
index e9e6c50..807a00c 100644
--- a/accounts/es_ES/acctchrt_fixedassets.gnucash-xea
+++ b/accounts/es_ES/acctchrt_fixedassets.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Activos fijos
@@ -7,8 +7,8 @@
       Cuentas para gestionar varios activos fijos
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deberá seleccionar esta cuenta si tiene varios activos fijos
-      (casa, vehículo, casa de vacaciones, otros activos).
+    Deberá seleccionar esta cuenta si tiene varios activos fijos
+      (casa, vehículo, casa de vacaciones, otros activos).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -61,14 +61,14 @@
   <act:parent type="new">9b171f77000bf68dd1ebbaf58336656d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Vehículo</act:name>
+  <act:name>Vehículo</act:name>
   <act:id type="new">5913089ffc36df6f0a5d96a5d7a444c0</act:id>
   <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Vehículo</act:description>
+  <act:description>Vehículo</act:description>
   <act:parent type="new">9b171f77000bf68dd1ebbaf58336656d</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/es_ES/acctchrt_homeloan.gnucash-xea b/accounts/es_ES/acctchrt_homeloan.gnucash-xea
index 08af5da..d3f384c 100644
--- a/accounts/es_ES/acctchrt_homeloan.gnucash-xea
+++ b/accounts/es_ES/acctchrt_homeloan.gnucash-xea
@@ -1,14 +1,14 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Préstamo hipotecario
+      Préstamo hipotecario
     </gnc-act:title>
     <gnc-act:short-description>
-     Cuentas para préstamo hipotecario e interés asociado
+     Cuentas para préstamo hipotecario e interés asociado
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deseará escoger este juego de cuentas si tiene contratado un
-      préstamo hipotecario (préstamo hipotecario, interés hipoteca).
+    Deseará escoger este juego de cuentas si tiene contratado un
+      préstamo hipotecario (préstamo hipotecario, interés hipoteca).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -28,25 +28,25 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Préstamos</act:name>
+  <act:name>Préstamos</act:name>
   <act:id type="new">2e6e2d91551cff7b1fd8d6eb34c12117</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Préstamos</act:description>
+  <act:description>Préstamos</act:description>
   <act:parent type="new">6664763bd1ea41462cba5ef856d9c00c</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Préstamo hipotecario</act:name>
+  <act:name>Préstamo hipotecario</act:name>
   <act:id type="new">4df1b393c218d9047dd22d33d2737e83</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Préstamo hipotecario</act:description>
+  <act:description>Préstamo hipotecario</act:description>
   <act:parent type="new">2e6e2d91551cff7b1fd8d6eb34c12117</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -72,14 +72,14 @@
   <act:parent type="new">2f076f5ae073173a11d33420cd39fa4d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Interés de hipoteca</act:name>
+  <act:name>Interés de hipoteca</act:name>
   <act:id type="new">c1e23fa813d3c8c4a8ea1228a7615b79</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Interés de hipoteca</act:description>
+  <act:description>Interés de hipoteca</act:description>
   <act:parent type="new">3dc58d8a51b5deaa22e0c65d81e90346</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/es_ES/acctchrt_homeown.gnucash-xea b/accounts/es_ES/acctchrt_homeown.gnucash-xea
index 3343aea..d852762 100644
--- a/accounts/es_ES/acctchrt_homeown.gnucash-xea
+++ b/accounts/es_ES/acctchrt_homeown.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Gastos de propietario de casa
@@ -7,9 +7,9 @@
       Gastos asociados a la propiedad de una casa
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deseará seleccionar este juego de cuentas si posee una casa. Este
+    Deseará seleccionar este juego de cuentas si posee una casa. Este
       juego le proporciona un grupo de cuentas para controlar los
-      gastos domésticos (seguro, impuestos, reparaciones).
+      gastos domésticos (seguro, impuestos, reparaciones).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -29,14 +29,14 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Reparaciones domésticas</act:name>
+  <act:name>Reparaciones domésticas</act:name>
   <act:id type="new">fa27de57090e107fa99fe1db53790f23</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Reparaciones domésticas</act:description>
+  <act:description>Reparaciones domésticas</act:description>
   <act:parent type="new">84732f5fdd27b6463d75bf958e3a4b06</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -73,14 +73,14 @@
   <act:parent type="new">84732f5fdd27b6463d75bf958e3a4b06</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Contribución</act:name>
+  <act:name>Contribución</act:name>
   <act:id type="new">3994b8f5a6a8b2a0a48126fa955e03f7</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Contribución</act:description>
+  <act:description>Contribución</act:description>
   <act:parent type="new">a931b8ffe2917ff9a069333623da96ca</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/es_ES/acctchrt_otherloan.gnucash-xea b/accounts/es_ES/acctchrt_otherloan.gnucash-xea
index 4aac94b..3350240 100644
--- a/accounts/es_ES/acctchrt_otherloan.gnucash-xea
+++ b/accounts/es_ES/acctchrt_otherloan.gnucash-xea
@@ -1,15 +1,15 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Otros préstamos
+      Otros préstamos
     </gnc-act:title>
     <gnc-act:short-description>
-      Cuentas para controlar otros préstamos, junto con su interés asociado
+      Cuentas para controlar otros préstamos, junto con su interés asociado
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deseará seleccionar este juego de cuentas si tiene un préstamo
-      distinto a un préstamo hipotecario (otro préstamo, interés de
-      otro préstamo).
+    Deseará seleccionar este juego de cuentas si tiene un préstamo
+      distinto a un préstamo hipotecario (otro préstamo, interés de
+      otro préstamo).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -29,25 +29,25 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Préstamos</act:name>
+  <act:name>Préstamos</act:name>
   <act:id type="new">b5624a9d1a1b797b87b815774faccfe4</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Préstamos</act:description>
+  <act:description>Préstamos</act:description>
   <act:parent type="new">8ec79e80d9abf58d78ce3129d3fe3365</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Otro préstamo</act:name>
+  <act:name>Otro préstamo</act:name>
   <act:id type="new">eb79670a4c9b0faab87485b7b2a4abe4</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Otro préstamo</act:description>
+  <act:description>Otro préstamo</act:description>
   <act:parent type="new">b5624a9d1a1b797b87b815774faccfe4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -73,14 +73,14 @@
   <act:parent type="new">565e52a122e8acc9a67a36e61357e2ae</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Otro interés</act:name>
+  <act:name>Otro interés</act:name>
   <act:id type="new">f01de45e290ecc29b64d9cb8a733af68</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Interés asociado a otro préstamo</act:description>
+  <act:description>Interés asociado a otro préstamo</act:description>
   <act:parent type="new">4a02c14e992ea79076837c164aa6fc8d</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/es_ES/acctchrt_renter.gnucash-xea b/accounts/es_ES/acctchrt_renter.gnucash-xea
index feffa5c..c57f907 100644
--- a/accounts/es_ES/acctchrt_renter.gnucash-xea
+++ b/accounts/es_ES/acctchrt_renter.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Gastos de inquilino
@@ -7,7 +7,7 @@
       Gastos asociados a alquilar una casa
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deseará escoger este juego de cuentas si alquila una casa o
+    Deseará escoger este juego de cuentas si alquila una casa o
       apartamento (alquiler, seguro de inquilino).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
diff --git a/accounts/es_ES/acctchrt_retiremt.gnucash-xea b/accounts/es_ES/acctchrt_retiremt.gnucash-xea
index 42a31fc..5119a9b 100644
--- a/accounts/es_ES/acctchrt_retiremt.gnucash-xea
+++ b/accounts/es_ES/acctchrt_retiremt.gnucash-xea
@@ -1,15 +1,15 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Cuentas de jubilación
+      Cuentas de jubilación
     </gnc-act:title>
     <gnc-act:short-description>
-      Cuenta de jubilación con subcuentas de inversiones relacionadas
+      Cuenta de jubilación con subcuentas de inversiones relacionadas
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deseará escoger este juego de cuentas si tiene cuentas de
-      jubilación (de acciones, bonos, fondos de inversión, fondos de
-      índice).
+    Deseará escoger este juego de cuentas si tiene cuentas de
+      jubilación (de acciones, bonos, fondos de inversión, fondos de
+      índice).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -40,18 +40,18 @@
   <act:parent type="new">e67ef2c52a4eaf3b9d37d317848a5812</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Jubilación</act:name>
+  <act:name>Jubilación</act:name>
   <act:id type="new">4173f3047238f4b5595b11d6161b2f48</act:id>
   <act:type>BANK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Jubilación</act:description>
+  <act:description>Jubilación</act:description>
   <act:slots>
     <slot>
       <slot:key>notes</slot:key>
-      <slot:value type="string">IRA, 401(k), u otros fondos de jubilación</slot:value>
+      <slot:value type="string">IRA, 401(k), u otros fondos de jubilación</slot:value>
     </slot>
   </act:slots>
   <act:parent type="new">64cf99f6bafe0a539a5941ea713bdfcd</act:parent>
@@ -79,25 +79,25 @@
   <act:parent type="new">4173f3047238f4b5595b11d6161b2f48</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Fondo de índice</act:name>
+  <act:name>Fondo de índice</act:name>
   <act:id type="new">2326b032fe4e8f434159310fccf17091</act:id>
   <act:type>MUTUAL</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Fondo de índice</act:description>
+  <act:description>Fondo de índice</act:description>
   <act:parent type="new">4173f3047238f4b5595b11d6161b2f48</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Fondo de inversión</act:name>
+  <act:name>Fondo de inversión</act:name>
   <act:id type="new">a62d804729117e74a6c880cecb818b56</act:id>
   <act:type>MUTUAL</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Fondo de inversión</act:description>
+  <act:description>Fondo de inversión</act:description>
   <act:parent type="new">4173f3047238f4b5595b11d6161b2f48</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/es_ES/acctchrt_spouseinc.gnucash-xea b/accounts/es_ES/acctchrt_spouseinc.gnucash-xea
index 4e028b6..840dca1 100644
--- a/accounts/es_ES/acctchrt_spouseinc.gnucash-xea
+++ b/accounts/es_ES/acctchrt_spouseinc.gnucash-xea
@@ -1,14 +1,14 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Ingresos de cónyuge
+      Ingresos de cónyuge
     </gnc-act:title>
     <gnc-act:short-description>
-     Cuentas para controlar los ingresos del cónyuge de manera separada
+     Cuentas para controlar los ingresos del cónyuge de manera separada
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deseará seleccionar este juego de cuentas si su cónyuge trabaja
-      (sueldo (cónyuge), impuestos (cónyuge)).
+    Deseará seleccionar este juego de cuentas si su cónyuge trabaja
+      (sueldo (cónyuge), impuestos (cónyuge)).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -28,14 +28,14 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Sueldo (Cónyuge)</act:name>
+  <act:name>Sueldo (Cónyuge)</act:name>
   <act:id type="new">7c4495ff132d100b0aa339ce683200dd</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Sueldo (Cónyuge)</act:description>
+  <act:description>Sueldo (Cónyuge)</act:description>
   <act:parent type="new">b4fadf6188d7f1ae7e7aa4fa27f5cc95</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -50,14 +50,14 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Impuestos (Cónyuge)</act:name>
+  <act:name>Impuestos (Cónyuge)</act:name>
   <act:id type="new">3cd0ca7d6b0e5f44e4cde2851c3ff387</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Impuestos (Cónyuge)</act:description>
+  <act:description>Impuestos (Cónyuge)</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/es_ES/acctchrt_spouseretire.gnucash-xea b/accounts/es_ES/acctchrt_spouseretire.gnucash-xea
index 2e826eb..394080f 100644
--- a/accounts/es_ES/acctchrt_spouseretire.gnucash-xea
+++ b/accounts/es_ES/acctchrt_spouseretire.gnucash-xea
@@ -1,15 +1,15 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Cuentas de jubilación de cónyuge
+      Cuentas de jubilación de cónyuge
     </gnc-act:title>
     <gnc-act:short-description>
-     Cuenta de jubilación con cuentas de inversión asociadas para cónyuge
+     Cuenta de jubilación con cuentas de inversión asociadas para cónyuge
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deseará seleccionar este juego de cuentas si tiene inversiones a
-      nombre de su cónyuge (acciones, bonos, fondos de inversión,
-      fondos de índice, intereses, dividendos).
+    Deseará seleccionar este juego de cuentas si tiene inversiones a
+      nombre de su cónyuge (acciones, bonos, fondos de inversión,
+      fondos de índice, intereses, dividendos).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -40,14 +40,14 @@
   <act:parent type="new">96d9b17add59eb4c7edec7ed241af755</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Jubilación de cónyuge</act:name>
+  <act:name>Jubilación de cónyuge</act:name>
   <act:id type="new">4426b41837adc284f96b291c31022844</act:id>
   <act:type>BANK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Jubilación de cónyuge</act:description>
+  <act:description>Jubilación de cónyuge</act:description>
   <act:slots>
     <slot>
       <slot:key>notes</slot:key>
@@ -79,25 +79,25 @@
   <act:parent type="new">4426b41837adc284f96b291c31022844</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Fondo de índice</act:name>
+  <act:name>Fondo de índice</act:name>
   <act:id type="new">0ec1a5b402ceea10d95445a2b31c41a1</act:id>
   <act:type>MUTUAL</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Fondo de índice</act:description>
+  <act:description>Fondo de índice</act:description>
   <act:parent type="new">4426b41837adc284f96b291c31022844</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Fondo de inversión</act:name>
+  <act:name>Fondo de inversión</act:name>
   <act:id type="new">d9ed01f9b8f9845bc3f68f3e0afb021f</act:id>
   <act:type>MUTUAL</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Fondos de inversión</act:description>
+  <act:description>Fondos de inversión</act:description>
   <act:parent type="new">4426b41837adc284f96b291c31022844</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/es_MX/acctchrt_brokerage.gnucash-xea b/accounts/es_MX/acctchrt_brokerage.gnucash-xea
index 1f30877..7fc7403 100644
--- a/accounts/es_MX/acctchrt_brokerage.gnucash-xea
+++ b/accounts/es_MX/acctchrt_brokerage.gnucash-xea
@@ -1,14 +1,14 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-     Cuentas de Inversión
+     Cuentas de Inversión
     </gnc-act:title>
     <gnc-act:short-description>
       Cuenta de corredor de bolsa con las cuentas de inversiones asociadas
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deberá escoger este juego de cuentas si tiene inversiones
-     (acciones, bonos, fondos de inversión, fondos indexados,
+    Deberá escoger este juego de cuentas si tiene inversiones
+     (acciones, bonos, fondos de inversión, fondos indexados,
      intereses, dividendos).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
@@ -40,14 +40,14 @@
   <act:parent type="new">52b5942b5beaec856eaca5a75ee71592</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Cuenta de inversión</act:name>
+  <act:name>Cuenta de inversión</act:name>
   <act:id type="new">f15ec9568727f08a5ebd8f3e66483876</act:id>
   <act:type>BANK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Cuenta de inversión</act:description>
+  <act:description>Cuenta de inversión</act:description>
   <act:parent type="new">7ff59d92615cce4d8388d7e179ee3ff6</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -73,25 +73,25 @@
   <act:parent type="new">f15ec9568727f08a5ebd8f3e66483876</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Fondo de índice</act:name>
+  <act:name>Fondo de índice</act:name>
   <act:id type="new">fe9db8a7eedf2990e9846f634a922143</act:id>
   <act:type>MUTUAL</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Fondo de índice</act:description>
+  <act:description>Fondo de índice</act:description>
   <act:parent type="new">f15ec9568727f08a5ebd8f3e66483876</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Fondo de inversión</act:name>
+  <act:name>Fondo de inversión</act:name>
   <act:id type="new">9da28c1aa7789e84bdc8484ba8f527b3</act:id>
   <act:type>MUTUAL</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Fondo de inversión</act:description>
+  <act:description>Fondo de inversión</act:description>
   <act:parent type="new">f15ec9568727f08a5ebd8f3e66483876</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/es_MX/acctchrt_carloan.gnucash-xea b/accounts/es_MX/acctchrt_carloan.gnucash-xea
index 6c3d146..40814b0 100644
--- a/accounts/es_MX/acctchrt_carloan.gnucash-xea
+++ b/accounts/es_MX/acctchrt_carloan.gnucash-xea
@@ -1,15 +1,15 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Préstamo de automóvil
+      Préstamo de automóvil
     </gnc-act:title>
     <gnc-act:short-description>
-      Cuentas para pago a plazos de automóvil e intereses asociados
+      Cuentas para pago a plazos de automóvil e intereses asociados
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Debería seleccionar este juego de cuentas si está pagando a plazos
-      su automóvil (plazos de automóvil, intereses por plazos de
-      automóvil).
+    Debería seleccionar este juego de cuentas si está pagando a plazos
+      su automóvil (plazos de automóvil, intereses por plazos de
+      automóvil).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -29,25 +29,25 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Préstamos</act:name>
+  <act:name>Préstamos</act:name>
   <act:id type="new">023e2343114b3d695feaeb96904e0da6</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Préstamos</act:description>
+  <act:description>Préstamos</act:description>
   <act:parent type="new">33a326fe16ae360f777a94b3f5bdfbdc</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Vehículo a plazos</act:name>
+  <act:name>Vehículo a plazos</act:name>
   <act:id type="new">3e5f44fd7bfaa9cae737a4113a749e36</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Vehículo a plazos</act:description>
+  <act:description>Vehículo a plazos</act:description>
   <act:parent type="new">023e2343114b3d695feaeb96904e0da6</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -73,14 +73,14 @@
   <act:parent type="new">acacdcb998e45fb741766622e8542f0b</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Intereses pago plazos vehículo</act:name>
+  <act:name>Intereses pago plazos vehículo</act:name>
   <act:id type="new">e9bd8477e27361238d2f53c4fe7594ab</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Intereses pago plazos vehículo</act:description>
+  <act:description>Intereses pago plazos vehículo</act:description>
   <act:parent type="new">9e8495e80ebfb762089be917dff7ab72</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/es_MX/acctchrt_cdmoneymkt.gnucash-xea b/accounts/es_MX/acctchrt_cdmoneymkt.gnucash-xea
index 368012c..0205724 100644
--- a/accounts/es_MX/acctchrt_cdmoneymkt.gnucash-xea
+++ b/accounts/es_MX/acctchrt_cdmoneymkt.gnucash-xea
@@ -1,14 +1,14 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Pagarés y mercado monetario
+      Pagarés y mercado monetario
     </gnc-act:title>
     <gnc-act:short-description>
-     Cuentas para pagarés, e inversiones de mercado monetario
+     Cuentas para pagarés, e inversiones de mercado monetario
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Debería seleccionar este juego de cuentas si maneja pagarés o
-      cuentas de mercado monetario (pagarés, intereses de pagarés,
+    Debería seleccionar este juego de cuentas si maneja pagarés o
+      cuentas de mercado monetario (pagarés, intereses de pagarés,
       mercado monetario, intereses de mercado monetario).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
@@ -40,14 +40,14 @@
   <act:parent type="new">7b1a39efc6234d1db148baa722c9471e</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Pagaré de banco</act:name>
+  <act:name>Pagaré de banco</act:name>
   <act:id type="new">c1620f9c3082e33d8fd559e17f90a122</act:id>
   <act:type>BANK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Pagaré de banco</act:description>
+  <act:description>Pagaré de banco</act:description>
   <act:parent type="new">1880e89ec9fe82622b8648df481dd2b7</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -84,25 +84,25 @@
   <act:parent type="new">4b3e36f325569b80efc7d3331bdf851b</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Interés de pagarés</act:name>
+  <act:name>Interés de pagarés</act:name>
   <act:id type="new">28d311f0f38da5e35628e76ad8bcc853</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Interés de pagarés</act:description>
+  <act:description>Interés de pagarés</act:description>
   <act:parent type="new">fd131cae797d1fb83c2e2bf57254eca5</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Interés de mercado de dinero</act:name>
+  <act:name>Interés de mercado de dinero</act:name>
   <act:id type="new">dc537946f39e84ccef7ce38f016249af</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Interés de mercado de dinero</act:description>
+  <act:description>Interés de mercado de dinero</act:description>
   <act:parent type="new">fd131cae797d1fb83c2e2bf57254eca5</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/es_MX/acctchrt_childcare.gnucash-xea b/accounts/es_MX/acctchrt_childcare.gnucash-xea
index 7f6660ba..22b0242 100644
--- a/accounts/es_MX/acctchrt_childcare.gnucash-xea
+++ b/accounts/es_MX/acctchrt_childcare.gnucash-xea
@@ -1,14 +1,14 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Gastos de guardería
+      Gastos de guardería
     </gnc-act:title>
     <gnc-act:short-description>
-      Cuenta para gestionar gastos de guardería
+      Cuenta para gestionar gastos de guardería
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deberá seleccionar este juego de cuentas si tiene gastos de
-      guardería.
+    Deberá seleccionar este juego de cuentas si tiene gastos de
+      guardería.
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -28,14 +28,14 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Guardería</act:name>
+  <act:name>Guardería</act:name>
   <act:id type="new">8999739a6bfc46088a3ea5ec45e5f8a4</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Guardería</act:description>
+  <act:description>Guardería</act:description>
   <act:parent type="new">ee8238ee2c2ce590160761df09b99b72</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/es_MX/acctchrt_common.gnucash-xea b/accounts/es_MX/acctchrt_common.gnucash-xea
index b0b4cf1..305c653 100644
--- a/accounts/es_MX/acctchrt_common.gnucash-xea
+++ b/accounts/es_MX/acctchrt_common.gnucash-xea
@@ -1,15 +1,15 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Cuentas comunes
     </gnc-act:title>
     <gnc-act:short-description>
-      Un juego básico de cuentas mayoritariamente utilizadas
+      Un juego básico de cuentas mayoritariamente utilizadas
     </gnc-act:short-description>
     <gnc-act:long-description>
-      La mayoría de usuarios deseará escoger este juego de
-      cuentas. Incluye las cuentas más comúnmente utilizadas (cuenta
-      de ahorros, efectivo, tarjeta de crédito, ingresos,
+      La mayoría de usuarios deseará escoger este juego de
+      cuentas. Incluye las cuentas más comúnmente utilizadas (cuenta
+      de ahorros, efectivo, tarjeta de crédito, ingresos,
       gastos comunes).
   </gnc-act:long-description>    
   <gnc-act:start-selected>1</gnc-act:start-selected>
@@ -97,14 +97,14 @@
   <act:parent type="new">19a911feed9b41b8b01be036a2aed9fe</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Tarjeta de crédito</act:name>
+  <act:name>Tarjeta de crédito</act:name>
   <act:id type="new">efc3caac2619666c53e6e27f02d5e716</act:id>
   <act:type>CREDIT</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Tarjeta de crédito</act:description>
+  <act:description>Tarjeta de crédito</act:description>
   <act:parent type="new">a8186db64d71dc2ca5fdccb3234b531b</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -229,25 +229,25 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Automóvil</act:name>
+  <act:name>Automóvil</act:name>
   <act:id type="new">56df186f1ce6114ddca7b9e5d03af390</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Automóvil</act:description>
+  <act:description>Automóvil</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Verificación</act:name>
+  <act:name>Verificación</act:name>
   <act:id type="new">2ff007a389bd23d8970afeba2d58c9a8</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Gastos por Verificación de emisión de contaminantes</act:description>
+  <act:description>Gastos por Verificación de emisión de contaminantes</act:description>
   <act:parent type="new">56df186f1ce6114ddca7b9e5d03af390</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -295,14 +295,14 @@
   <act:parent type="new">56df186f1ce6114ddca7b9e5d03af390</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Reparación y mantenimiento</act:name>
+  <act:name>Reparación y mantenimiento</act:name>
   <act:id type="new">665dd78f0cc75dd331f556949337de68</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Reparación y mantenimiento del automóvil</act:description>
+  <act:description>Reparación y mantenimiento del automóvil</act:description>
   <act:parent type="new">56df186f1ce6114ddca7b9e5d03af390</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -383,14 +383,14 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Educación</act:name>
+  <act:name>Educación</act:name>
   <act:id type="new">5b5ac050529b0f553752babe4a6a35d2</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Educación</act:description>
+  <act:description>Educación</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -405,14 +405,14 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Música/Películas</act:name>
+  <act:name>Música/Películas</act:name>
   <act:id type="new">4570ea8f4ac5cbd7d8927c905f0978ae</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Música/Películas</act:description>
+  <act:description>Música/Películas</act:description>
   <act:parent type="new">0ebd1d5f40d9e9e8bb1a4bf539650dd1</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -482,14 +482,14 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Seguro del automóvil</act:name>
+  <act:name>Seguro del automóvil</act:name>
   <act:id type="new">cd72695526906a15ba1a1d9a7680b8e7</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Seguro del automóvil</act:description>
+  <act:description>Seguro del automóvil</act:description>
   <act:parent type="new">5bda5ff833bc395dc1b00f95c66ce555</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -515,25 +515,25 @@
   <act:parent type="new">5bda5ff833bc395dc1b00f95c66ce555</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Lavandería</act:name>
+  <act:name>Lavandería</act:name>
   <act:id type="new">1006551b2458631dfc8507b7451c9631</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Lavandería</act:description>
+  <act:description>Lavandería</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Gastos médicos</act:name>
+  <act:name>Gastos médicos</act:name>
   <act:id type="new">62752930dd1b2b4c90c6d198bd2ff33f</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Gastos médicos</act:description>
+  <act:description>Gastos médicos</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -559,25 +559,25 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Teléfono</act:name>
+  <act:name>Teléfono</act:name>
   <act:id type="new">1d9d7265e25c6c84dda514d2e8899e87</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Teléfono</act:description>
+  <act:description>Teléfono</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Transporte público</act:name>
+  <act:name>Transporte público</act:name>
   <act:id type="new">64aa760163c7768518e49a104d1c171f</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Transporte público</act:description>
+  <act:description>Transporte público</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -654,7 +654,7 @@
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Impuesto Empresarial de Tasa Única</act:description>
+  <act:description>Impuesto Empresarial de Tasa Única</act:description>
   <act:parent type="new">090a786357463ec7fbee8066cb999097</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -665,7 +665,7 @@
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Participanción de los Trabajadores en las Utilidades</act:description>
+  <act:description>Participanción de los Trabajadores en las Utilidades</act:description>
   <act:parent type="new">090a786357463ec7fbee8066cb999097</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -746,14 +746,14 @@
   <act:parent type="new">57635fa5f71dee8ffc207c277250e773</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Recolección de basura</act:name>
+  <act:name>Recolección de basura</act:name>
   <act:id type="new">2d0315d7b2f8f11a8a8b32d805bca6eb</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Recolección de basura</act:description>
+  <act:description>Recolección de basura</act:description>
   <act:parent type="new">57635fa5f71dee8ffc207c277250e773</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/es_MX/acctchrt_currency.gnucash-xea b/accounts/es_MX/acctchrt_currency.gnucash-xea
index 4f53125..7099aee 100644
--- a/accounts/es_MX/acctchrt_currency.gnucash-xea
+++ b/accounts/es_MX/acctchrt_currency.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Cuenta de Compra-Venta de monedas
@@ -7,7 +7,7 @@
       Cuenta para compra/venta de moneda extranjera
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deseará seleccionar este juego de cuentas si realiza compra/venta de
+    Deseará seleccionar este juego de cuentas si realiza compra/venta de
       monedas extranjeras.
 
     Note: La cuenta se encuentra en USD; edite la cuenta para alterar
diff --git a/accounts/es_MX/acctchrt_eduloan.gnucash-xea b/accounts/es_MX/acctchrt_eduloan.gnucash-xea
index abfbd43..43041e3 100644
--- a/accounts/es_MX/acctchrt_eduloan.gnucash-xea
+++ b/accounts/es_MX/acctchrt_eduloan.gnucash-xea
@@ -1,15 +1,15 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Préstamo para educación
+      Préstamo para educación
     </gnc-act:title>
     <gnc-act:short-description>
-      Cuentas para préstamos para estudios e intereses asociados
+      Cuentas para préstamos para estudios e intereses asociados
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deseará seleccionar este conjunto de cuentas si posee un préstamo
-      para educación (préstamo para educación, intereses de préstamo
-      para educación)
+    Deseará seleccionar este conjunto de cuentas si posee un préstamo
+      para educación (préstamo para educación, intereses de préstamo
+      para educación)
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -29,25 +29,25 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Préstamos</act:name>
+  <act:name>Préstamos</act:name>
   <act:id type="new">c3219e37044b0531d66a7b64433b026d</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Préstamos</act:description>
+  <act:description>Préstamos</act:description>
   <act:parent type="new">4e7e8e39487ad4aba0b62c2232c577c5</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Préstamo para educación</act:name>
+  <act:name>Préstamo para educación</act:name>
   <act:id type="new">ddeba367199bd025e00420a19d6f9ae4</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Préstamo para educación</act:description>
+  <act:description>Préstamo para educación</act:description>
   <act:parent type="new">c3219e37044b0531d66a7b64433b026d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -73,14 +73,14 @@
   <act:parent type="new">fdbf47b39f70e8818f325eee7931039a</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Intereses de préstamo para educación</act:name>
+  <act:name>Intereses de préstamo para educación</act:name>
   <act:id type="new">04e3d970dc60d3920f40b93fce8924a2</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Intereses de préstamo para educación</act:description>
+  <act:description>Intereses de préstamo para educación</act:description>
   <act:parent type="new">1cfcd30ea97b954ffb550ab87d561033</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/es_MX/acctchrt_fixedassets.gnucash-xea b/accounts/es_MX/acctchrt_fixedassets.gnucash-xea
index e9e6c50..807a00c 100644
--- a/accounts/es_MX/acctchrt_fixedassets.gnucash-xea
+++ b/accounts/es_MX/acctchrt_fixedassets.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Activos fijos
@@ -7,8 +7,8 @@
       Cuentas para gestionar varios activos fijos
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deberá seleccionar esta cuenta si tiene varios activos fijos
-      (casa, vehículo, casa de vacaciones, otros activos).
+    Deberá seleccionar esta cuenta si tiene varios activos fijos
+      (casa, vehículo, casa de vacaciones, otros activos).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -61,14 +61,14 @@
   <act:parent type="new">9b171f77000bf68dd1ebbaf58336656d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Vehículo</act:name>
+  <act:name>Vehículo</act:name>
   <act:id type="new">5913089ffc36df6f0a5d96a5d7a444c0</act:id>
   <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Vehículo</act:description>
+  <act:description>Vehículo</act:description>
   <act:parent type="new">9b171f77000bf68dd1ebbaf58336656d</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/es_MX/acctchrt_homeloan.gnucash-xea b/accounts/es_MX/acctchrt_homeloan.gnucash-xea
index 08af5da..d3f384c 100644
--- a/accounts/es_MX/acctchrt_homeloan.gnucash-xea
+++ b/accounts/es_MX/acctchrt_homeloan.gnucash-xea
@@ -1,14 +1,14 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Préstamo hipotecario
+      Préstamo hipotecario
     </gnc-act:title>
     <gnc-act:short-description>
-     Cuentas para préstamo hipotecario e interés asociado
+     Cuentas para préstamo hipotecario e interés asociado
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deseará escoger este juego de cuentas si tiene contratado un
-      préstamo hipotecario (préstamo hipotecario, interés hipoteca).
+    Deseará escoger este juego de cuentas si tiene contratado un
+      préstamo hipotecario (préstamo hipotecario, interés hipoteca).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -28,25 +28,25 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Préstamos</act:name>
+  <act:name>Préstamos</act:name>
   <act:id type="new">2e6e2d91551cff7b1fd8d6eb34c12117</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Préstamos</act:description>
+  <act:description>Préstamos</act:description>
   <act:parent type="new">6664763bd1ea41462cba5ef856d9c00c</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Préstamo hipotecario</act:name>
+  <act:name>Préstamo hipotecario</act:name>
   <act:id type="new">4df1b393c218d9047dd22d33d2737e83</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Préstamo hipotecario</act:description>
+  <act:description>Préstamo hipotecario</act:description>
   <act:parent type="new">2e6e2d91551cff7b1fd8d6eb34c12117</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -72,14 +72,14 @@
   <act:parent type="new">2f076f5ae073173a11d33420cd39fa4d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Interés de hipoteca</act:name>
+  <act:name>Interés de hipoteca</act:name>
   <act:id type="new">c1e23fa813d3c8c4a8ea1228a7615b79</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Interés de hipoteca</act:description>
+  <act:description>Interés de hipoteca</act:description>
   <act:parent type="new">3dc58d8a51b5deaa22e0c65d81e90346</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/es_MX/acctchrt_homeown.gnucash-xea b/accounts/es_MX/acctchrt_homeown.gnucash-xea
index c74daae..473634b 100644
--- a/accounts/es_MX/acctchrt_homeown.gnucash-xea
+++ b/accounts/es_MX/acctchrt_homeown.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Gastos de propietario de casa
@@ -7,9 +7,9 @@
       Gastos asociados a la propiedad de una casa
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deseará seleccionar este juego de cuentas si posee una casa. Este
+    Deseará seleccionar este juego de cuentas si posee una casa. Este
       juego le proporciona un grupo de cuentas para controlar los
-      gastos domésticos (seguro, impuestos, reparaciones).
+      gastos domésticos (seguro, impuestos, reparaciones).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -29,14 +29,14 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Reparaciones domésticas</act:name>
+  <act:name>Reparaciones domésticas</act:name>
   <act:id type="new">fa27de57090e107fa99fe1db53790f23</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Reparaciones domésticas</act:description>
+  <act:description>Reparaciones domésticas</act:description>
   <act:parent type="new">84732f5fdd27b6463d75bf958e3a4b06</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/es_MX/acctchrt_otherloan.gnucash-xea b/accounts/es_MX/acctchrt_otherloan.gnucash-xea
index 4aac94b..3350240 100644
--- a/accounts/es_MX/acctchrt_otherloan.gnucash-xea
+++ b/accounts/es_MX/acctchrt_otherloan.gnucash-xea
@@ -1,15 +1,15 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Otros préstamos
+      Otros préstamos
     </gnc-act:title>
     <gnc-act:short-description>
-      Cuentas para controlar otros préstamos, junto con su interés asociado
+      Cuentas para controlar otros préstamos, junto con su interés asociado
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deseará seleccionar este juego de cuentas si tiene un préstamo
-      distinto a un préstamo hipotecario (otro préstamo, interés de
-      otro préstamo).
+    Deseará seleccionar este juego de cuentas si tiene un préstamo
+      distinto a un préstamo hipotecario (otro préstamo, interés de
+      otro préstamo).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -29,25 +29,25 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Préstamos</act:name>
+  <act:name>Préstamos</act:name>
   <act:id type="new">b5624a9d1a1b797b87b815774faccfe4</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Préstamos</act:description>
+  <act:description>Préstamos</act:description>
   <act:parent type="new">8ec79e80d9abf58d78ce3129d3fe3365</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Otro préstamo</act:name>
+  <act:name>Otro préstamo</act:name>
   <act:id type="new">eb79670a4c9b0faab87485b7b2a4abe4</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Otro préstamo</act:description>
+  <act:description>Otro préstamo</act:description>
   <act:parent type="new">b5624a9d1a1b797b87b815774faccfe4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -73,14 +73,14 @@
   <act:parent type="new">565e52a122e8acc9a67a36e61357e2ae</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Otro interés</act:name>
+  <act:name>Otro interés</act:name>
   <act:id type="new">f01de45e290ecc29b64d9cb8a733af68</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Interés asociado a otro préstamo</act:description>
+  <act:description>Interés asociado a otro préstamo</act:description>
   <act:parent type="new">4a02c14e992ea79076837c164aa6fc8d</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/es_MX/acctchrt_renter.gnucash-xea b/accounts/es_MX/acctchrt_renter.gnucash-xea
index feffa5c..c57f907 100644
--- a/accounts/es_MX/acctchrt_renter.gnucash-xea
+++ b/accounts/es_MX/acctchrt_renter.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Gastos de inquilino
@@ -7,7 +7,7 @@
       Gastos asociados a alquilar una casa
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deseará escoger este juego de cuentas si alquila una casa o
+    Deseará escoger este juego de cuentas si alquila una casa o
       apartamento (alquiler, seguro de inquilino).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
diff --git a/accounts/es_MX/acctchrt_retiremt.gnucash-xea b/accounts/es_MX/acctchrt_retiremt.gnucash-xea
index 42a31fc..5119a9b 100644
--- a/accounts/es_MX/acctchrt_retiremt.gnucash-xea
+++ b/accounts/es_MX/acctchrt_retiremt.gnucash-xea
@@ -1,15 +1,15 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Cuentas de jubilación
+      Cuentas de jubilación
     </gnc-act:title>
     <gnc-act:short-description>
-      Cuenta de jubilación con subcuentas de inversiones relacionadas
+      Cuenta de jubilación con subcuentas de inversiones relacionadas
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deseará escoger este juego de cuentas si tiene cuentas de
-      jubilación (de acciones, bonos, fondos de inversión, fondos de
-      índice).
+    Deseará escoger este juego de cuentas si tiene cuentas de
+      jubilación (de acciones, bonos, fondos de inversión, fondos de
+      índice).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -40,18 +40,18 @@
   <act:parent type="new">e67ef2c52a4eaf3b9d37d317848a5812</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Jubilación</act:name>
+  <act:name>Jubilación</act:name>
   <act:id type="new">4173f3047238f4b5595b11d6161b2f48</act:id>
   <act:type>BANK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Jubilación</act:description>
+  <act:description>Jubilación</act:description>
   <act:slots>
     <slot>
       <slot:key>notes</slot:key>
-      <slot:value type="string">IRA, 401(k), u otros fondos de jubilación</slot:value>
+      <slot:value type="string">IRA, 401(k), u otros fondos de jubilación</slot:value>
     </slot>
   </act:slots>
   <act:parent type="new">64cf99f6bafe0a539a5941ea713bdfcd</act:parent>
@@ -79,25 +79,25 @@
   <act:parent type="new">4173f3047238f4b5595b11d6161b2f48</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Fondo de índice</act:name>
+  <act:name>Fondo de índice</act:name>
   <act:id type="new">2326b032fe4e8f434159310fccf17091</act:id>
   <act:type>MUTUAL</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Fondo de índice</act:description>
+  <act:description>Fondo de índice</act:description>
   <act:parent type="new">4173f3047238f4b5595b11d6161b2f48</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Fondo de inversión</act:name>
+  <act:name>Fondo de inversión</act:name>
   <act:id type="new">a62d804729117e74a6c880cecb818b56</act:id>
   <act:type>MUTUAL</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Fondo de inversión</act:description>
+  <act:description>Fondo de inversión</act:description>
   <act:parent type="new">4173f3047238f4b5595b11d6161b2f48</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/es_MX/acctchrt_spouseinc.gnucash-xea b/accounts/es_MX/acctchrt_spouseinc.gnucash-xea
index 4e028b6..840dca1 100644
--- a/accounts/es_MX/acctchrt_spouseinc.gnucash-xea
+++ b/accounts/es_MX/acctchrt_spouseinc.gnucash-xea
@@ -1,14 +1,14 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Ingresos de cónyuge
+      Ingresos de cónyuge
     </gnc-act:title>
     <gnc-act:short-description>
-     Cuentas para controlar los ingresos del cónyuge de manera separada
+     Cuentas para controlar los ingresos del cónyuge de manera separada
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deseará seleccionar este juego de cuentas si su cónyuge trabaja
-      (sueldo (cónyuge), impuestos (cónyuge)).
+    Deseará seleccionar este juego de cuentas si su cónyuge trabaja
+      (sueldo (cónyuge), impuestos (cónyuge)).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -28,14 +28,14 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Sueldo (Cónyuge)</act:name>
+  <act:name>Sueldo (Cónyuge)</act:name>
   <act:id type="new">7c4495ff132d100b0aa339ce683200dd</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Sueldo (Cónyuge)</act:description>
+  <act:description>Sueldo (Cónyuge)</act:description>
   <act:parent type="new">b4fadf6188d7f1ae7e7aa4fa27f5cc95</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -50,14 +50,14 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Impuestos (Cónyuge)</act:name>
+  <act:name>Impuestos (Cónyuge)</act:name>
   <act:id type="new">3cd0ca7d6b0e5f44e4cde2851c3ff387</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Impuestos (Cónyuge)</act:description>
+  <act:description>Impuestos (Cónyuge)</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/es_MX/acctchrt_spouseretire.gnucash-xea b/accounts/es_MX/acctchrt_spouseretire.gnucash-xea
index 2e826eb..394080f 100644
--- a/accounts/es_MX/acctchrt_spouseretire.gnucash-xea
+++ b/accounts/es_MX/acctchrt_spouseretire.gnucash-xea
@@ -1,15 +1,15 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Cuentas de jubilación de cónyuge
+      Cuentas de jubilación de cónyuge
     </gnc-act:title>
     <gnc-act:short-description>
-     Cuenta de jubilación con cuentas de inversión asociadas para cónyuge
+     Cuenta de jubilación con cuentas de inversión asociadas para cónyuge
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deseará seleccionar este juego de cuentas si tiene inversiones a
-      nombre de su cónyuge (acciones, bonos, fondos de inversión,
-      fondos de índice, intereses, dividendos).
+    Deseará seleccionar este juego de cuentas si tiene inversiones a
+      nombre de su cónyuge (acciones, bonos, fondos de inversión,
+      fondos de índice, intereses, dividendos).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -40,14 +40,14 @@
   <act:parent type="new">96d9b17add59eb4c7edec7ed241af755</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Jubilación de cónyuge</act:name>
+  <act:name>Jubilación de cónyuge</act:name>
   <act:id type="new">4426b41837adc284f96b291c31022844</act:id>
   <act:type>BANK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Jubilación de cónyuge</act:description>
+  <act:description>Jubilación de cónyuge</act:description>
   <act:slots>
     <slot>
       <slot:key>notes</slot:key>
@@ -79,25 +79,25 @@
   <act:parent type="new">4426b41837adc284f96b291c31022844</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Fondo de índice</act:name>
+  <act:name>Fondo de índice</act:name>
   <act:id type="new">0ec1a5b402ceea10d95445a2b31c41a1</act:id>
   <act:type>MUTUAL</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Fondo de índice</act:description>
+  <act:description>Fondo de índice</act:description>
   <act:parent type="new">4426b41837adc284f96b291c31022844</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Fondo de inversión</act:name>
+  <act:name>Fondo de inversión</act:name>
   <act:id type="new">d9ed01f9b8f9845bc3f68f3e0afb021f</act:id>
   <act:type>MUTUAL</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Fondos de inversión</act:description>
+  <act:description>Fondos de inversión</act:description>
   <act:parent type="new">4426b41837adc284f96b291c31022844</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/fr_CA/acctchrt_cdmarchemon.gnucash-xea b/accounts/fr_CA/acctchrt_cdmarchemon.gnucash-xea
index 9ebffaa..c5a2dab 100644
--- a/accounts/fr_CA/acctchrt_cdmarchemon.gnucash-xea
+++ b/accounts/fr_CA/acctchrt_cdmarchemon.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      CD/CPG et marché monéraire
+      CD/CPG et marché monéraire
     </gnc-act:title>
     <gnc-act:short-description>
-     Comptes corrrespondant aux certificats de dépôt et au marché monétaire.
+     Comptes corrrespondant aux certificats de dépôt et au marché monétaire.
     </gnc-act:short-description>
     <gnc-act:long-description>
-	    Sélectionnez ce groupe de comptes (CD/CPG , marché monétaire et intérêts) si vous détenez des certificats de dépôt et d'autres titres du marché monétaire.
+	    Sélectionnez ce groupe de comptes (CD/CPG , marché monétaire et intérêts) si vous détenez des certificats de dépôt et d'autres titres du marché monétaire.
   </gnc-act:long-description>    
   <gnc:account version="2.0.0">
 	  <act:name>Root Account</act:name>
@@ -34,7 +34,7 @@
 	  </act:slots>
   </gnc:account>
   <gnc:account version="2.0.0">
-	  <act:name>Liquidités</act:name>
+	  <act:name>Liquidités</act:name>
 	  <act:id type="new">aa06af77140bb86a516c66e2d80ca64b</act:id>
 	  <act:type>ASSET</act:type>
 	  <act:commodity>
@@ -42,7 +42,7 @@
 		  <cmdty:id>CAD</cmdty:id>
 	  </act:commodity>
 	  <act:commodity-scu>100</act:commodity-scu>
-	  <act:description>Liquidités ou actifs liquides</act:description>
+	  <act:description>Liquidités ou actifs liquides</act:description>
 	  <act:slots>
 		  <slot>
 			  <slot:key>placeholder</slot:key>
@@ -60,11 +60,11 @@
 		  <cmdty:id>CAD</cmdty:id>
 	  </act:commodity>
 	  <act:commodity-scu>100</act:commodity-scu>
-	  <act:description>Certificats de dépôt et de placements bancaires</act:description>
+	  <act:description>Certificats de dépôt et de placements bancaires</act:description>
 	  <act:parent type="new">aa06af77140bb86a516c66e2d80ca64b</act:parent>
   </gnc:account>
   <gnc:account version="2.0.0">
-	  <act:name>Marché monétaire</act:name>
+	  <act:name>Marché monétaire</act:name>
 	  <act:id type="new">3dc58e05515a220bd6b825469f83fca1</act:id>
 	  <act:type>BANK</act:type>
 	  <act:commodity>
@@ -72,7 +72,7 @@
 		  <cmdty:id>CAD</cmdty:id>
 	  </act:commodity>
 	  <act:commodity-scu>100</act:commodity-scu>
-	  <act:description>Marché monétaire</act:description>
+	  <act:description>Marché monétaire</act:description>
 	  <act:parent type="new">aa06af77140bb86a516c66e2d80ca64b</act:parent>
   </gnc:account>
   <gnc:account version="2.0.0">
@@ -94,7 +94,7 @@
 	  </act:slots>
   </gnc:account>
   <gnc:account version="2.0.0">
-	  <act:name>Intérêts</act:name>
+	  <act:name>Intérêts</act:name>
 	  <act:id type="new">59057b71a3fd0057b2e5c2d23277ad96</act:id>
 	  <act:type>INCOME</act:type>
 	  <act:commodity>
@@ -102,7 +102,7 @@
 		  <cmdty:id>CAD</cmdty:id>
 	  </act:commodity>
 	  <act:commodity-scu>100</act:commodity-scu>
-	  <act:description>Revenus d'intérets</act:description>
+	  <act:description>Revenus d'intérets</act:description>
 	  <act:slots>
 		  <slot>
 			  <slot:key>placeholder</slot:key>
@@ -120,11 +120,11 @@
 		  <cmdty:id>CAD</cmdty:id>
 	  </act:commodity>
 	  <act:commodity-scu>100</act:commodity-scu>
-	  <act:description>Intérêts sur CD/CPG bancaires</act:description>
+	  <act:description>Intérêts sur CD/CPG bancaires</act:description>
 	  <act:parent type="new">59057b71a3fd0057b2e5c2d23277ad96</act:parent>
   </gnc:account>
   <gnc:account version="2.0.0">
-	  <act:name>Marché monétaire</act:name>
+	  <act:name>Marché monétaire</act:name>
 	  <act:id type="new">2667d301e6b53d180c6e854616cdf817</act:id>
 	  <act:type>INCOME</act:type>
 	  <act:commodity>
@@ -132,7 +132,7 @@
 		  <cmdty:id>CAD</cmdty:id>
 	  </act:commodity>
 	  <act:commodity-scu>100</act:commodity-scu>
-	  <act:description>Intérêts sur marché monétaire</act:description>
+	  <act:description>Intérêts sur marché monétaire</act:description>
 	  <act:parent type="new">59057b71a3fd0057b2e5c2d23277ad96</act:parent>
   </gnc:account>
 </gnc-account-example>
diff --git a/accounts/fr_CH/acctchrt_brokerage.gnucash-xea b/accounts/fr_CH/acctchrt_brokerage.gnucash-xea
index c4dbf10..fe46bbe 100644
--- a/accounts/fr_CH/acctchrt_brokerage.gnucash-xea
+++ b/accounts/fr_CH/acctchrt_brokerage.gnucash-xea
@@ -1,14 +1,14 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
      Comptes d'investissement
     </gnc-act:title>
     <gnc-act:short-description>
-      Compte de bourse/titres avec les comptes d'investissement apparentés
-        (action, obligation, fond commun, fond d'indices, intérêt, dividende)
+      Compte de bourse/titres avec les comptes d'investissement apparentés
+        (action, obligation, fond commun, fond d'indices, intérêt, dividende)
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Vous devriez sélectionner cet ensemble de comptes si vous avez des investissements (action, obligation, fond commun, fond d'indices, intérêt, dividende).
+    Vous devriez sélectionner cet ensemble de comptes si vous avez des investissements (action, obligation, fond commun, fond d'indices, intérêt, dividende).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -72,14 +72,14 @@
   <act:parent type="new">f15ec9568727f08a5ebd8f3e66483876</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Marché d'indice</act:name>
+  <act:name>Marché d'indice</act:name>
   <act:id type="new">fe9db8a7eedf2990e9846f634a922143</act:id>
   <act:type>MUTUAL</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Marché d'indice</act:description>
+  <act:description>Marché d'indice</act:description>
   <act:parent type="new">f15ec9568727f08a5ebd8f3e66483876</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -116,36 +116,36 @@
   <act:parent type="new">9da3c880bd04b9db49eb7f5b06403bda</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Revenu d'intérêts</act:name>
+  <act:name>Revenu d'intérêts</act:name>
   <act:id type="new">c47361e40d9478ec11758097e64d693c</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Revenu d'intérets</act:description>
+  <act:description>Revenu d'intérets</act:description>
   <act:parent type="new">9da3c880bd04b9db49eb7f5b06403bda</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Intérêts d'obligation</act:name>
+  <act:name>Intérêts d'obligation</act:name>
   <act:id type="new">8ceb4752a11e2d342b9009b343fdba38</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Intérêts d'obligation</act:description>
+  <act:description>Intérêts d'obligation</act:description>
   <act:parent type="new">c47361e40d9478ec11758097e64d693c</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Dépenses</act:name>
+  <act:name>Dépenses</act:name>
   <act:id type="new">6de23244232785031501171abcc1d4aa</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Dépenses</act:description>
+  <act:description>Dépenses</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/fr_CH/acctchrt_business.gnucash-xea b/accounts/fr_CH/acctchrt_business.gnucash-xea
index 660c2ed..0e62139 100644
--- a/accounts/fr_CH/acctchrt_business.gnucash-xea
+++ b/accounts/fr_CH/acctchrt_business.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Comptes d'affaires
     </gnc-act:title>
     <gnc-act:short-description>
-     Hiérarchie complète de comptes pour les affaires.
+     Hiérarchie complète de comptes pour les affaires.
     </gnc-act:short-description>
     <gnc-act:long-description>
-Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres choix. Ceci inclut tous les comptes dont vous avez besoin dans la plupart des activités, y compris les paiements différés, les rentrées et les sorties.
+Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres choix. Ceci inclut tous les comptes dont vous avez besoin dans la plupart des activités, y compris les paiements différés, les rentrées et les sorties.
     </gnc-act:long-description>
     <gnc-act:exclude-from-select-all>1</gnc-act:exclude-from-select-all>
 <gnc:account version="2.0.0">
@@ -41,7 +41,7 @@ Les utilisateurs g
   <act:parent type="new">4f40ddce996f8f74b4e99f52e275ba14</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Compte chèque</act:name>
+  <act:name>Compte chèque</act:name>
   <act:id type="new">8048bd85020e9ecf57b7cb300f4fa7e2</act:id>
   <act:type>BANK</act:type>
   <act:commodity>
@@ -49,7 +49,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Compte chèque</act:description>
+  <act:description>Compte chèque</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -63,7 +63,7 @@ Les utilisateurs g
   <act:parent type="new">f8532a8cdc024e0178fe20a1482e3192</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Compte d'épargne</act:name>
+  <act:name>Compte d'épargne</act:name>
   <act:id type="new">f52774d7ec67a0c59c425a5c041dcc46</act:id>
   <act:type>BANK</act:type>
   <act:commodity>
@@ -71,7 +71,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Compte d'épargne</act:description>
+  <act:description>Compte d'épargne</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -89,7 +89,7 @@ Les utilisateurs g
   <act:parent type="new">f8532a8cdc024e0178fe20a1482e3192</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Liquidités</act:name>
+  <act:name>Liquidités</act:name>
   <act:id type="new">c292f69c18e01e1b607e37b3188c7acc</act:id>
   <act:type>CASH</act:type>
   <act:commodity>
@@ -97,7 +97,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Liquidités</act:description>
+  <act:description>Liquidités</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -111,7 +111,7 @@ Les utilisateurs g
   <act:parent type="new">f8532a8cdc024e0178fe20a1482e3192</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Compte à recevoir</act:name>
+  <act:name>Compte à recevoir</act:name>
   <act:id type="new">0dd8987a2e860fa231a2a76e75cd5ad1</act:id>
   <act:type>RECEIVABLE</act:type>
   <act:commodity>
@@ -119,7 +119,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Compte à recevoir</act:description>
+  <act:description>Compte à recevoir</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -145,7 +145,7 @@ Les utilisateurs g
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Carte de crédit</act:name>
+  <act:name>Carte de crédit</act:name>
   <act:id type="new">b9718397ec0aec2d515b09af8b76b59c</act:id>
   <act:type>CREDIT</act:type>
   <act:commodity>
@@ -153,7 +153,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Carte de crédit</act:description>
+  <act:description>Carte de crédit</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -167,7 +167,7 @@ Les utilisateurs g
   <act:parent type="new">b83e860994b160b59dd463cf23636900</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Compte à payer</act:name>
+  <act:name>Compte à payer</act:name>
   <act:id type="new">5c0cd58e416a5c3d26b5f4865c77b8b9</act:id>
   <act:type>PAYABLE</act:type>
   <act:commodity>
@@ -175,7 +175,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Compte à payer</act:description>
+  <act:description>Compte à payer</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -201,7 +201,7 @@ Les utilisateurs g
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Revenus d'intérêts</act:name>
+  <act:name>Revenus d'intérêts</act:name>
   <act:id type="new">77e298a57faf85cacd4a881ade89808c</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
@@ -209,11 +209,11 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Revenus d'intérêts</act:description>
+  <act:description>Revenus d'intérêts</act:description>
   <act:parent type="new">f7a2e8717ea0a2e1801740d2a69b947e</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Autres rentrées</act:name>
+  <act:name>Autres rentrées</act:name>
   <act:id type="new">ba71604fe085423c6e8cb7fd1b7c6f54</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
@@ -221,11 +221,11 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Autres rentrées</act:description>
+  <act:description>Autres rentrées</act:description>
   <act:parent type="new">f7a2e8717ea0a2e1801740d2a69b947e</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Dépenses remboursées</act:name>
+  <act:name>Dépenses remboursées</act:name>
   <act:id type="new">eb35aec1095d23f511f0fb9f485808ea</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
@@ -233,7 +233,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Dépenses remboursées</act:description>
+  <act:description>Dépenses remboursées</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -269,7 +269,7 @@ Les utilisateurs g
   <act:parent type="new">f7a2e8717ea0a2e1801740d2a69b947e</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Dépenses</act:name>
+  <act:name>Dépenses</act:name>
   <act:id type="new">1eca26f16967a1627df155e49b44a609</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -277,7 +277,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Dépenses</act:description>
+  <act:description>Dépenses</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -341,7 +341,7 @@ Les utilisateurs g
   <act:parent type="new">63a1cc17910a125405c1ec2aee831839</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Réparations et entretien</act:name>
+  <act:name>Réparations et entretien</act:name>
   <act:id type="new">280f5d3834093afe91cd6cb0a38859f1</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -349,7 +349,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Réparations et entretien</act:description>
+  <act:description>Réparations et entretien</act:description>
   <act:parent type="new">63a1cc17910a125405c1ec2aee831839</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -399,7 +399,7 @@ Les utilisateurs g
   <act:parent type="new">1eca26f16967a1627df155e49b44a609</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Charité</act:name>
+  <act:name>Charité</act:name>
   <act:id type="new">bf4c7466be71d858509cbb3d943dea8f</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -407,11 +407,11 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Charité</act:description>
+  <act:description>Charité</act:description>
   <act:parent type="new">1eca26f16967a1627df155e49b44a609</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Dépréciation</act:name>
+  <act:name>Dépréciation</act:name>
   <act:id type="new">f7d4a3a1b78da69ff2b13e58069faf37</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -419,7 +419,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Dépréciation</act:description>
+  <act:description>Dépréciation</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -479,7 +479,7 @@ Les utilisateurs g
   <act:parent type="new">1eca26f16967a1627df155e49b44a609</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Location d'équipement</act:name>
+  <act:name>Location d'équipement</act:name>
   <act:id type="new">c8e75ad8eb7085ac73b3b626d02a3c44</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -487,7 +487,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Location d'équipement</act:description>
+  <act:description>Location d'équipement</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -513,7 +513,7 @@ Les utilisateurs g
   <act:parent type="new">1eca26f16967a1627df155e49b44a609</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Assurance incapacité</act:name>
+  <act:name>Assurance incapacité</act:name>
   <act:id type="new">793001c2cac93c78d7b0e09b8d06e288</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -521,7 +521,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Assurance incapacité</act:description>
+  <act:description>Assurance incapacité</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -535,7 +535,7 @@ Les utilisateurs g
   <act:parent type="new">0ff061c9c27535d3b8629a333b02a7a0</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Assurance responsabilité</act:name>
+  <act:name>Assurance responsabilité</act:name>
   <act:id type="new">3d2a415bd4b7571c77d6f4393633b0c8</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -543,7 +543,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Assurance responsabilité</act:description>
+  <act:description>Assurance responsabilité</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -635,7 +635,7 @@ Les utilisateurs g
   <act:parent type="new">1eca26f16967a1627df155e49b44a609</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Services extérieurs</act:name>
+  <act:name>Services extérieurs</act:name>
   <act:id type="new">4f5265128a7a8d56820db2698cd1dadf</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -643,7 +643,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Services extérieurs</act:description>
+  <act:description>Services extérieurs</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -657,7 +657,7 @@ Les utilisateurs g
   <act:parent type="new">1eca26f16967a1627df155e49b44a609</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Dépenses de personnel</act:name>
+  <act:name>Dépenses de personnel</act:name>
   <act:id type="new">52c59dac947098d11ca9a43d75714e9a</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -665,7 +665,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Dépenses de personnel</act:description>
+  <act:description>Dépenses de personnel</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -745,7 +745,7 @@ Les utilisateurs g
   <act:parent type="new">1eca26f16967a1627df155e49b44a609</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Comptabilité</act:name>
+  <act:name>Comptabilité</act:name>
   <act:id type="new">f2fdacb032cbda092220d6b9bf78cdef</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -753,7 +753,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Comptabilité</act:description>
+  <act:description>Comptabilité</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -767,7 +767,7 @@ Les utilisateurs g
   <act:parent type="new">fbc12ded14b9dbc5119f2bdb288229eb</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Charges légales</act:name>
+  <act:name>Charges légales</act:name>
   <act:id type="new">ef0c1ba6fc2b99a3256091255982773c</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -775,7 +775,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Charges légales</act:description>
+  <act:description>Charges légales</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -811,7 +811,7 @@ Les utilisateurs g
   <act:parent type="new">1eca26f16967a1627df155e49b44a609</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Réparations</act:name>
+  <act:name>Réparations</act:name>
   <act:id type="new">f2145496f238b9002344ca78216bc91c</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -819,7 +819,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Réparations</act:description>
+  <act:description>Réparations</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -833,7 +833,7 @@ Les utilisateurs g
   <act:parent type="new">1eca26f16967a1627df155e49b44a609</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Réparations des immeubles</act:name>
+  <act:name>Réparations des immeubles</act:name>
   <act:id type="new">861eaeafb9e9bf855943a8afb753fcc6</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -841,7 +841,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Réparations des immeubles</act:description>
+  <act:description>Réparations des immeubles</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -855,7 +855,7 @@ Les utilisateurs g
   <act:parent type="new">f2145496f238b9002344ca78216bc91c</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Réparations des ordinateurs</act:name>
+  <act:name>Réparations des ordinateurs</act:name>
   <act:id type="new">2dc1fc6c60662751a6eae28e0a81bb22</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -863,7 +863,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Réparations des ordinateurs</act:description>
+  <act:description>Réparations des ordinateurs</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -877,7 +877,7 @@ Les utilisateurs g
   <act:parent type="new">f2145496f238b9002344ca78216bc91c</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Réparations des équipements</act:name>
+  <act:name>Réparations des équipements</act:name>
   <act:id type="new">b340710eb5dc97bc4c23201beffae5f2</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -885,7 +885,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Réparations des équipements</act:description>
+  <act:description>Réparations des équipements</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -899,7 +899,7 @@ Les utilisateurs g
   <act:parent type="new">f2145496f238b9002344ca78216bc91c</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Dépenses d'entretien</act:name>
+  <act:name>Dépenses d'entretien</act:name>
   <act:id type="new">7943d40413854ff4237d88631cdcb4ef</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -907,7 +907,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Dépenses d'entretien</act:description>
+  <act:description>Dépenses d'entretien</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -1077,7 +1077,7 @@ Les utilisateurs g
   <act:parent type="new">30bdea8690c89621731f925c8b3c766a</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>État/Département</act:name>
+  <act:name>État/Département</act:name>
   <act:id type="new">03ed8cb60b8b12420e49350d93886132</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -1085,7 +1085,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>État/Département</act:description>
+  <act:description>État/Département</act:description>
   <act:parent type="new">30bdea8690c89621731f925c8b3c766a</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -1189,7 +1189,7 @@ Les utilisateurs g
   <act:parent type="new">1eca26f16967a1627df155e49b44a609</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Câble</act:name>
+  <act:name>Câble</act:name>
   <act:id type="new">6e3824bff6b9cf23a6d36a63ac5328b2</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -1197,7 +1197,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Câble</act:description>
+  <act:description>Câble</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -1211,7 +1211,7 @@ Les utilisateurs g
   <act:parent type="new">b615fad5f752ab26809e3f1c0e788dd1</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Téléphone portable</act:name>
+  <act:name>Téléphone portable</act:name>
   <act:id type="new">57e08a9bd565efd6eff07fd11fb5b6b9</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -1219,7 +1219,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Téléphone portable</act:description>
+  <act:description>Téléphone portable</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -1233,7 +1233,7 @@ Les utilisateurs g
   <act:parent type="new">b615fad5f752ab26809e3f1c0e788dd1</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Électricité</act:name>
+  <act:name>Électricité</act:name>
   <act:id type="new">e5378ddb536611d96ea62c9b4623f3ef</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -1241,11 +1241,11 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Électricité</act:description>
+  <act:description>Électricité</act:description>
   <act:parent type="new">b615fad5f752ab26809e3f1c0e788dd1</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Ordures ménagères</act:name>
+  <act:name>Ordures ménagères</act:name>
   <act:id type="new">bbf9f26770d63a891f95a342925d8185</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -1253,7 +1253,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Ordures ménagères</act:description>
+  <act:description>Ordures ménagères</act:description>
   <act:parent type="new">b615fad5f752ab26809e3f1c0e788dd1</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -1291,7 +1291,7 @@ Les utilisateurs g
   <act:parent type="new">b615fad5f752ab26809e3f1c0e788dd1</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Téléphone</act:name>
+  <act:name>Téléphone</act:name>
   <act:id type="new">f3c66e8b8f0448c3864c2cc0b49d9832</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -1299,7 +1299,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Téléphone</act:description>
+  <act:description>Téléphone</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -1349,7 +1349,7 @@ Les utilisateurs g
   <act:parent type="new">87e02e757b32b3059652cfe09fe9ae00</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Gains enregistrés</act:name>
+  <act:name>Gains enregistrés</act:name>
   <act:id type="new">1b44c21b9b8a7c6181d85f5551cca79d</act:id>
   <act:type>EQUITY</act:type>
   <act:commodity>
@@ -1357,7 +1357,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Gains enregistrés</act:description>
+  <act:description>Gains enregistrés</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
diff --git a/accounts/fr_CH/acctchrt_carloan.gnucash-xea b/accounts/fr_CH/acctchrt_carloan.gnucash-xea
index 4a30301..b713541 100644
--- a/accounts/fr_CH/acctchrt_carloan.gnucash-xea
+++ b/accounts/fr_CH/acctchrt_carloan.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Emprunt automobile
     </gnc-act:title>
     <gnc-act:short-description>
-      Comptes d'emprunt automobile et des intérets associés
+      Comptes d'emprunt automobile et des intérets associés
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Vous devriez sélectionner cet ensemble de comptes si vous avez un emprunt automobile (emprunt automobile, intérêts d'emprunt automobile).
+    Vous devriez sélectionner cet ensemble de comptes si vous avez un emprunt automobile (emprunt automobile, intérêts d'emprunt automobile).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -49,36 +49,36 @@
   <act:parent type="new">023e2343114b3d695feaeb96904e0da6</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Dépenses</act:name>
+  <act:name>Dépenses</act:name>
   <act:id type="new">acacdcb998e45fb741766622e8542f0b</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Dépenses</act:description>
+  <act:description>Dépenses</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Intérêts</act:name>
+  <act:name>Intérêts</act:name>
   <act:id type="new">3dc58d8a51b5deaa22e0c65d81e90346</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Intérêts</act:description>
+  <act:description>Intérêts</act:description>
   <act:parent type="new">acacdcb998e45fb741766622e8542f0b</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Intérêts emprunt automobile</act:name>
+  <act:name>Intérêts emprunt automobile</act:name>
   <act:id type="new">e9bd8477e27361238d2f53c4fe7594ab</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Intérêts emprunt automobile</act:description>
+  <act:description>Intérêts emprunt automobile</act:description>
   <act:parent type="new">3dc58d8a51b5deaa22e0c65d81e90346</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/fr_CH/acctchrt_cdmoneymkt.gnucash-xea b/accounts/fr_CH/acctchrt_cdmoneymkt.gnucash-xea
index 376e1e2..31ccf3b 100644
--- a/accounts/fr_CH/acctchrt_cdmoneymkt.gnucash-xea
+++ b/accounts/fr_CH/acctchrt_cdmoneymkt.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      CD et marché monétaire
+      CD et marché monétaire
     </gnc-act:title>
     <gnc-act:short-description>
-     Comptes pour CD et investissements sur marché monétaire
+     Comptes pour CD et investissements sur marché monétaire
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Vous devriez sélectionner cet ensemble de comptes si vous avez des CDs ou comptes de marché monétaire(CD, intérêt CD, marché monétaire, intérêt du marché monétaire).
+    Vous devriez sélectionner cet ensemble de comptes si vous avez des CDs ou comptes de marché monétaire(CD, intérêt CD, marché monétaire, intérêt du marché monétaire).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -49,14 +49,14 @@
   <act:parent type="new">1880e89ec9fe82622b8648df481dd2b7</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Marché monétaire</act:name>
+  <act:name>Marché monétaire</act:name>
   <act:id type="new">3a01e5b0132ba26803b49732a3242654</act:id>
   <act:type>BANK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Marché monétaire</act:description>
+  <act:description>Marché monétaire</act:description>
   <act:parent type="new">1880e89ec9fe82622b8648df481dd2b7</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -71,36 +71,36 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Revenu d'intérêts</act:name>
+  <act:name>Revenu d'intérêts</act:name>
   <act:id type="new">c47361e40d9478ec11758097e64d693c</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Revenu d'intérêt</act:description>
+  <act:description>Revenu d'intérêt</act:description>
   <act:parent type="new">9da3c880bd04b9db49eb7f5b06403bda</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Intérêt CD</act:name>
+  <act:name>Intérêt CD</act:name>
   <act:id type="new">28d311f0f38da5e35628e76ad8bcc853</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Intérêt CD</act:description>
+  <act:description>Intérêt CD</act:description>
   <act:parent type="new">c47361e40d9478ec11758097e64d693c</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Intérêt du marché monétaire</act:name>
+  <act:name>Intérêt du marché monétaire</act:name>
   <act:id type="new">dc537946f39e84ccef7ce38f016249af</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Intérêt du marché monétaire</act:description>
+  <act:description>Intérêt du marché monétaire</act:description>
   <act:parent type="new">c47361e40d9478ec11758097e64d693c</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/fr_CH/acctchrt_childcare.gnucash-xea b/accounts/fr_CH/acctchrt_childcare.gnucash-xea
index cca250f..f5d7bdf 100644
--- a/accounts/fr_CH/acctchrt_childcare.gnucash-xea
+++ b/accounts/fr_CH/acctchrt_childcare.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Dépenses de garderie
+      Dépenses de garderie
     </gnc-act:title>
     <gnc-act:short-description>
-      Un compte de suivi des coûts de garderie d'enfants
+      Un compte de suivi des coûts de garderie d'enfants
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Vous devriez sélectionner cet ensemble de comptes si vous avez des dépenses de garderie.
+    Vous devriez sélectionner cet ensemble de comptes si vous avez des dépenses de garderie.
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -16,14 +16,14 @@
   <act:commodity-scu>0</act:commodity-scu>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Dépenses</act:name>
+  <act:name>Dépenses</act:name>
   <act:id type="new">ee8238ee2c2ce590160761df09b99b72</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Dépenses</act:description>
+  <act:description>Dépenses</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/fr_CH/acctchrt_common.gnucash-xea b/accounts/fr_CH/acctchrt_common.gnucash-xea
index 0da72a5..c8bdd47 100644
--- a/accounts/fr_CH/acctchrt_common.gnucash-xea
+++ b/accounts/fr_CH/acctchrt_common.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Comptes communs
     </gnc-act:title>
     <gnc-act:short-description>
-      Un ensemble de base de comptes les plus habituellement utilisés
+      Un ensemble de base de comptes les plus habituellement utilisés
     </gnc-act:short-description>
     <gnc-act:long-description>
-    La plupart des utilisateurs devront sélectionner cet ensemble de comptes.  Il comprend la plupart des comptes communément utilisés (courant, épargne, liquidités carte de crédit, revenu, dépenses habituelles).
+    La plupart des utilisateurs devront sélectionner cet ensemble de comptes.  Il comprend la plupart des comptes communément utilisés (courant, épargne, liquidités carte de crédit, revenu, dépenses habituelles).
   </gnc-act:long-description>    
   <gnc-act:start-selected>1</gnc-act:start-selected>
 <gnc:account version="2.0.0">
@@ -50,14 +50,14 @@
   <act:parent type="new">a1dd5f225156f110689c204fefded0ab</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Compte d'épargne</act:name>
+  <act:name>Compte d'épargne</act:name>
   <act:id type="new">eeae5a1892e88adbc3b369c76ee4e889</act:id>
   <act:type>BANK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Compte d'épargne</act:description>
+  <act:description>Compte d'épargne</act:description>
   <act:parent type="new">a1dd5f225156f110689c204fefded0ab</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -94,14 +94,14 @@
   <act:parent type="new">19a911feed9b41b8b01be036a2aed9fe</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Carte de crédit</act:name>
+  <act:name>Carte de crédit</act:name>
   <act:id type="new">efc3caac2619666c53e6e27f02d5e716</act:id>
   <act:type>CREDIT</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Carte de crédit</act:description>
+  <act:description>Carte de crédit</act:description>
   <act:parent type="new">a8186db64d71dc2ca5fdccb3234b531b</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -127,58 +127,58 @@
   <act:parent type="new">9da3c880bd04b9db49eb7f5b06403bda</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Dons reçus</act:name>
+  <act:name>Dons reçus</act:name>
   <act:id type="new">1adcf2c65d7a66f32144ccd9ce4f438f</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Dons reçus</act:description>
+  <act:description>Dons reçus</act:description>
   <act:parent type="new">9da3c880bd04b9db49eb7f5b06403bda</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Revenu d'intérêts</act:name>
+  <act:name>Revenu d'intérêts</act:name>
   <act:id type="new">c47361e40d9478ec11758097e64d693c</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Revenu d'intérets</act:description>
+  <act:description>Revenu d'intérets</act:description>
   <act:parent type="new">9da3c880bd04b9db49eb7f5b06403bda</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Intérets du compte courant</act:name>
+  <act:name>Intérets du compte courant</act:name>
   <act:id type="new">73481e2da7461fc34e7003b7ec560bdf</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Intérets du compte courant</act:description>
+  <act:description>Intérets du compte courant</act:description>
   <act:parent type="new">c47361e40d9478ec11758097e64d693c</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Autres intérêts</act:name>
+  <act:name>Autres intérêts</act:name>
   <act:id type="new">be17363347a8578c48cecd06bc8b7aa8</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Autres intérêts</act:description>
+  <act:description>Autres intérêts</act:description>
   <act:parent type="new">c47361e40d9478ec11758097e64d693c</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Intérêts d'épargne</act:name>
+  <act:name>Intérêts d'épargne</act:name>
   <act:id type="new">2802ac0d1bff1c09a903f2ad6fde2725</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Intérêts d'épargne</act:description>
+  <act:description>Intérêts d'épargne</act:description>
   <act:parent type="new">c47361e40d9478ec11758097e64d693c</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -204,14 +204,14 @@
   <act:parent type="new">9da3c880bd04b9db49eb7f5b06403bda</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Dépenses</act:name>
+  <act:name>Dépenses</act:name>
   <act:id type="new">1884bbd7394883ebafec8b9e2eb091a4</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Dépenses</act:description>
+  <act:description>Dépenses</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -270,14 +270,14 @@
   <act:parent type="new">56df186f1ce6114ddca7b9e5d03af390</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Maintenance et réparation</act:name>
+  <act:name>Maintenance et réparation</act:name>
   <act:id type="new">665dd78f0cc75dd331f556949337de68</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Maintenance et réparation</act:description>
+  <act:description>Maintenance et réparation</act:description>
   <act:parent type="new">56df186f1ce6114ddca7b9e5d03af390</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -303,36 +303,36 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Télévision</act:name>
+  <act:name>Télévision</act:name>
   <act:id type="new">a1393344fb199f08f751ac3154694e87</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Télévision</act:description>
+  <act:description>Télévision</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Charité</act:name>
+  <act:name>Charité</act:name>
   <act:id type="new">ec8eec3d46c69aa861fda836e11346c0</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Charité</act:description>
+  <act:description>Charité</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Vêtements</act:name>
+  <act:name>Vêtements</act:name>
   <act:id type="new">c27a040a73eac2688d85d29b5b5309c8</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Vêtements</act:description>
+  <act:description>Vêtements</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -468,14 +468,14 @@
   <act:parent type="new">5bda5ff833bc395dc1b00f95c66ce555</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Assurance santé</act:name>
+  <act:name>Assurance santé</act:name>
   <act:id type="new">d80613194a52340c9e5eb62e853c72cf</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Assurance santé</act:description>
+  <act:description>Assurance santé</act:description>
   <act:parent type="new">5bda5ff833bc395dc1b00f95c66ce555</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -501,14 +501,14 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Dépenses médicales</act:name>
+  <act:name>Dépenses médicales</act:name>
   <act:id type="new">62752930dd1b2b4c90c6d198bd2ff33f</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Dépenses médicales</act:description>
+  <act:description>Dépenses médicales</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -534,14 +534,14 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Téléphone</act:name>
+  <act:name>Téléphone</act:name>
   <act:id type="new">1d9d7265e25c6c84dda514d2e8899e87</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Téléphone</act:description>
+  <act:description>Téléphone</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -589,25 +589,25 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Impôts</act:name>
+  <act:name>Impôts</act:name>
   <act:id type="new">090a786357463ec7fbee8066cb999097</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Impôts</act:description>
+  <act:description>Impôts</act:description>
   <act:parent type="new">2c53a8a0c8b36f7de3f4052653886c2b</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Complémentaire maladie</act:name>
+  <act:name>Complémentaire maladie</act:name>
   <act:id type="new">0785932c5de43e814659420762c9b577</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Complémentaire maladie</act:description>
+  <act:description>Complémentaire maladie</act:description>
   <act:parent type="new">2c53a8a0c8b36f7de3f4052653886c2b</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -655,14 +655,14 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Electricité</act:name>
+  <act:name>Electricité</act:name>
   <act:id type="new">2fe462e202e2daffd845359b08a7eefe</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Electricité</act:description>
+  <act:description>Electricité</act:description>
   <act:parent type="new">57635fa5f71dee8ffc207c277250e773</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/fr_CH/acctchrt_currency.gnucash-xea b/accounts/fr_CH/acctchrt_currency.gnucash-xea
index 0ca22c9..af498c8 100644
--- a/accounts/fr_CH/acctchrt_currency.gnucash-xea
+++ b/accounts/fr_CH/acctchrt_currency.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Compte de commerce de devises/monnaies
     </gnc-act:title>
     <gnc-act:short-description>
-      Compte pour le commerce et la conversion d'une monnaie étrangère
+      Compte pour le commerce et la conversion d'une monnaie étrangère
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Vous devriez sélectionner cet ensemble de comptes si vous convertissez des monnaies étrangères.
+    Vous devriez sélectionner cet ensemble de comptes si vous convertissez des monnaies étrangères.
 
     Note: compte actuellement en DEM; editer le compte pour changer la monnaie.
   </gnc-act:long-description>    
@@ -40,14 +40,14 @@
   <act:parent type="new">b3c65be1c5d163746ddc0c506f3f4619</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Marché monétaire</act:name>
+  <act:name>Marché monétaire</act:name>
   <act:id type="new">9206632307989cb5b244ad5da5d3131b</act:id>
   <act:type>CURRENCY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>DEM</cmdty:id>
   </act:commodity>
-  <act:description>Marché monétaire</act:description>
+  <act:description>Marché monétaire</act:description>
   <act:parent type="new">d9c796b35784533aee4309e28a3cbfc5</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/fr_CH/acctchrt_eduloan.gnucash-xea b/accounts/fr_CH/acctchrt_eduloan.gnucash-xea
index d33a574..732b0db 100644
--- a/accounts/fr_CH/acctchrt_eduloan.gnucash-xea
+++ b/accounts/fr_CH/acctchrt_eduloan.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Emprunt Etudiant 
     </gnc-act:title>
     <gnc-act:short-description>
-      Comptes pour pour les emprunts étudiants et les intérêts associés.
+      Comptes pour pour les emprunts étudiants et les intérêts associés.
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Vous devriez sélectionner cet ensemble de comptes si vous avez un emprunt étudiant (emprunt étudiant,  intérêts d'emprunt étudiant).
+    Vous devriez sélectionner cet ensemble de comptes si vous avez un emprunt étudiant (emprunt étudiant,  intérêts d'emprunt étudiant).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -38,47 +38,47 @@
   <act:parent type="new">4e7e8e39487ad4aba0b62c2232c577c5</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>emprunt étudiant</act:name>
+  <act:name>emprunt étudiant</act:name>
   <act:id type="new">ddeba367199bd025e00420a19d6f9ae4</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>emprunt étudiant</act:description>
+  <act:description>emprunt étudiant</act:description>
   <act:parent type="new">c3219e37044b0531d66a7b64433b026d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Dépenses</act:name>
+  <act:name>Dépenses</act:name>
   <act:id type="new">fdbf47b39f70e8818f325eee7931039a</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Dépenses</act:description>
+  <act:description>Dépenses</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Intérêts</act:name>
+  <act:name>Intérêts</act:name>
   <act:id type="new">1cfcd30ea97b954ffb550ab87d561033</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Intérêts</act:description>
+  <act:description>Intérêts</act:description>
   <act:parent type="new">fdbf47b39f70e8818f325eee7931039a</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Intérêts d'emprunt étudiant</act:name>
+  <act:name>Intérêts d'emprunt étudiant</act:name>
   <act:id type="new">04e3d970dc60d3920f40b93fce8924a2</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Intérêts d'emprunt étudiant</act:description>
+  <act:description>Intérêts d'emprunt étudiant</act:description>
   <act:parent type="new">1cfcd30ea97b954ffb550ab87d561033</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/fr_CH/acctchrt_fixedassets.gnucash-xea b/accounts/fr_CH/acctchrt_fixedassets.gnucash-xea
index ab6779e..6824615 100644
--- a/accounts/fr_CH/acctchrt_fixedassets.gnucash-xea
+++ b/accounts/fr_CH/acctchrt_fixedassets.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Actifs fixes
@@ -7,7 +7,7 @@
       Comptes pour le suivi d'actifs fixes importants
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Vous devriez sélectionner cet ensemble de comptes si vous avez des actifs fixes importants (maison, véhicule, résidence secondaire, autres actifs).
+    Vous devriez sélectionner cet ensemble de comptes si vous avez des actifs fixes importants (maison, véhicule, résidence secondaire, autres actifs).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -60,14 +60,14 @@
   <act:parent type="new">9b171f77000bf68dd1ebbaf58336656d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>véhicule</act:name>
+  <act:name>véhicule</act:name>
   <act:id type="new">5913089ffc36df6f0a5d96a5d7a444c0</act:id>
   <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>véhicule</act:description>
+  <act:description>véhicule</act:description>
   <act:parent type="new">9b171f77000bf68dd1ebbaf58336656d</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/fr_CH/acctchrt_homeloan.gnucash-xea b/accounts/fr_CH/acctchrt_homeloan.gnucash-xea
index 1a8e0d4..aa069d0 100644
--- a/accounts/fr_CH/acctchrt_homeloan.gnucash-xea
+++ b/accounts/fr_CH/acctchrt_homeloan.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Hypothèque d'emprunt immobilier
+      Hypothèque d'emprunt immobilier
     </gnc-act:title>
     <gnc-act:short-description>
-     Comptes pour emprunt immobilier et les intérets associés.
+     Comptes pour emprunt immobilier et les intérets associés.
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Vous devriez sélectionner cet ensemble de comptes si vous avez un emprunt immobilier(Hypothèque d'un emprunt, Hypothèque sur des intérêts).
+    Vous devriez sélectionner cet ensemble de comptes si vous avez un emprunt immobilier(Hypothèque d'un emprunt, Hypothèque sur des intérêts).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -38,47 +38,47 @@
   <act:parent type="new">6664763bd1ea41462cba5ef856d9c00c</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Hypothèque d'emprunt</act:name>
+  <act:name>Hypothèque d'emprunt</act:name>
   <act:id type="new">4df1b393c218d9047dd22d33d2737e83</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Hypothèque d'emprunt</act:description>
+  <act:description>Hypothèque d'emprunt</act:description>
   <act:parent type="new">2e6e2d91551cff7b1fd8d6eb34c12117</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Dépenses</act:name>
+  <act:name>Dépenses</act:name>
   <act:id type="new">2f076f5ae073173a11d33420cd39fa4d</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Dépenses</act:description>
+  <act:description>Dépenses</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Intérêts</act:name>
+  <act:name>Intérêts</act:name>
   <act:id type="new">3dc58d8a51b5deaa22e0c65d81e90346</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Intérêts</act:description>
+  <act:description>Intérêts</act:description>
   <act:parent type="new">2f076f5ae073173a11d33420cd39fa4d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Hypothèque d'intérêts</act:name>
+  <act:name>Hypothèque d'intérêts</act:name>
   <act:id type="new">c1e23fa813d3c8c4a8ea1228a7615b79</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Hypothèque d'intérêts</act:description>
+  <act:description>Hypothèque d'intérêts</act:description>
   <act:parent type="new">3dc58d8a51b5deaa22e0c65d81e90346</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/fr_CH/acctchrt_homeown.gnucash-xea b/accounts/fr_CH/acctchrt_homeown.gnucash-xea
index 2ef766b..a09a2c0 100644
--- a/accounts/fr_CH/acctchrt_homeown.gnucash-xea
+++ b/accounts/fr_CH/acctchrt_homeown.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Dépenses de propriétaire immobilier
+      Dépenses de propriétaire immobilier
     </gnc-act:title>
     <gnc-act:short-description>
-      Dépenses associés avec la possesion d'un logement
+      Dépenses associés avec la possesion d'un logement
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Vous devriez sélectionner cet ensemble de comptes si vous avez un logement. Cet ensemble fournit un groupe de comptes pour suivre les dépenses du logement (assurance, taxes, entretien du logement).
+    Vous devriez sélectionner cet ensemble de comptes si vous avez un logement. Cet ensemble fournit un groupe de comptes pour suivre les dépenses du logement (assurance, taxes, entretien du logement).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -16,14 +16,14 @@
   <act:commodity-scu>0</act:commodity-scu>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Dépenses</act:name>
+  <act:name>Dépenses</act:name>
   <act:id type="new">84732f5fdd27b6463d75bf958e3a4b06</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Dépenses</act:description>
+  <act:description>Dépenses</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/fr_CH/acctchrt_otherloan.gnucash-xea b/accounts/fr_CH/acctchrt_otherloan.gnucash-xea
index 66304c2..93d8164 100644
--- a/accounts/fr_CH/acctchrt_otherloan.gnucash-xea
+++ b/accounts/fr_CH/acctchrt_otherloan.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Autres emprunts       
     </gnc-act:title>
     <gnc-act:short-description>
-      Comptes pour le suivi d'autres emprunts et de leurs intérêts associés
+      Comptes pour le suivi d'autres emprunts et de leurs intérêts associés
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Vous devriez sélectionner cet ensemble de comptes si vous avez quelque chose d'autre qu'un emprunt immobilier (autre emprunt, autres intérêts d'emprunt).
+    Vous devriez sélectionner cet ensemble de comptes si vous avez quelque chose d'autre qu'un emprunt immobilier (autre emprunt, autres intérêts d'emprunt).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -49,36 +49,36 @@
   <act:parent type="new">b5624a9d1a1b797b87b815774faccfe4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Dépenses</act:name>
+  <act:name>Dépenses</act:name>
   <act:id type="new">565e52a122e8acc9a67a36e61357e2ae</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Dépenses</act:description>
+  <act:description>Dépenses</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Intérêts</act:name>
+  <act:name>Intérêts</act:name>
   <act:id type="new">4a02c14e992ea79076837c164aa6fc8d</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Intérêts</act:description>
+  <act:description>Intérêts</act:description>
   <act:parent type="new">565e52a122e8acc9a67a36e61357e2ae</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Autres intérets</act:name>
+  <act:name>Autres intérets</act:name>
   <act:id type="new">f01de45e290ecc29b64d9cb8a733af68</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Autres intérets</act:description>
+  <act:description>Autres intérets</act:description>
   <act:parent type="new">4a02c14e992ea79076837c164aa6fc8d</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/fr_CH/acctchrt_renter.gnucash-xea b/accounts/fr_CH/acctchrt_renter.gnucash-xea
index bd20d7f..c387759 100644
--- a/accounts/fr_CH/acctchrt_renter.gnucash-xea
+++ b/accounts/fr_CH/acctchrt_renter.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Dépenses de location 
+      Dépenses de location 
     </gnc-act:title>
     <gnc-act:short-description>
-      Dépenses associées avec la location d'un logement
+      Dépenses associées avec la location d'un logement
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Vous devriez sélectionner cet ensemble de comptes si vous louez une maison ou un appartement (location, assurance du locataire).
+    Vous devriez sélectionner cet ensemble de comptes si vous louez une maison ou un appartement (location, assurance du locataire).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -16,14 +16,14 @@
   <act:commodity-scu>0</act:commodity-scu>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Dépenses</act:name>
+  <act:name>Dépenses</act:name>
   <act:id type="new">9a2b4520f113372f4e576f5b6dc129c6</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Dépenses</act:description>
+  <act:description>Dépenses</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/fr_CH/acctchrt_retiremt.gnucash-xea b/accounts/fr_CH/acctchrt_retiremt.gnucash-xea
index 64493c5..d2165b0 100644
--- a/accounts/fr_CH/acctchrt_retiremt.gnucash-xea
+++ b/accounts/fr_CH/acctchrt_retiremt.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Comptes d'épargne retraite
+      Comptes d'épargne retraite
     </gnc-act:title>
     <gnc-act:short-description>
-      Compte d'épargne retraite avec ses sous-comptes d'investissements relatifs
+      Compte d'épargne retraite avec ses sous-comptes d'investissements relatifs
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Vous devriez sélectionner cet ensemble de comptes si vous avez des comptes d'épargne retraite (actions, obligations, fonds communs, fonds d'indices).
+    Vous devriez sélectionner cet ensemble de comptes si vous avez des comptes d'épargne retraite (actions, obligations, fonds communs, fonds d'indices).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -77,14 +77,14 @@
   <act:parent type="new">4173f3047238f4b5595b11d6161b2f48</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Marché d'indices</act:name>
+  <act:name>Marché d'indices</act:name>
   <act:id type="new">2326b032fe4e8f434159310fccf17091</act:id>
   <act:type>MUTUAL</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Marché d'indices</act:description>
+  <act:description>Marché d'indices</act:description>
   <act:parent type="new">4173f3047238f4b5595b11d6161b2f48</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/fr_CH/acctchrt_spouseinc.gnucash-xea b/accounts/fr_CH/acctchrt_spouseinc.gnucash-xea
index 1424c78..9a7772f 100644
--- a/accounts/fr_CH/acctchrt_spouseinc.gnucash-xea
+++ b/accounts/fr_CH/acctchrt_spouseinc.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Revenus du conjoint
     </gnc-act:title>
     <gnc-act:short-description>
-     Comptes pour le suivi du conjoint séparément
+     Comptes pour le suivi du conjoint séparément
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Vous devriez sélectionner cet ensemble de comptes si votre conjoint travaille (son salaire, ses impôts).
+    Vous devriez sélectionner cet ensemble de comptes si votre conjoint travaille (son salaire, ses impôts).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -38,14 +38,14 @@
   <act:parent type="new">b4fadf6188d7f1ae7e7aa4fa27f5cc95</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Dépenses</act:name>
+  <act:name>Dépenses</act:name>
   <act:id type="new">1884bbd7394883ebafec8b9e2eb091a4</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Dépenses</act:description>
+  <act:description>Dépenses</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -60,25 +60,25 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Impôts</act:name>
+  <act:name>Impôts</act:name>
   <act:id type="new">78df9cf06ee197272a695a4c3044f749</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Impôts</act:description>
+  <act:description>Impôts</act:description>
   <act:parent type="new">3cd0ca7d6b0e5f44e4cde2851c3ff387</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Complémentaire maladie</act:name>
+  <act:name>Complémentaire maladie</act:name>
   <act:id type="new">eba0c095658c7c3a4f4294db9c7392f3</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Complémentaire maladie</act:description>
+  <act:description>Complémentaire maladie</act:description>
   <act:parent type="new">3cd0ca7d6b0e5f44e4cde2851c3ff387</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -93,25 +93,25 @@
   <act:parent type="new">3cd0ca7d6b0e5f44e4cde2851c3ff387</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Sécurité sociale</act:name>
+  <act:name>Sécurité sociale</act:name>
   <act:id type="new">9bd3abb2ed8c4c0d00f8e8ec36d2744d</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Sécurité sociale</act:description>
+  <act:description>Sécurité sociale</act:description>
   <act:parent type="new">3cd0ca7d6b0e5f44e4cde2851c3ff387</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>État/Province</act:name>
+  <act:name>État/Province</act:name>
   <act:id type="new">aa14dbcd622024495a8a972b0f37d13a</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>État/Province</act:description>
+  <act:description>État/Province</act:description>
   <act:parent type="new">3cd0ca7d6b0e5f44e4cde2851c3ff387</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/fr_CH/acctchrt_spouseretire.gnucash-xea b/accounts/fr_CH/acctchrt_spouseretire.gnucash-xea
index e85f72f..142f487 100644
--- a/accounts/fr_CH/acctchrt_spouseretire.gnucash-xea
+++ b/accounts/fr_CH/acctchrt_spouseretire.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Comptes d'épargne retraite du conjoint
+      Comptes d'épargne retraite du conjoint
     </gnc-act:title>
     <gnc-act:short-description>
-     Compte d'épargne retraite avec ses sous-comptes d'investissements relatifs du conjoint
+     Compte d'épargne retraite avec ses sous-comptes d'investissements relatifs du conjoint
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Vous devriez sélectionner cet ensemble de comptes si votre conjoint a des comptes d'épargne retraite (actions, obligations, fonds communs, fonds d'indices, intérêts, dividendes).
+    Vous devriez sélectionner cet ensemble de comptes si votre conjoint a des comptes d'épargne retraite (actions, obligations, fonds communs, fonds d'indices, intérêts, dividendes).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -77,14 +77,14 @@
   <act:parent type="new">4426b41837adc284f96b291c31022844</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Marché d'indices</act:name>
+  <act:name>Marché d'indices</act:name>
   <act:id type="new">0ec1a5b402ceea10d95445a2b31c41a1</act:id>
   <act:type>MUTUAL</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Marché d'indices</act:description>
+  <act:description>Marché d'indices</act:description>
   <act:parent type="new">4426b41837adc284f96b291c31022844</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/fr_FR/acctchrt_brokerage.gnucash-xea b/accounts/fr_FR/acctchrt_brokerage.gnucash-xea
index c4dbf10..fe46bbe 100644
--- a/accounts/fr_FR/acctchrt_brokerage.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_brokerage.gnucash-xea
@@ -1,14 +1,14 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
      Comptes d'investissement
     </gnc-act:title>
     <gnc-act:short-description>
-      Compte de bourse/titres avec les comptes d'investissement apparentés
-        (action, obligation, fond commun, fond d'indices, intérêt, dividende)
+      Compte de bourse/titres avec les comptes d'investissement apparentés
+        (action, obligation, fond commun, fond d'indices, intérêt, dividende)
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Vous devriez sélectionner cet ensemble de comptes si vous avez des investissements (action, obligation, fond commun, fond d'indices, intérêt, dividende).
+    Vous devriez sélectionner cet ensemble de comptes si vous avez des investissements (action, obligation, fond commun, fond d'indices, intérêt, dividende).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -72,14 +72,14 @@
   <act:parent type="new">f15ec9568727f08a5ebd8f3e66483876</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Marché d'indice</act:name>
+  <act:name>Marché d'indice</act:name>
   <act:id type="new">fe9db8a7eedf2990e9846f634a922143</act:id>
   <act:type>MUTUAL</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Marché d'indice</act:description>
+  <act:description>Marché d'indice</act:description>
   <act:parent type="new">f15ec9568727f08a5ebd8f3e66483876</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -116,36 +116,36 @@
   <act:parent type="new">9da3c880bd04b9db49eb7f5b06403bda</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Revenu d'intérêts</act:name>
+  <act:name>Revenu d'intérêts</act:name>
   <act:id type="new">c47361e40d9478ec11758097e64d693c</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Revenu d'intérets</act:description>
+  <act:description>Revenu d'intérets</act:description>
   <act:parent type="new">9da3c880bd04b9db49eb7f5b06403bda</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Intérêts d'obligation</act:name>
+  <act:name>Intérêts d'obligation</act:name>
   <act:id type="new">8ceb4752a11e2d342b9009b343fdba38</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Intérêts d'obligation</act:description>
+  <act:description>Intérêts d'obligation</act:description>
   <act:parent type="new">c47361e40d9478ec11758097e64d693c</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Dépenses</act:name>
+  <act:name>Dépenses</act:name>
   <act:id type="new">6de23244232785031501171abcc1d4aa</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Dépenses</act:description>
+  <act:description>Dépenses</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/fr_FR/acctchrt_business.gnucash-xea b/accounts/fr_FR/acctchrt_business.gnucash-xea
index 660c2ed..0e62139 100644
--- a/accounts/fr_FR/acctchrt_business.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_business.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Comptes d'affaires
     </gnc-act:title>
     <gnc-act:short-description>
-     Hiérarchie complète de comptes pour les affaires.
+     Hiérarchie complète de comptes pour les affaires.
     </gnc-act:short-description>
     <gnc-act:long-description>
-Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres choix. Ceci inclut tous les comptes dont vous avez besoin dans la plupart des activités, y compris les paiements différés, les rentrées et les sorties.
+Les utilisateurs gérant une entreprise sélectionneront ceci au lieu des autres choix. Ceci inclut tous les comptes dont vous avez besoin dans la plupart des activités, y compris les paiements différés, les rentrées et les sorties.
     </gnc-act:long-description>
     <gnc-act:exclude-from-select-all>1</gnc-act:exclude-from-select-all>
 <gnc:account version="2.0.0">
@@ -41,7 +41,7 @@ Les utilisateurs g
   <act:parent type="new">4f40ddce996f8f74b4e99f52e275ba14</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Compte chèque</act:name>
+  <act:name>Compte chèque</act:name>
   <act:id type="new">8048bd85020e9ecf57b7cb300f4fa7e2</act:id>
   <act:type>BANK</act:type>
   <act:commodity>
@@ -49,7 +49,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Compte chèque</act:description>
+  <act:description>Compte chèque</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -63,7 +63,7 @@ Les utilisateurs g
   <act:parent type="new">f8532a8cdc024e0178fe20a1482e3192</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Compte d'épargne</act:name>
+  <act:name>Compte d'épargne</act:name>
   <act:id type="new">f52774d7ec67a0c59c425a5c041dcc46</act:id>
   <act:type>BANK</act:type>
   <act:commodity>
@@ -71,7 +71,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Compte d'épargne</act:description>
+  <act:description>Compte d'épargne</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -89,7 +89,7 @@ Les utilisateurs g
   <act:parent type="new">f8532a8cdc024e0178fe20a1482e3192</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Liquidités</act:name>
+  <act:name>Liquidités</act:name>
   <act:id type="new">c292f69c18e01e1b607e37b3188c7acc</act:id>
   <act:type>CASH</act:type>
   <act:commodity>
@@ -97,7 +97,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Liquidités</act:description>
+  <act:description>Liquidités</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -111,7 +111,7 @@ Les utilisateurs g
   <act:parent type="new">f8532a8cdc024e0178fe20a1482e3192</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Compte à recevoir</act:name>
+  <act:name>Compte à recevoir</act:name>
   <act:id type="new">0dd8987a2e860fa231a2a76e75cd5ad1</act:id>
   <act:type>RECEIVABLE</act:type>
   <act:commodity>
@@ -119,7 +119,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Compte à recevoir</act:description>
+  <act:description>Compte à recevoir</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -145,7 +145,7 @@ Les utilisateurs g
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Carte de crédit</act:name>
+  <act:name>Carte de crédit</act:name>
   <act:id type="new">b9718397ec0aec2d515b09af8b76b59c</act:id>
   <act:type>CREDIT</act:type>
   <act:commodity>
@@ -153,7 +153,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Carte de crédit</act:description>
+  <act:description>Carte de crédit</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -167,7 +167,7 @@ Les utilisateurs g
   <act:parent type="new">b83e860994b160b59dd463cf23636900</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Compte à payer</act:name>
+  <act:name>Compte à payer</act:name>
   <act:id type="new">5c0cd58e416a5c3d26b5f4865c77b8b9</act:id>
   <act:type>PAYABLE</act:type>
   <act:commodity>
@@ -175,7 +175,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Compte à payer</act:description>
+  <act:description>Compte à payer</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -201,7 +201,7 @@ Les utilisateurs g
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Revenus d'intérêts</act:name>
+  <act:name>Revenus d'intérêts</act:name>
   <act:id type="new">77e298a57faf85cacd4a881ade89808c</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
@@ -209,11 +209,11 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Revenus d'intérêts</act:description>
+  <act:description>Revenus d'intérêts</act:description>
   <act:parent type="new">f7a2e8717ea0a2e1801740d2a69b947e</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Autres rentrées</act:name>
+  <act:name>Autres rentrées</act:name>
   <act:id type="new">ba71604fe085423c6e8cb7fd1b7c6f54</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
@@ -221,11 +221,11 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Autres rentrées</act:description>
+  <act:description>Autres rentrées</act:description>
   <act:parent type="new">f7a2e8717ea0a2e1801740d2a69b947e</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Dépenses remboursées</act:name>
+  <act:name>Dépenses remboursées</act:name>
   <act:id type="new">eb35aec1095d23f511f0fb9f485808ea</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
@@ -233,7 +233,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Dépenses remboursées</act:description>
+  <act:description>Dépenses remboursées</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -269,7 +269,7 @@ Les utilisateurs g
   <act:parent type="new">f7a2e8717ea0a2e1801740d2a69b947e</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Dépenses</act:name>
+  <act:name>Dépenses</act:name>
   <act:id type="new">1eca26f16967a1627df155e49b44a609</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -277,7 +277,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Dépenses</act:description>
+  <act:description>Dépenses</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -341,7 +341,7 @@ Les utilisateurs g
   <act:parent type="new">63a1cc17910a125405c1ec2aee831839</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Réparations et entretien</act:name>
+  <act:name>Réparations et entretien</act:name>
   <act:id type="new">280f5d3834093afe91cd6cb0a38859f1</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -349,7 +349,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Réparations et entretien</act:description>
+  <act:description>Réparations et entretien</act:description>
   <act:parent type="new">63a1cc17910a125405c1ec2aee831839</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -399,7 +399,7 @@ Les utilisateurs g
   <act:parent type="new">1eca26f16967a1627df155e49b44a609</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Charité</act:name>
+  <act:name>Charité</act:name>
   <act:id type="new">bf4c7466be71d858509cbb3d943dea8f</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -407,11 +407,11 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Charité</act:description>
+  <act:description>Charité</act:description>
   <act:parent type="new">1eca26f16967a1627df155e49b44a609</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Dépréciation</act:name>
+  <act:name>Dépréciation</act:name>
   <act:id type="new">f7d4a3a1b78da69ff2b13e58069faf37</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -419,7 +419,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Dépréciation</act:description>
+  <act:description>Dépréciation</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -479,7 +479,7 @@ Les utilisateurs g
   <act:parent type="new">1eca26f16967a1627df155e49b44a609</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Location d'équipement</act:name>
+  <act:name>Location d'équipement</act:name>
   <act:id type="new">c8e75ad8eb7085ac73b3b626d02a3c44</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -487,7 +487,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Location d'équipement</act:description>
+  <act:description>Location d'équipement</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -513,7 +513,7 @@ Les utilisateurs g
   <act:parent type="new">1eca26f16967a1627df155e49b44a609</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Assurance incapacité</act:name>
+  <act:name>Assurance incapacité</act:name>
   <act:id type="new">793001c2cac93c78d7b0e09b8d06e288</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -521,7 +521,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Assurance incapacité</act:description>
+  <act:description>Assurance incapacité</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -535,7 +535,7 @@ Les utilisateurs g
   <act:parent type="new">0ff061c9c27535d3b8629a333b02a7a0</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Assurance responsabilité</act:name>
+  <act:name>Assurance responsabilité</act:name>
   <act:id type="new">3d2a415bd4b7571c77d6f4393633b0c8</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -543,7 +543,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Assurance responsabilité</act:description>
+  <act:description>Assurance responsabilité</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -635,7 +635,7 @@ Les utilisateurs g
   <act:parent type="new">1eca26f16967a1627df155e49b44a609</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Services extérieurs</act:name>
+  <act:name>Services extérieurs</act:name>
   <act:id type="new">4f5265128a7a8d56820db2698cd1dadf</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -643,7 +643,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Services extérieurs</act:description>
+  <act:description>Services extérieurs</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -657,7 +657,7 @@ Les utilisateurs g
   <act:parent type="new">1eca26f16967a1627df155e49b44a609</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Dépenses de personnel</act:name>
+  <act:name>Dépenses de personnel</act:name>
   <act:id type="new">52c59dac947098d11ca9a43d75714e9a</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -665,7 +665,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Dépenses de personnel</act:description>
+  <act:description>Dépenses de personnel</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -745,7 +745,7 @@ Les utilisateurs g
   <act:parent type="new">1eca26f16967a1627df155e49b44a609</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Comptabilité</act:name>
+  <act:name>Comptabilité</act:name>
   <act:id type="new">f2fdacb032cbda092220d6b9bf78cdef</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -753,7 +753,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Comptabilité</act:description>
+  <act:description>Comptabilité</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -767,7 +767,7 @@ Les utilisateurs g
   <act:parent type="new">fbc12ded14b9dbc5119f2bdb288229eb</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Charges légales</act:name>
+  <act:name>Charges légales</act:name>
   <act:id type="new">ef0c1ba6fc2b99a3256091255982773c</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -775,7 +775,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Charges légales</act:description>
+  <act:description>Charges légales</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -811,7 +811,7 @@ Les utilisateurs g
   <act:parent type="new">1eca26f16967a1627df155e49b44a609</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Réparations</act:name>
+  <act:name>Réparations</act:name>
   <act:id type="new">f2145496f238b9002344ca78216bc91c</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -819,7 +819,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Réparations</act:description>
+  <act:description>Réparations</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -833,7 +833,7 @@ Les utilisateurs g
   <act:parent type="new">1eca26f16967a1627df155e49b44a609</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Réparations des immeubles</act:name>
+  <act:name>Réparations des immeubles</act:name>
   <act:id type="new">861eaeafb9e9bf855943a8afb753fcc6</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -841,7 +841,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Réparations des immeubles</act:description>
+  <act:description>Réparations des immeubles</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -855,7 +855,7 @@ Les utilisateurs g
   <act:parent type="new">f2145496f238b9002344ca78216bc91c</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Réparations des ordinateurs</act:name>
+  <act:name>Réparations des ordinateurs</act:name>
   <act:id type="new">2dc1fc6c60662751a6eae28e0a81bb22</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -863,7 +863,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Réparations des ordinateurs</act:description>
+  <act:description>Réparations des ordinateurs</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -877,7 +877,7 @@ Les utilisateurs g
   <act:parent type="new">f2145496f238b9002344ca78216bc91c</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Réparations des équipements</act:name>
+  <act:name>Réparations des équipements</act:name>
   <act:id type="new">b340710eb5dc97bc4c23201beffae5f2</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -885,7 +885,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Réparations des équipements</act:description>
+  <act:description>Réparations des équipements</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -899,7 +899,7 @@ Les utilisateurs g
   <act:parent type="new">f2145496f238b9002344ca78216bc91c</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Dépenses d'entretien</act:name>
+  <act:name>Dépenses d'entretien</act:name>
   <act:id type="new">7943d40413854ff4237d88631cdcb4ef</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -907,7 +907,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Dépenses d'entretien</act:description>
+  <act:description>Dépenses d'entretien</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -1077,7 +1077,7 @@ Les utilisateurs g
   <act:parent type="new">30bdea8690c89621731f925c8b3c766a</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>État/Département</act:name>
+  <act:name>État/Département</act:name>
   <act:id type="new">03ed8cb60b8b12420e49350d93886132</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -1085,7 +1085,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>État/Département</act:description>
+  <act:description>État/Département</act:description>
   <act:parent type="new">30bdea8690c89621731f925c8b3c766a</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -1189,7 +1189,7 @@ Les utilisateurs g
   <act:parent type="new">1eca26f16967a1627df155e49b44a609</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Câble</act:name>
+  <act:name>Câble</act:name>
   <act:id type="new">6e3824bff6b9cf23a6d36a63ac5328b2</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -1197,7 +1197,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Câble</act:description>
+  <act:description>Câble</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -1211,7 +1211,7 @@ Les utilisateurs g
   <act:parent type="new">b615fad5f752ab26809e3f1c0e788dd1</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Téléphone portable</act:name>
+  <act:name>Téléphone portable</act:name>
   <act:id type="new">57e08a9bd565efd6eff07fd11fb5b6b9</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -1219,7 +1219,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Téléphone portable</act:description>
+  <act:description>Téléphone portable</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -1233,7 +1233,7 @@ Les utilisateurs g
   <act:parent type="new">b615fad5f752ab26809e3f1c0e788dd1</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Électricité</act:name>
+  <act:name>Électricité</act:name>
   <act:id type="new">e5378ddb536611d96ea62c9b4623f3ef</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -1241,11 +1241,11 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Électricité</act:description>
+  <act:description>Électricité</act:description>
   <act:parent type="new">b615fad5f752ab26809e3f1c0e788dd1</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Ordures ménagères</act:name>
+  <act:name>Ordures ménagères</act:name>
   <act:id type="new">bbf9f26770d63a891f95a342925d8185</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -1253,7 +1253,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Ordures ménagères</act:description>
+  <act:description>Ordures ménagères</act:description>
   <act:parent type="new">b615fad5f752ab26809e3f1c0e788dd1</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -1291,7 +1291,7 @@ Les utilisateurs g
   <act:parent type="new">b615fad5f752ab26809e3f1c0e788dd1</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Téléphone</act:name>
+  <act:name>Téléphone</act:name>
   <act:id type="new">f3c66e8b8f0448c3864c2cc0b49d9832</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -1299,7 +1299,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Téléphone</act:description>
+  <act:description>Téléphone</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -1349,7 +1349,7 @@ Les utilisateurs g
   <act:parent type="new">87e02e757b32b3059652cfe09fe9ae00</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Gains enregistrés</act:name>
+  <act:name>Gains enregistrés</act:name>
   <act:id type="new">1b44c21b9b8a7c6181d85f5551cca79d</act:id>
   <act:type>EQUITY</act:type>
   <act:commodity>
@@ -1357,7 +1357,7 @@ Les utilisateurs g
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Gains enregistrés</act:description>
+  <act:description>Gains enregistrés</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
diff --git a/accounts/fr_FR/acctchrt_carloan.gnucash-xea b/accounts/fr_FR/acctchrt_carloan.gnucash-xea
index 4a30301..b713541 100644
--- a/accounts/fr_FR/acctchrt_carloan.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_carloan.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Emprunt automobile
     </gnc-act:title>
     <gnc-act:short-description>
-      Comptes d'emprunt automobile et des intérets associés
+      Comptes d'emprunt automobile et des intérets associés
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Vous devriez sélectionner cet ensemble de comptes si vous avez un emprunt automobile (emprunt automobile, intérêts d'emprunt automobile).
+    Vous devriez sélectionner cet ensemble de comptes si vous avez un emprunt automobile (emprunt automobile, intérêts d'emprunt automobile).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -49,36 +49,36 @@
   <act:parent type="new">023e2343114b3d695feaeb96904e0da6</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Dépenses</act:name>
+  <act:name>Dépenses</act:name>
   <act:id type="new">acacdcb998e45fb741766622e8542f0b</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Dépenses</act:description>
+  <act:description>Dépenses</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Intérêts</act:name>
+  <act:name>Intérêts</act:name>
   <act:id type="new">3dc58d8a51b5deaa22e0c65d81e90346</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Intérêts</act:description>
+  <act:description>Intérêts</act:description>
   <act:parent type="new">acacdcb998e45fb741766622e8542f0b</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Intérêts emprunt automobile</act:name>
+  <act:name>Intérêts emprunt automobile</act:name>
   <act:id type="new">e9bd8477e27361238d2f53c4fe7594ab</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Intérêts emprunt automobile</act:description>
+  <act:description>Intérêts emprunt automobile</act:description>
   <act:parent type="new">3dc58d8a51b5deaa22e0c65d81e90346</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/fr_FR/acctchrt_cdmoneymkt.gnucash-xea b/accounts/fr_FR/acctchrt_cdmoneymkt.gnucash-xea
index 376e1e2..31ccf3b 100644
--- a/accounts/fr_FR/acctchrt_cdmoneymkt.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_cdmoneymkt.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      CD et marché monétaire
+      CD et marché monétaire
     </gnc-act:title>
     <gnc-act:short-description>
-     Comptes pour CD et investissements sur marché monétaire
+     Comptes pour CD et investissements sur marché monétaire
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Vous devriez sélectionner cet ensemble de comptes si vous avez des CDs ou comptes de marché monétaire(CD, intérêt CD, marché monétaire, intérêt du marché monétaire).
+    Vous devriez sélectionner cet ensemble de comptes si vous avez des CDs ou comptes de marché monétaire(CD, intérêt CD, marché monétaire, intérêt du marché monétaire).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -49,14 +49,14 @@
   <act:parent type="new">1880e89ec9fe82622b8648df481dd2b7</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Marché monétaire</act:name>
+  <act:name>Marché monétaire</act:name>
   <act:id type="new">3a01e5b0132ba26803b49732a3242654</act:id>
   <act:type>BANK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Marché monétaire</act:description>
+  <act:description>Marché monétaire</act:description>
   <act:parent type="new">1880e89ec9fe82622b8648df481dd2b7</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -71,36 +71,36 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Revenu d'intérêts</act:name>
+  <act:name>Revenu d'intérêts</act:name>
   <act:id type="new">c47361e40d9478ec11758097e64d693c</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Revenu d'intérêt</act:description>
+  <act:description>Revenu d'intérêt</act:description>
   <act:parent type="new">9da3c880bd04b9db49eb7f5b06403bda</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Intérêt CD</act:name>
+  <act:name>Intérêt CD</act:name>
   <act:id type="new">28d311f0f38da5e35628e76ad8bcc853</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Intérêt CD</act:description>
+  <act:description>Intérêt CD</act:description>
   <act:parent type="new">c47361e40d9478ec11758097e64d693c</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Intérêt du marché monétaire</act:name>
+  <act:name>Intérêt du marché monétaire</act:name>
   <act:id type="new">dc537946f39e84ccef7ce38f016249af</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Intérêt du marché monétaire</act:description>
+  <act:description>Intérêt du marché monétaire</act:description>
   <act:parent type="new">c47361e40d9478ec11758097e64d693c</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/fr_FR/acctchrt_childcare.gnucash-xea b/accounts/fr_FR/acctchrt_childcare.gnucash-xea
index cca250f..f5d7bdf 100644
--- a/accounts/fr_FR/acctchrt_childcare.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_childcare.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Dépenses de garderie
+      Dépenses de garderie
     </gnc-act:title>
     <gnc-act:short-description>
-      Un compte de suivi des coûts de garderie d'enfants
+      Un compte de suivi des coûts de garderie d'enfants
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Vous devriez sélectionner cet ensemble de comptes si vous avez des dépenses de garderie.
+    Vous devriez sélectionner cet ensemble de comptes si vous avez des dépenses de garderie.
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -16,14 +16,14 @@
   <act:commodity-scu>0</act:commodity-scu>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Dépenses</act:name>
+  <act:name>Dépenses</act:name>
   <act:id type="new">ee8238ee2c2ce590160761df09b99b72</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Dépenses</act:description>
+  <act:description>Dépenses</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/fr_FR/acctchrt_common.gnucash-xea b/accounts/fr_FR/acctchrt_common.gnucash-xea
index d63a3db..7d9e965 100644
--- a/accounts/fr_FR/acctchrt_common.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_common.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Comptes communs
     </gnc-act:title>
     <gnc-act:short-description>
-      Un ensemble de base de comptes les plus habituellement utilisés
+      Un ensemble de base de comptes les plus habituellement utilisés
     </gnc-act:short-description>
     <gnc-act:long-description>
-    La plupart des utilisateurs devront sélectionner cet ensemble de comptes.  Il comprend la plupart des comptes communément utilisés (chèques, épargne, liquidités carte de crédit, revenu, dépenses habituelles).
+    La plupart des utilisateurs devront sélectionner cet ensemble de comptes.  Il comprend la plupart des comptes communément utilisés (chèques, épargne, liquidités carte de crédit, revenu, dépenses habituelles).
   </gnc-act:long-description>    
   <gnc-act:start-selected>1</gnc-act:start-selected>
 <gnc:account version="2.0.0">
@@ -39,25 +39,25 @@
   <act:parent type="new">98f262dfab9a2b99ac42919dcf58d304</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Compte chèques</act:name>
+  <act:name>Compte chèques</act:name>
   <act:id type="new">b477aa9e0d4eb67c34e1e35903fb3f99</act:id>
   <act:type>BANK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Compte chèques</act:description>
+  <act:description>Compte chèques</act:description>
   <act:parent type="new">a1dd5f225156f110689c204fefded0ab</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Compte d'épargne</act:name>
+  <act:name>Compte d'épargne</act:name>
   <act:id type="new">eeae5a1892e88adbc3b369c76ee4e889</act:id>
   <act:type>BANK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Compte d'épargne</act:description>
+  <act:description>Compte d'épargne</act:description>
   <act:parent type="new">a1dd5f225156f110689c204fefded0ab</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -94,14 +94,14 @@
   <act:parent type="new">19a911feed9b41b8b01be036a2aed9fe</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Carte de crédit</act:name>
+  <act:name>Carte de crédit</act:name>
   <act:id type="new">efc3caac2619666c53e6e27f02d5e716</act:id>
   <act:type>CREDIT</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Carte de crédit</act:description>
+  <act:description>Carte de crédit</act:description>
   <act:parent type="new">a8186db64d71dc2ca5fdccb3234b531b</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -127,58 +127,58 @@
   <act:parent type="new">9da3c880bd04b9db49eb7f5b06403bda</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Dons reçus</act:name>
+  <act:name>Dons reçus</act:name>
   <act:id type="new">1adcf2c65d7a66f32144ccd9ce4f438f</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Dons reçus</act:description>
+  <act:description>Dons reçus</act:description>
   <act:parent type="new">9da3c880bd04b9db49eb7f5b06403bda</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Revenu d'intérêts</act:name>
+  <act:name>Revenu d'intérêts</act:name>
   <act:id type="new">c47361e40d9478ec11758097e64d693c</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Revenu d'intérets</act:description>
+  <act:description>Revenu d'intérets</act:description>
   <act:parent type="new">9da3c880bd04b9db49eb7f5b06403bda</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Intérets du compte chèque</act:name>
+  <act:name>Intérets du compte chèque</act:name>
   <act:id type="new">73481e2da7461fc34e7003b7ec560bdf</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Intérets du compte chèque</act:description>
+  <act:description>Intérets du compte chèque</act:description>
   <act:parent type="new">c47361e40d9478ec11758097e64d693c</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Autres intérêts</act:name>
+  <act:name>Autres intérêts</act:name>
   <act:id type="new">be17363347a8578c48cecd06bc8b7aa8</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Autres intérêts</act:description>
+  <act:description>Autres intérêts</act:description>
   <act:parent type="new">c47361e40d9478ec11758097e64d693c</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Intérêts d'épargne</act:name>
+  <act:name>Intérêts d'épargne</act:name>
   <act:id type="new">2802ac0d1bff1c09a903f2ad6fde2725</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Intérêts d'épargne</act:description>
+  <act:description>Intérêts d'épargne</act:description>
   <act:parent type="new">c47361e40d9478ec11758097e64d693c</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -204,14 +204,14 @@
   <act:parent type="new">9da3c880bd04b9db49eb7f5b06403bda</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Dépenses</act:name>
+  <act:name>Dépenses</act:name>
   <act:id type="new">1884bbd7394883ebafec8b9e2eb091a4</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Dépenses</act:description>
+  <act:description>Dépenses</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -270,14 +270,14 @@
   <act:parent type="new">56df186f1ce6114ddca7b9e5d03af390</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Maintenance et réparation</act:name>
+  <act:name>Maintenance et réparation</act:name>
   <act:id type="new">665dd78f0cc75dd331f556949337de68</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Maintenance et réparation</act:description>
+  <act:description>Maintenance et réparation</act:description>
   <act:parent type="new">56df186f1ce6114ddca7b9e5d03af390</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -314,25 +314,25 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Charité</act:name>
+  <act:name>Charité</act:name>
   <act:id type="new">ec8eec3d46c69aa861fda836e11346c0</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Charité</act:description>
+  <act:description>Charité</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Vêtements</act:name>
+  <act:name>Vêtements</act:name>
   <act:id type="new">c27a040a73eac2688d85d29b5b5309c8</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Vêtements</act:description>
+  <act:description>Vêtements</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -468,14 +468,14 @@
   <act:parent type="new">5bda5ff833bc395dc1b00f95c66ce555</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Assurance santé</act:name>
+  <act:name>Assurance santé</act:name>
   <act:id type="new">d80613194a52340c9e5eb62e853c72cf</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Assurance santé</act:description>
+  <act:description>Assurance santé</act:description>
   <act:parent type="new">5bda5ff833bc395dc1b00f95c66ce555</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -501,14 +501,14 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Dépenses médicales</act:name>
+  <act:name>Dépenses médicales</act:name>
   <act:id type="new">62752930dd1b2b4c90c6d198bd2ff33f</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Dépenses médicales</act:description>
+  <act:description>Dépenses médicales</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -534,14 +534,14 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Téléphone</act:name>
+  <act:name>Téléphone</act:name>
   <act:id type="new">1d9d7265e25c6c84dda514d2e8899e87</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Téléphone</act:description>
+  <act:description>Téléphone</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -589,25 +589,25 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Impôts</act:name>
+  <act:name>Impôts</act:name>
   <act:id type="new">090a786357463ec7fbee8066cb999097</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Impôts</act:description>
+  <act:description>Impôts</act:description>
   <act:parent type="new">2c53a8a0c8b36f7de3f4052653886c2b</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Complémentaire maladie</act:name>
+  <act:name>Complémentaire maladie</act:name>
   <act:id type="new">0785932c5de43e814659420762c9b577</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Complémentaire maladie</act:description>
+  <act:description>Complémentaire maladie</act:description>
   <act:parent type="new">2c53a8a0c8b36f7de3f4052653886c2b</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -622,14 +622,14 @@
   <act:parent type="new">2c53a8a0c8b36f7de3f4052653886c2b</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Sécurité sociale</act:name>
+  <act:name>Sécurité sociale</act:name>
   <act:id type="new">c252f10f3d57dd05c500856164b1729e</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Sécurité sociale</act:description>
+  <act:description>Sécurité sociale</act:description>
   <act:parent type="new">2c53a8a0c8b36f7de3f4052653886c2b</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -655,14 +655,14 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Electricité</act:name>
+  <act:name>Electricité</act:name>
   <act:id type="new">2fe462e202e2daffd845359b08a7eefe</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Electricité</act:description>
+  <act:description>Electricité</act:description>
   <act:parent type="new">57635fa5f71dee8ffc207c277250e773</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/fr_FR/acctchrt_currency.gnucash-xea b/accounts/fr_FR/acctchrt_currency.gnucash-xea
index 0ca22c9..af498c8 100644
--- a/accounts/fr_FR/acctchrt_currency.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_currency.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Compte de commerce de devises/monnaies
     </gnc-act:title>
     <gnc-act:short-description>
-      Compte pour le commerce et la conversion d'une monnaie étrangère
+      Compte pour le commerce et la conversion d'une monnaie étrangère
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Vous devriez sélectionner cet ensemble de comptes si vous convertissez des monnaies étrangères.
+    Vous devriez sélectionner cet ensemble de comptes si vous convertissez des monnaies étrangères.
 
     Note: compte actuellement en DEM; editer le compte pour changer la monnaie.
   </gnc-act:long-description>    
@@ -40,14 +40,14 @@
   <act:parent type="new">b3c65be1c5d163746ddc0c506f3f4619</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Marché monétaire</act:name>
+  <act:name>Marché monétaire</act:name>
   <act:id type="new">9206632307989cb5b244ad5da5d3131b</act:id>
   <act:type>CURRENCY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>DEM</cmdty:id>
   </act:commodity>
-  <act:description>Marché monétaire</act:description>
+  <act:description>Marché monétaire</act:description>
   <act:parent type="new">d9c796b35784533aee4309e28a3cbfc5</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/fr_FR/acctchrt_eduloan.gnucash-xea b/accounts/fr_FR/acctchrt_eduloan.gnucash-xea
index d33a574..732b0db 100644
--- a/accounts/fr_FR/acctchrt_eduloan.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_eduloan.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Emprunt Etudiant 
     </gnc-act:title>
     <gnc-act:short-description>
-      Comptes pour pour les emprunts étudiants et les intérêts associés.
+      Comptes pour pour les emprunts étudiants et les intérêts associés.
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Vous devriez sélectionner cet ensemble de comptes si vous avez un emprunt étudiant (emprunt étudiant,  intérêts d'emprunt étudiant).
+    Vous devriez sélectionner cet ensemble de comptes si vous avez un emprunt étudiant (emprunt étudiant,  intérêts d'emprunt étudiant).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -38,47 +38,47 @@
   <act:parent type="new">4e7e8e39487ad4aba0b62c2232c577c5</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>emprunt étudiant</act:name>
+  <act:name>emprunt étudiant</act:name>
   <act:id type="new">ddeba367199bd025e00420a19d6f9ae4</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>emprunt étudiant</act:description>
+  <act:description>emprunt étudiant</act:description>
   <act:parent type="new">c3219e37044b0531d66a7b64433b026d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Dépenses</act:name>
+  <act:name>Dépenses</act:name>
   <act:id type="new">fdbf47b39f70e8818f325eee7931039a</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Dépenses</act:description>
+  <act:description>Dépenses</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Intérêts</act:name>
+  <act:name>Intérêts</act:name>
   <act:id type="new">1cfcd30ea97b954ffb550ab87d561033</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Intérêts</act:description>
+  <act:description>Intérêts</act:description>
   <act:parent type="new">fdbf47b39f70e8818f325eee7931039a</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Intérêts d'emprunt étudiant</act:name>
+  <act:name>Intérêts d'emprunt étudiant</act:name>
   <act:id type="new">04e3d970dc60d3920f40b93fce8924a2</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Intérêts d'emprunt étudiant</act:description>
+  <act:description>Intérêts d'emprunt étudiant</act:description>
   <act:parent type="new">1cfcd30ea97b954ffb550ab87d561033</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/fr_FR/acctchrt_fixedassets.gnucash-xea b/accounts/fr_FR/acctchrt_fixedassets.gnucash-xea
index ab6779e..6824615 100644
--- a/accounts/fr_FR/acctchrt_fixedassets.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_fixedassets.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Actifs fixes
@@ -7,7 +7,7 @@
       Comptes pour le suivi d'actifs fixes importants
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Vous devriez sélectionner cet ensemble de comptes si vous avez des actifs fixes importants (maison, véhicule, résidence secondaire, autres actifs).
+    Vous devriez sélectionner cet ensemble de comptes si vous avez des actifs fixes importants (maison, véhicule, résidence secondaire, autres actifs).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -60,14 +60,14 @@
   <act:parent type="new">9b171f77000bf68dd1ebbaf58336656d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>véhicule</act:name>
+  <act:name>véhicule</act:name>
   <act:id type="new">5913089ffc36df6f0a5d96a5d7a444c0</act:id>
   <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>véhicule</act:description>
+  <act:description>véhicule</act:description>
   <act:parent type="new">9b171f77000bf68dd1ebbaf58336656d</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/fr_FR/acctchrt_homeloan.gnucash-xea b/accounts/fr_FR/acctchrt_homeloan.gnucash-xea
index 1a8e0d4..aa069d0 100644
--- a/accounts/fr_FR/acctchrt_homeloan.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_homeloan.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Hypothèque d'emprunt immobilier
+      Hypothèque d'emprunt immobilier
     </gnc-act:title>
     <gnc-act:short-description>
-     Comptes pour emprunt immobilier et les intérets associés.
+     Comptes pour emprunt immobilier et les intérets associés.
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Vous devriez sélectionner cet ensemble de comptes si vous avez un emprunt immobilier(Hypothèque d'un emprunt, Hypothèque sur des intérêts).
+    Vous devriez sélectionner cet ensemble de comptes si vous avez un emprunt immobilier(Hypothèque d'un emprunt, Hypothèque sur des intérêts).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -38,47 +38,47 @@
   <act:parent type="new">6664763bd1ea41462cba5ef856d9c00c</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Hypothèque d'emprunt</act:name>
+  <act:name>Hypothèque d'emprunt</act:name>
   <act:id type="new">4df1b393c218d9047dd22d33d2737e83</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Hypothèque d'emprunt</act:description>
+  <act:description>Hypothèque d'emprunt</act:description>
   <act:parent type="new">2e6e2d91551cff7b1fd8d6eb34c12117</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Dépenses</act:name>
+  <act:name>Dépenses</act:name>
   <act:id type="new">2f076f5ae073173a11d33420cd39fa4d</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Dépenses</act:description>
+  <act:description>Dépenses</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Intérêts</act:name>
+  <act:name>Intérêts</act:name>
   <act:id type="new">3dc58d8a51b5deaa22e0c65d81e90346</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Intérêts</act:description>
+  <act:description>Intérêts</act:description>
   <act:parent type="new">2f076f5ae073173a11d33420cd39fa4d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Hypothèque d'intérêts</act:name>
+  <act:name>Hypothèque d'intérêts</act:name>
   <act:id type="new">c1e23fa813d3c8c4a8ea1228a7615b79</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Hypothèque d'intérêts</act:description>
+  <act:description>Hypothèque d'intérêts</act:description>
   <act:parent type="new">3dc58d8a51b5deaa22e0c65d81e90346</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/fr_FR/acctchrt_homeown.gnucash-xea b/accounts/fr_FR/acctchrt_homeown.gnucash-xea
index 2ef766b..a09a2c0 100644
--- a/accounts/fr_FR/acctchrt_homeown.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_homeown.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Dépenses de propriétaire immobilier
+      Dépenses de propriétaire immobilier
     </gnc-act:title>
     <gnc-act:short-description>
-      Dépenses associés avec la possesion d'un logement
+      Dépenses associés avec la possesion d'un logement
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Vous devriez sélectionner cet ensemble de comptes si vous avez un logement. Cet ensemble fournit un groupe de comptes pour suivre les dépenses du logement (assurance, taxes, entretien du logement).
+    Vous devriez sélectionner cet ensemble de comptes si vous avez un logement. Cet ensemble fournit un groupe de comptes pour suivre les dépenses du logement (assurance, taxes, entretien du logement).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -16,14 +16,14 @@
   <act:commodity-scu>0</act:commodity-scu>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Dépenses</act:name>
+  <act:name>Dépenses</act:name>
   <act:id type="new">84732f5fdd27b6463d75bf958e3a4b06</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Dépenses</act:description>
+  <act:description>Dépenses</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/fr_FR/acctchrt_otherloan.gnucash-xea b/accounts/fr_FR/acctchrt_otherloan.gnucash-xea
index 66304c2..93d8164 100644
--- a/accounts/fr_FR/acctchrt_otherloan.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_otherloan.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Autres emprunts       
     </gnc-act:title>
     <gnc-act:short-description>
-      Comptes pour le suivi d'autres emprunts et de leurs intérêts associés
+      Comptes pour le suivi d'autres emprunts et de leurs intérêts associés
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Vous devriez sélectionner cet ensemble de comptes si vous avez quelque chose d'autre qu'un emprunt immobilier (autre emprunt, autres intérêts d'emprunt).
+    Vous devriez sélectionner cet ensemble de comptes si vous avez quelque chose d'autre qu'un emprunt immobilier (autre emprunt, autres intérêts d'emprunt).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -49,36 +49,36 @@
   <act:parent type="new">b5624a9d1a1b797b87b815774faccfe4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Dépenses</act:name>
+  <act:name>Dépenses</act:name>
   <act:id type="new">565e52a122e8acc9a67a36e61357e2ae</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Dépenses</act:description>
+  <act:description>Dépenses</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Intérêts</act:name>
+  <act:name>Intérêts</act:name>
   <act:id type="new">4a02c14e992ea79076837c164aa6fc8d</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Intérêts</act:description>
+  <act:description>Intérêts</act:description>
   <act:parent type="new">565e52a122e8acc9a67a36e61357e2ae</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Autres intérets</act:name>
+  <act:name>Autres intérets</act:name>
   <act:id type="new">f01de45e290ecc29b64d9cb8a733af68</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Autres intérets</act:description>
+  <act:description>Autres intérets</act:description>
   <act:parent type="new">4a02c14e992ea79076837c164aa6fc8d</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/fr_FR/acctchrt_renter.gnucash-xea b/accounts/fr_FR/acctchrt_renter.gnucash-xea
index bd20d7f..c387759 100644
--- a/accounts/fr_FR/acctchrt_renter.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_renter.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Dépenses de location 
+      Dépenses de location 
     </gnc-act:title>
     <gnc-act:short-description>
-      Dépenses associées avec la location d'un logement
+      Dépenses associées avec la location d'un logement
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Vous devriez sélectionner cet ensemble de comptes si vous louez une maison ou un appartement (location, assurance du locataire).
+    Vous devriez sélectionner cet ensemble de comptes si vous louez une maison ou un appartement (location, assurance du locataire).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -16,14 +16,14 @@
   <act:commodity-scu>0</act:commodity-scu>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Dépenses</act:name>
+  <act:name>Dépenses</act:name>
   <act:id type="new">9a2b4520f113372f4e576f5b6dc129c6</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Dépenses</act:description>
+  <act:description>Dépenses</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/fr_FR/acctchrt_retiremt.gnucash-xea b/accounts/fr_FR/acctchrt_retiremt.gnucash-xea
index 64493c5..d2165b0 100644
--- a/accounts/fr_FR/acctchrt_retiremt.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_retiremt.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Comptes d'épargne retraite
+      Comptes d'épargne retraite
     </gnc-act:title>
     <gnc-act:short-description>
-      Compte d'épargne retraite avec ses sous-comptes d'investissements relatifs
+      Compte d'épargne retraite avec ses sous-comptes d'investissements relatifs
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Vous devriez sélectionner cet ensemble de comptes si vous avez des comptes d'épargne retraite (actions, obligations, fonds communs, fonds d'indices).
+    Vous devriez sélectionner cet ensemble de comptes si vous avez des comptes d'épargne retraite (actions, obligations, fonds communs, fonds d'indices).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -77,14 +77,14 @@
   <act:parent type="new">4173f3047238f4b5595b11d6161b2f48</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Marché d'indices</act:name>
+  <act:name>Marché d'indices</act:name>
   <act:id type="new">2326b032fe4e8f434159310fccf17091</act:id>
   <act:type>MUTUAL</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Marché d'indices</act:description>
+  <act:description>Marché d'indices</act:description>
   <act:parent type="new">4173f3047238f4b5595b11d6161b2f48</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/fr_FR/acctchrt_spouseinc.gnucash-xea b/accounts/fr_FR/acctchrt_spouseinc.gnucash-xea
index c04750e..a9a6695 100644
--- a/accounts/fr_FR/acctchrt_spouseinc.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_spouseinc.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Revenus du conjoint
     </gnc-act:title>
     <gnc-act:short-description>
-     Comptes pour le suivi des revenus du conjoint séparément
+     Comptes pour le suivi des revenus du conjoint séparément
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Vous devriez sélectionner cet ensemble de comptes si votre conjoint travaille (son salaire, ses impôts).
+    Vous devriez sélectionner cet ensemble de comptes si votre conjoint travaille (son salaire, ses impôts).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -38,14 +38,14 @@
   <act:parent type="new">b4fadf6188d7f1ae7e7aa4fa27f5cc95</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Dépenses</act:name>
+  <act:name>Dépenses</act:name>
   <act:id type="new">1884bbd7394883ebafec8b9e2eb091a4</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Dépenses</act:description>
+  <act:description>Dépenses</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -60,25 +60,25 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Impôts</act:name>
+  <act:name>Impôts</act:name>
   <act:id type="new">78df9cf06ee197272a695a4c3044f749</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Impôts</act:description>
+  <act:description>Impôts</act:description>
   <act:parent type="new">3cd0ca7d6b0e5f44e4cde2851c3ff387</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Complémentaire maladie</act:name>
+  <act:name>Complémentaire maladie</act:name>
   <act:id type="new">eba0c095658c7c3a4f4294db9c7392f3</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Complémentaire maladie</act:description>
+  <act:description>Complémentaire maladie</act:description>
   <act:parent type="new">3cd0ca7d6b0e5f44e4cde2851c3ff387</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -93,25 +93,25 @@
   <act:parent type="new">3cd0ca7d6b0e5f44e4cde2851c3ff387</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Sécurité sociale</act:name>
+  <act:name>Sécurité sociale</act:name>
   <act:id type="new">9bd3abb2ed8c4c0d00f8e8ec36d2744d</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Sécurité sociale</act:description>
+  <act:description>Sécurité sociale</act:description>
   <act:parent type="new">3cd0ca7d6b0e5f44e4cde2851c3ff387</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>État/Province</act:name>
+  <act:name>État/Province</act:name>
   <act:id type="new">aa14dbcd622024495a8a972b0f37d13a</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>État/Province</act:description>
+  <act:description>État/Province</act:description>
   <act:parent type="new">3cd0ca7d6b0e5f44e4cde2851c3ff387</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/fr_FR/acctchrt_spouseretire.gnucash-xea b/accounts/fr_FR/acctchrt_spouseretire.gnucash-xea
index 5a83e8c..e287cfe 100644
--- a/accounts/fr_FR/acctchrt_spouseretire.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_spouseretire.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Comptes d'épargne retraite du conjoint
+      Comptes d'épargne retraite du conjoint
     </gnc-act:title>
     <gnc-act:short-description>
-     Compte d'épargne retraite avec ses sous-comptes d'investissements relatifs du conjoint
+     Compte d'épargne retraite avec ses sous-comptes d'investissements relatifs du conjoint
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Vous devriez sélectionner cet ensemble de comptes si conjoint a des comptes d'épargne retraite (actions, obligations, fonds communs, fonds d'indices, intérêts, dividendes).
+    Vous devriez sélectionner cet ensemble de comptes si conjoint a des comptes d'épargne retraite (actions, obligations, fonds communs, fonds d'indices, intérêts, dividendes).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -77,14 +77,14 @@
   <act:parent type="new">4426b41837adc284f96b291c31022844</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Marché d'indices</act:name>
+  <act:name>Marché d'indices</act:name>
   <act:id type="new">0ec1a5b402ceea10d95445a2b31c41a1</act:id>
   <act:type>MUTUAL</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Marché d'indices</act:description>
+  <act:description>Marché d'indices</act:description>
   <act:parent type="new">4426b41837adc284f96b291c31022844</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/it/acctchrt_brokerage.gnucash-xea b/accounts/it/acctchrt_brokerage.gnucash-xea
index 08a7edd..367f9b3 100644
--- a/accounts/it/acctchrt_brokerage.gnucash-xea
+++ b/accounts/it/acctchrt_brokerage.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!-- 
      Italian translation for GnuCash
      Copyright (C) 1998-2003 Free Software Foundation, Inc.
@@ -24,14 +24,14 @@
   <act:commodity-scu>0</act:commodity-scu>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Attività</act:name>
+  <act:name>Attività</act:name>
   <act:id type="new">52b5942b5beaec856eaca5a75ee71592</act:id>
   <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Attività</act:description>
+  <act:description>Attività</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/it/acctchrt_carloan.gnucash-xea b/accounts/it/acctchrt_carloan.gnucash-xea
index acdaa36..70c1289 100644
--- a/accounts/it/acctchrt_carloan.gnucash-xea
+++ b/accounts/it/acctchrt_carloan.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!-- 
      Italian translation for GnuCash
      Copyright (C) 1998-2003 Free Software Foundation, Inc.
@@ -21,14 +21,14 @@
   <act:commodity-scu>0</act:commodity-scu>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Passività</act:name>
+  <act:name>Passività</act:name>
   <act:id type="new">33a326fe16ae360f777a94b3f5bdfbdc</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Passività</act:description>
+  <act:description>Passività</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/it/acctchrt_checkbook.gnucash-xea b/accounts/it/acctchrt_checkbook.gnucash-xea
index 0922c71..9921d8e 100644
--- a/accounts/it/acctchrt_checkbook.gnucash-xea
+++ b/accounts/it/acctchrt_checkbook.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!-- 
      Italian translation for GnuCash
      Copyright (C) 1998-2003 Free Software Foundation, Inc.
@@ -12,7 +12,7 @@
      L'insieme minimale di conti per usare GnuCash.
     </gnc-act:short-description>
     <gnc-act:long-description>
-     Utile per tenere il saldo delle proprie entrate e uscite. Successivamente, se ce ne sarà bisogno, sarà possibile incominciare a tenerne traccia in modo più dettagliato.
+     Utile per tenere il saldo delle proprie entrate e uscite. Successivamente, se ce ne sarà bisogno, sarà possibile incominciare a tenerne traccia in modo più dettagliato.
     </gnc-act:long-description>
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -21,7 +21,7 @@
   <act:commodity-scu>0</act:commodity-scu>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Attività</act:name>
+  <act:name>Attività</act:name>
   <act:id type="new">bde24bbbe01829aff3dac8d038e174cc</act:id>
   <act:type>ASSET</act:type>
   <act:commodity>
@@ -29,11 +29,11 @@
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Attività</act:description>
+  <act:description>Attività</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Attività correnti</act:name>
+  <act:name>Attività correnti</act:name>
   <act:id type="new">d90864ec1d660176244b05a0e43e621a</act:id>
   <act:type>ASSET</act:type>
   <act:commodity>
@@ -41,7 +41,7 @@
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Attività correnti</act:description>
+  <act:description>Attività correnti</act:description>
   <act:parent type="new">bde24bbbe01829aff3dac8d038e174cc</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/it/acctchrt_childcare.gnucash-xea b/accounts/it/acctchrt_childcare.gnucash-xea
index 55122c4..0cac19a 100644
--- a/accounts/it/acctchrt_childcare.gnucash-xea
+++ b/accounts/it/acctchrt_childcare.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!-- 
      Italian translation for GnuCash
      Copyright (C) 1998-2003 Free Software Foundation, Inc.
diff --git a/accounts/it/acctchrt_common.gnucash-xea b/accounts/it/acctchrt_common.gnucash-xea
index e16f76a..bce81e4 100644
--- a/accounts/it/acctchrt_common.gnucash-xea
+++ b/accounts/it/acctchrt_common.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!-- 
      Italian translation for GnuCash
      Copyright (C) 1998-2003 Free Software Foundation, Inc.
@@ -12,10 +12,10 @@
       Conti comuni
     </gnc-act:title>
     <gnc-act:short-description>
-      Un insieme basilare comprendente i conti più comunemente usati
+      Un insieme basilare comprendente i conti più comunemente usati
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Questo insieme di conti è selezionato dalla maggior parte degli utenti. L'insieme comprende i conti usati più comunemente (conto corrente, di risparmio, contanti, carta di credito, entrate, uscite comuni).
+    Questo insieme di conti è selezionato dalla maggior parte degli utenti. L'insieme comprende i conti usati più comunemente (conto corrente, di risparmio, contanti, carta di credito, entrate, uscite comuni).
   </gnc-act:long-description>
   <gnc-act:start-selected>1</gnc-act:start-selected>
 <gnc:account version="2.0.0">
@@ -25,25 +25,25 @@
   <act:commodity-scu>0</act:commodity-scu>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Attività</act:name>
+  <act:name>Attività</act:name>
   <act:id type="new">98f262dfab9a2b99ac42919dcf58d304</act:id>
   <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Attività</act:description>
+  <act:description>Attività</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Attività correnti</act:name>
+  <act:name>Attività correnti</act:name>
   <act:id type="new">a1dd5f225156f110689c204fefded0ab</act:id>
   <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Attività correnti</act:description>
+  <act:description>Attività correnti</act:description>
   <act:parent type="new">98f262dfab9a2b99ac42919dcf58d304</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -69,25 +69,25 @@
   <act:parent type="new">a1dd5f225156f110689c204fefded0ab</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Liquidità</act:name>
+  <act:name>Liquidità</act:name>
   <act:id type="new">07b454b9dd6f68c4b613c5f1ef76f884</act:id>
   <act:type>CASH</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Liquidità</act:description>
+  <act:description>Liquidità</act:description>
   <act:parent type="new">a1dd5f225156f110689c204fefded0ab</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Passività</act:name>
+  <act:name>Passività</act:name>
   <act:id type="new">19a911feed9b41b8b01be036a2aed9fe</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Passività</act:description>
+  <act:description>Passività</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -564,14 +564,14 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Prima necessità</act:name>
+  <act:name>Prima necessità</act:name>
   <act:id type="new">e2b34f49d4cf916cf4d45525e1e7319d</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Generi di prima necessità (cibo, vestiti, etc.)</act:description>
+  <act:description>Generi di prima necessità (cibo, vestiti, etc.)</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -652,14 +652,14 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Elettricità</act:name>
+  <act:name>Elettricità</act:name>
   <act:id type="new">2fe462e202e2daffd845359b08a7eefe</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Elettricità</act:description>
+  <act:description>Elettricità</act:description>
   <act:parent type="new">57635fa5f71dee8ffc207c277250e773</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/it/acctchrt_fixedassets.gnucash-xea b/accounts/it/acctchrt_fixedassets.gnucash-xea
index a581ae5..346de2b 100644
--- a/accounts/it/acctchrt_fixedassets.gnucash-xea
+++ b/accounts/it/acctchrt_fixedassets.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!-- 
      Italian translation for GnuCash
      Copyright (C) 1998-2003 Free Software Foundation, Inc.
@@ -6,13 +6,13 @@
   -->
 <gnc-account-example>
     <gnc-act:title>
-      Attività ingenti
+      Attività ingenti
     </gnc-act:title>
     <gnc-act:short-description>
-      Conti per tenere traccia di attività ingenti
+      Conti per tenere traccia di attività ingenti
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Selezionare questo insieme di conti se si possiedono delle attività di notevole valore e durata (casa, automobile, seconda casa, altre attività).
+    Selezionare questo insieme di conti se si possiedono delle attività di notevole valore e durata (casa, automobile, seconda casa, altre attività).
   </gnc-act:long-description>
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -21,25 +21,25 @@
   <act:commodity-scu>0</act:commodity-scu>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Attività</act:name>
+  <act:name>Attività</act:name>
   <act:id type="new">64b6276c060185131cecbd1ac6218440</act:id>
   <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Attività</act:description>
+  <act:description>Attività</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Attività ingenti</act:name>
+  <act:name>Attività ingenti</act:name>
   <act:id type="new">9b171f77000bf68dd1ebbaf58336656d</act:id>
   <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Attività ingenti</act:description>
+  <act:description>Attività ingenti</act:description>
   <act:parent type="new">64b6276c060185131cecbd1ac6218440</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -54,14 +54,14 @@
   <act:parent type="new">9b171f77000bf68dd1ebbaf58336656d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Altre attività</act:name>
+  <act:name>Altre attività</act:name>
   <act:id type="new">ad3b239297277c9ef3840c0433cecb18</act:id>
   <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Altre attività</act:description>
+  <act:description>Altre attività</act:description>
   <act:parent type="new">9b171f77000bf68dd1ebbaf58336656d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/it/acctchrt_homeloan.gnucash-xea b/accounts/it/acctchrt_homeloan.gnucash-xea
index acfa00a..b5f1cb6 100644
--- a/accounts/it/acctchrt_homeloan.gnucash-xea
+++ b/accounts/it/acctchrt_homeloan.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!-- 
      Italian translation for GnuCash
      Copyright (C) 1998-2003 Free Software Foundation, Inc.
@@ -21,14 +21,14 @@
   <act:commodity-scu>0</act:commodity-scu>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Passività</act:name>
+  <act:name>Passività</act:name>
   <act:id type="new">6664763bd1ea41462cba5ef856d9c00c</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Passività</act:description>
+  <act:description>Passività</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/it/acctchrt_homeown.gnucash-xea b/accounts/it/acctchrt_homeown.gnucash-xea
index 9ad3e88..569b4fc 100644
--- a/accounts/it/acctchrt_homeown.gnucash-xea
+++ b/accounts/it/acctchrt_homeown.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
 <!-- 
      Italian translation for GnuCash
diff --git a/accounts/it/acctchrt_otherloan.gnucash-xea b/accounts/it/acctchrt_otherloan.gnucash-xea
index 388634e..e7c5d09 100644
--- a/accounts/it/acctchrt_otherloan.gnucash-xea
+++ b/accounts/it/acctchrt_otherloan.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!-- 
      Italian translation for GnuCash
      Copyright (C) 1998-2003 Free Software Foundation, Inc.
@@ -21,14 +21,14 @@
   <act:commodity-scu>0</act:commodity-scu>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Passività</act:name>
+  <act:name>Passività</act:name>
   <act:id type="new">8ec79e80d9abf58d78ce3129d3fe3365</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Passività</act:description>
+  <act:description>Passività</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/it/acctchrt_renter.gnucash-xea b/accounts/it/acctchrt_renter.gnucash-xea
index 3141705..32c6dc2 100644
--- a/accounts/it/acctchrt_renter.gnucash-xea
+++ b/accounts/it/acctchrt_renter.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
 <!-- 
      Italian translation for GnuCash
diff --git a/accounts/it/acctchrt_retiremt.gnucash-xea b/accounts/it/acctchrt_retiremt.gnucash-xea
index 343796d..7bc7d93 100644
--- a/accounts/it/acctchrt_retiremt.gnucash-xea
+++ b/accounts/it/acctchrt_retiremt.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!-- 
      Italian translation for GnuCash
      Copyright (C) 1998-2003 Free Software Foundation, Inc.
@@ -21,14 +21,14 @@
   <act:commodity-scu>0</act:commodity-scu>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Attività</act:name>
+  <act:name>Attività</act:name>
   <act:id type="new">e67ef2c52a4eaf3b9d37d317848a5812</act:id>
   <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Attività</act:description>
+  <act:description>Attività</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/it/acctchrt_spouseinc.gnucash-xea b/accounts/it/acctchrt_spouseinc.gnucash-xea
index 9c2a484..f408ffa 100644
--- a/accounts/it/acctchrt_spouseinc.gnucash-xea
+++ b/accounts/it/acctchrt_spouseinc.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!-- 
      Italian translation for GnuCash
      Copyright (C) 1998-2003 Free Software Foundation, Inc.
diff --git a/accounts/it/acctchrt_spouseretire.gnucash-xea b/accounts/it/acctchrt_spouseretire.gnucash-xea
index 8a5c961..648d1f4 100644
--- a/accounts/it/acctchrt_spouseretire.gnucash-xea
+++ b/accounts/it/acctchrt_spouseretire.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!-- 
      Italian translation for GnuCash
      Copyright (C) 1998-2003 Free Software Foundation, Inc.
@@ -24,14 +24,14 @@
   <act:commodity-scu>0</act:commodity-scu>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Attività</act:name>
+  <act:name>Attività</act:name>
   <act:id type="new">96d9b17add59eb4c7edec7ed241af755</act:id>
   <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Attività</act:description>
+  <act:description>Attività</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/nb/acctchrt_brokerage.gnucash-xea b/accounts/nb/acctchrt_brokerage.gnucash-xea
index b6a0886..1501726 100644
--- a/accounts/nb/acctchrt_brokerage.gnucash-xea
+++ b/accounts/nb/acctchrt_brokerage.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
      Investment Accounts
diff --git a/accounts/nb/acctchrt_business.gnucash-xea b/accounts/nb/acctchrt_business.gnucash-xea
index 9ecb69a..7def471 100644
--- a/accounts/nb/acctchrt_business.gnucash-xea
+++ b/accounts/nb/acctchrt_business.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Nærings Kontoer
+      Nærings Kontoer
     </gnc-act:title>
     <gnc-act:short-description>
-     Et konto oppsett for næringsvirksomhet.
+     Et konto oppsett for næringsvirksomhet.
     </gnc-act:short-description>
     <gnc-act:long-description>
-     Brukere som driver egen næring burde velge dette oppsettet.  Det inkluderer alle kontoene du trenger for de fleste typer næring, inkludert Payables, Receivables, Inntekter og Utgifter.
+     Brukere som driver egen næring burde velge dette oppsettet.  Det inkluderer alle kontoene du trenger for de fleste typer næring, inkludert Payables, Receivables, Inntekter og Utgifter.
     </gnc-act:long-description>
     <gnc-act:exclude-from-select-all>1</gnc-act:exclude-from-select-all>
 <gnc:account version="2.0.0">
@@ -29,7 +29,7 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Nåværende Aktiva</act:name>
+  <act:name>Nåværende Aktiva</act:name>
   <act:id type="new">f8532a8cdc024e0178fe20a1482e3192</act:id>
   <act:type>ASSET</act:type>
   <act:commodity>
@@ -37,7 +37,7 @@
     <cmdty:id>NOK</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Nåværende Aktiva</act:description>
+  <act:description>Nåværende Aktiva</act:description>
   <act:parent type="new">4f40ddce996f8f74b4e99f52e275ba14</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -89,7 +89,7 @@
   <act:parent type="new">f8532a8cdc024e0178fe20a1482e3192</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Småpenger</act:name>
+  <act:name>Småpenger</act:name>
   <act:id type="new">c292f69c18e01e1b607e37b3188c7acc</act:id>
   <act:type>CASH</act:type>
   <act:commodity>
@@ -97,7 +97,7 @@
     <cmdty:id>NOK</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Småpenger</act:description>
+  <act:description>Småpenger</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -111,7 +111,7 @@
   <act:parent type="new">f8532a8cdc024e0178fe20a1482e3192</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Utestående Fordringer</act:name>
+  <act:name>Utestående Fordringer</act:name>
   <act:id type="new">0dd8987a2e860fa231a2a76e75cd5ad1</act:id>
   <act:type>RECEIVABLE</act:type>
   <act:commodity>
@@ -119,7 +119,7 @@
     <cmdty:id>NOK</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Utestående Fordringer</act:description>
+  <act:description>Utestående Fordringer</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -467,7 +467,7 @@
   <act:parent type="new">1eca26f16967a1627df155e49b44a609</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Opplæring</act:name>
+  <act:name>Opplæring</act:name>
   <act:id type="new">2111b519274e18f8b2083f07b39b53d9</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -475,7 +475,7 @@
     <cmdty:id>NOK</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Opplæring</act:description>
+  <act:description>Opplæring</act:description>
   <act:parent type="new">1eca26f16967a1627df155e49b44a609</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -513,7 +513,7 @@
   <act:parent type="new">1eca26f16967a1627df155e49b44a609</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Uføreforsikring</act:name>
+  <act:name>Uføreforsikring</act:name>
   <act:id type="new">793001c2cac93c78d7b0e09b8d06e288</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -521,7 +521,7 @@
     <cmdty:id>NOK</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Uføreforsikring</act:description>
+  <act:description>Uføreforsikring</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -657,7 +657,7 @@
   <act:parent type="new">1eca26f16967a1627df155e49b44a609</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Lønnsutifter</act:name>
+  <act:name>Lønnsutifter</act:name>
   <act:id type="new">52c59dac947098d11ca9a43d75714e9a</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -665,7 +665,7 @@
     <cmdty:id>NOK</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Lønnsutgifter</act:description>
+  <act:description>Lønnsutgifter</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -745,7 +745,7 @@
   <act:parent type="new">1eca26f16967a1627df155e49b44a609</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Regnskapsføring</act:name>
+  <act:name>Regnskapsføring</act:name>
   <act:id type="new">f2fdacb032cbda092220d6b9bf78cdef</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
@@ -753,7 +753,7 @@
     <cmdty:id>NOK</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Regnskapsføring</act:description>
+  <act:description>Regnskapsføring</act:description>
   <act:slots>
     <slot>
       <slot:key>placeholder</slot:key>
@@ -1337,7 +1337,7 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Inngående Balanse</act:name>
+  <act:name>Inngående Balanse</act:name>
   <act:id type="new">a19c505d4b414bf3f5b574104959f534</act:id>
   <act:type>EQUITY</act:type>
   <act:commodity>
@@ -1345,7 +1345,7 @@
     <cmdty:id>NOK</cmdty:id>
   </act:commodity>
   <act:commodity-scu>100</act:commodity-scu>
-  <act:description>Inngående Balanse</act:description>
+  <act:description>Inngående Balanse</act:description>
   <act:parent type="new">87e02e757b32b3059652cfe09fe9ae00</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/nb/acctchrt_cdmoneymkt.gnucash-xea b/accounts/nb/acctchrt_cdmoneymkt.gnucash-xea
index d72dfa9..1e3ba26 100644
--- a/accounts/nb/acctchrt_cdmoneymkt.gnucash-xea
+++ b/accounts/nb/acctchrt_cdmoneymkt.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       CD and Money Market
diff --git a/accounts/nb/acctchrt_childcare.gnucash-xea b/accounts/nb/acctchrt_childcare.gnucash-xea
index bc9f0ae..1843c21 100644
--- a/accounts/nb/acctchrt_childcare.gnucash-xea
+++ b/accounts/nb/acctchrt_childcare.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Childcare Expenses
diff --git a/accounts/nb/acctchrt_common.gnucash-xea b/accounts/nb/acctchrt_common.gnucash-xea
index 51a2b33..bc3dc61 100644
--- a/accounts/nb/acctchrt_common.gnucash-xea
+++ b/accounts/nb/acctchrt_common.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Common Accounts
diff --git a/accounts/nb/acctchrt_fixedassets.gnucash-xea b/accounts/nb/acctchrt_fixedassets.gnucash-xea
index 55f9e57..15d8178 100644
--- a/accounts/nb/acctchrt_fixedassets.gnucash-xea
+++ b/accounts/nb/acctchrt_fixedassets.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Fixed Assets
diff --git a/accounts/nb/acctchrt_full.gnucash-xea b/accounts/nb/acctchrt_full.gnucash-xea
index 00b4978..4f27a3d 100644
--- a/accounts/nb/acctchrt_full.gnucash-xea
+++ b/accounts/nb/acctchrt_full.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Full Chart        
diff --git a/accounts/nb/acctchrt_renter.gnucash-xea b/accounts/nb/acctchrt_renter.gnucash-xea
index 70ee5e5..769fc8e 100644
--- a/accounts/nb/acctchrt_renter.gnucash-xea
+++ b/accounts/nb/acctchrt_renter.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Husleie Utgifter
diff --git a/accounts/nb/acctchrt_retiremt.gnucash-xea b/accounts/nb/acctchrt_retiremt.gnucash-xea
index c06c3b8..41c5884 100644
--- a/accounts/nb/acctchrt_retiremt.gnucash-xea
+++ b/accounts/nb/acctchrt_retiremt.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Retirement Accounts
diff --git a/accounts/nb/acctchrt_spouseinc.gnucash-xea b/accounts/nb/acctchrt_spouseinc.gnucash-xea
index c64b093..d401ba9 100644
--- a/accounts/nb/acctchrt_spouseinc.gnucash-xea
+++ b/accounts/nb/acctchrt_spouseinc.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Spouse Income
diff --git a/accounts/nb/acctchrt_spouseretire.gnucash-xea b/accounts/nb/acctchrt_spouseretire.gnucash-xea
index 5729ff9..edf628b 100644
--- a/accounts/nb/acctchrt_spouseretire.gnucash-xea
+++ b/accounts/nb/acctchrt_spouseretire.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Spouse Retirement Accounts
diff --git a/accounts/nl/acctchrt_checkbook.gnucash-xea b/accounts/nl/acctchrt_checkbook.gnucash-xea
index 550dd51..62d2523 100644
--- a/accounts/nl/acctchrt_checkbook.gnucash-xea
+++ b/accounts/nl/acctchrt_checkbook.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Eenvoudige betaalrekening
diff --git a/accounts/nl/acctchrt_full.gnucash-xea b/accounts/nl/acctchrt_full.gnucash-xea
index a6e52db..759f526 100644
--- a/accounts/nl/acctchrt_full.gnucash-xea
+++ b/accounts/nl/acctchrt_full.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Alle rekeningen
diff --git a/accounts/pt_BR/acctchrt_brokerage.gnucash-xea b/accounts/pt_BR/acctchrt_brokerage.gnucash-xea
index d955865..46f2c88 100644
--- a/accounts/pt_BR/acctchrt_brokerage.gnucash-xea
+++ b/accounts/pt_BR/acctchrt_brokerage.gnucash-xea
@@ -1,14 +1,14 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
      Conta de Investimentos
     </gnc-act:title>
     <gnc-act:short-description>
       Conta de corretagem com contas de investimentos relacionados
-        (ações, obrigações, fundos de investimento, fundos de índices, juros, dividendos)
+        (ações, obrigações, fundos de investimento, fundos de índices, juros, dividendos)
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deverá selecionar este conjunto de contas caso possua investimentos (ações, obrigações, fundos de investimento, fundos de índices, juros, dividendos).
+    Deverá selecionar este conjunto de contas caso possua investimentos (ações, obrigações, fundos de investimento, fundos de índices, juros, dividendos).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -50,36 +50,36 @@
   <act:parent type="new">7ff59d92615cce4d8388d7e179ee3ff6</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Obrigação</act:name>
+  <act:name>Obrigação</act:name>
   <act:id type="new">8196bf0015c25f501338f07a87c512d8</act:id>
   <act:type>STOCK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Obrigação</act:description>
+  <act:description>Obrigação</act:description>
   <act:parent type="new">f15ec9568727f08a5ebd8f3e66483876</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Ação</act:name>
+  <act:name>Ação</act:name>
   <act:id type="new">7d7db9bed07f21fc0b1f50674702aff0</act:id>
   <act:type>STOCK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Ação</act:description>
+  <act:description>Ação</act:description>
   <act:parent type="new">f15ec9568727f08a5ebd8f3e66483876</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Índice de Mercado</act:name>
+  <act:name>Índice de Mercado</act:name>
   <act:id type="new">fe9db8a7eedf2990e9846f634a922143</act:id>
   <act:type>MUTUAL</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Índice de Mercado</act:description>
+  <act:description>Índice de Mercado</act:description>
   <act:parent type="new">f15ec9568727f08a5ebd8f3e66483876</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -127,14 +127,14 @@
   <act:parent type="new">9da3c880bd04b9db49eb7f5b06403bda</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Juros de Obigações</act:name>
+  <act:name>Juros de Obigações</act:name>
   <act:id type="new">8ceb4752a11e2d342b9009b343fdba38</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Juros de Obigações</act:description>
+  <act:description>Juros de Obigações</act:description>
   <act:parent type="new">7943bc59ffbb9a7be4afcd2996147119</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -149,14 +149,14 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Comissões</act:name>
+  <act:name>Comissões</act:name>
   <act:id type="new">77fdffddc79c662c93c482cefa5a4744</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Comissões</act:description>
+  <act:description>Comissões</act:description>
   <act:parent type="new">6de23244232785031501171abcc1d4aa</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/pt_BR/acctchrt_carloan.gnucash-xea b/accounts/pt_BR/acctchrt_carloan.gnucash-xea
index 726a77e..be090a6 100644
--- a/accounts/pt_BR/acctchrt_carloan.gnucash-xea
+++ b/accounts/pt_BR/acctchrt_carloan.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Empréstimo para Automóvel
+      Empréstimo para Automóvel
     </gnc-act:title>
     <gnc-act:short-description>
-      Contas para empréstimo para automóvel e juros associados
+      Contas para empréstimo para automóvel e juros associados
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deverá selecionar este conjunto de contas caso tenha um empréstimo para automóvel (empréstimo para automóvel, juro do empréstimo).
+    Deverá selecionar este conjunto de contas caso tenha um empréstimo para automóvel (empréstimo para automóvel, juro do empréstimo).
   </gnc-act:long-description>
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -27,25 +27,25 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Empréstimos</act:name>
+  <act:name>Empréstimos</act:name>
   <act:id type="new">023e2343114b3d695feaeb96904e0da6</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Empréstimos</act:description>
+  <act:description>Empréstimos</act:description>
   <act:parent type="new">33a326fe16ae360f777a94b3f5bdfbdc</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Empréstimo Automóvel</act:name>
+  <act:name>Empréstimo Automóvel</act:name>
   <act:id type="new">3e5f44fd7bfaa9cae737a4113a749e36</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Empréstimo Automóvel</act:description>
+  <act:description>Empréstimo Automóvel</act:description>
   <act:parent type="new">023e2343114b3d695feaeb96904e0da6</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -71,14 +71,14 @@
   <act:parent type="new">acacdcb998e45fb741766622e8542f0b</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Juro Empréstimo Automóvel</act:name>
+  <act:name>Juro Empréstimo Automóvel</act:name>
   <act:id type="new">e9bd8477e27361238d2f53c4fe7594ab</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Juro Empréstimo Automóvel</act:description>
+  <act:description>Juro Empréstimo Automóvel</act:description>
   <act:parent type="new">9e8495e80ebfb762089be917dff7ab72</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/pt_BR/acctchrt_cdmoneymkt.gnucash-xea b/accounts/pt_BR/acctchrt_cdmoneymkt.gnucash-xea
index 7ba3d04..d33cc73 100644
--- a/accounts/pt_BR/acctchrt_cdmoneymkt.gnucash-xea
+++ b/accounts/pt_BR/acctchrt_cdmoneymkt.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Depósitos a Prazo e Mercado Monetário
+      Depósitos a Prazo e Mercado Monetário
     </gnc-act:title>
     <gnc-act:short-description>
-     Contas para Depósitos a Prazo e investimentos no mercado monetário
+     Contas para Depósitos a Prazo e investimentos no mercado monetário
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deverá selecionar este conjunto de contas caso tenha depósitos a prazo ou contas no mercado financeiro (DP, Juros DP, mercado monetário, juro mercado monetário).
+    Deverá selecionar este conjunto de contas caso tenha depósitos a prazo ou contas no mercado financeiro (DP, Juros DP, mercado monetário, juro mercado monetário).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -49,14 +49,14 @@
   <act:parent type="new">1880e89ec9fe82622b8648df481dd2b7</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Mercado Monetário</act:name>
+  <act:name>Mercado Monetário</act:name>
   <act:id type="new">3a01e5b0132ba26803b49732a3242654</act:id>
   <act:type>BANK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Mercado Monetário</act:description>
+  <act:description>Mercado Monetário</act:description>
   <act:parent type="new">1880e89ec9fe82622b8648df481dd2b7</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -93,14 +93,14 @@
   <act:parent type="new">fd131cae797d1fb83c2e2bf57254eca5</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Juros do Mercado Monetário</act:name>
+  <act:name>Juros do Mercado Monetário</act:name>
   <act:id type="new">dc537946f39e84ccef7ce38f016249af</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Juros do Mercado Monetário</act:description>
+  <act:description>Juros do Mercado Monetário</act:description>
   <act:parent type="new">fd131cae797d1fb83c2e2bf57254eca5</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/pt_BR/acctchrt_childcare.gnucash-xea b/accounts/pt_BR/acctchrt_childcare.gnucash-xea
index f4a16ce..643572a 100644
--- a/accounts/pt_BR/acctchrt_childcare.gnucash-xea
+++ b/accounts/pt_BR/acctchrt_childcare.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Despesas de Cuidados Infantís
+      Despesas de Cuidados Infantís
     </gnc-act:title>
     <gnc-act:short-description>
-      Uma conta para acompanhar despesas com cuidados infantís
+      Uma conta para acompanhar despesas com cuidados infantís
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deverá selecionar este conjunto de contas caso tenha despesas com crianças.
+    Deverá selecionar este conjunto de contas caso tenha despesas com crianças.
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -27,14 +27,14 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Cuidados Infantís</act:name>
+  <act:name>Cuidados Infantís</act:name>
   <act:id type="new">8999739a6bfc46088a3ea5ec45e5f8a4</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Cuidados Infantís</act:description>
+  <act:description>Cuidados Infantís</act:description>
   <act:parent type="new">ee8238ee2c2ce590160761df09b99b72</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/pt_BR/acctchrt_common.gnucash-xea b/accounts/pt_BR/acctchrt_common.gnucash-xea
index 327683a..8a1d96a 100644
--- a/accounts/pt_BR/acctchrt_common.gnucash-xea
+++ b/accounts/pt_BR/acctchrt_common.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Contas Comuns
@@ -7,7 +7,7 @@
       Um conjunto simples com as contas mais utilizadas
     </gnc-act:short-description>
     <gnc-act:long-description>
-    A maioria dos usuários deverão selecionar este conjunto de contas.  Inclui as contas mais utilizadas (dep. ordem, prazo, dinheiro, cartão crédito, receitas, despesas comuns).
+    A maioria dos usuários deverão selecionar este conjunto de contas.  Inclui as contas mais utilizadas (dep. ordem, prazo, dinheiro, cartão crédito, receitas, despesas comuns).
   </gnc-act:long-description>
   <gnc-act:start-selected>1</gnc-act:start-selected>
 <gnc:account version="2.0.0">
@@ -50,14 +50,14 @@
   <act:parent type="new">a1dd5f225156f110689c204fefded0ab</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Conta Poupança</act:name>
+  <act:name>Conta Poupança</act:name>
   <act:id type="new">eeae5a1892e88adbc3b369c76ee4e889</act:id>
   <act:type>BANK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Conta Poupança</act:description>
+  <act:description>Conta Poupança</act:description>
   <act:parent type="new">a1dd5f225156f110689c204fefded0ab</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -94,14 +94,14 @@
   <act:parent type="new">19a911feed9b41b8b01be036a2aed9fe</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Cartão de Crédito</act:name>
+  <act:name>Cartão de Crédito</act:name>
   <act:id type="new">efc3caac2619666c53e6e27f02d5e716</act:id>
   <act:type>CREDIT</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Cartão de Crédito</act:description>
+  <act:description>Cartão de Crédito</act:description>
   <act:parent type="new">a8186db64d71dc2ca5fdccb3234b531b</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -116,14 +116,14 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Bônus</act:name>
+  <act:name>Bônus</act:name>
   <act:id type="new">59b72cd943a2ca6f077748bba9a942cd</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Bônus</act:description>
+  <act:description>Bônus</act:description>
   <act:parent type="new">a7ab23dd2d41616042034d5a012a0850</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -171,14 +171,14 @@
   <act:parent type="new">c47361e40d9478ec11758097e64d693c</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Juros Conta Poupança</act:name>
+  <act:name>Juros Conta Poupança</act:name>
   <act:id type="new">2802ac0d1bff1c09a903f2ad6fde2725</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Juros Conta Poupança</act:description>
+  <act:description>Juros Conta Poupança</act:description>
   <act:parent type="new">c47361e40d9478ec11758097e64d693c</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -193,14 +193,14 @@
   <act:parent type="new">a7ab23dd2d41616042034d5a012a0850</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Salário</act:name>
+  <act:name>Salário</act:name>
   <act:id type="new">a750b99cb8487a5e47daedcd3a69fe85</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Salário</act:description>
+  <act:description>Salário</act:description>
   <act:parent type="new">a7ab23dd2d41616042034d5a012a0850</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -226,14 +226,14 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Automóvel</act:name>
+  <act:name>Automóvel</act:name>
   <act:id type="new">56df186f1ce6114ddca7b9e5d03af390</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Automóvel</act:description>
+  <act:description>Automóvel</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -248,14 +248,14 @@
   <act:parent type="new">56df186f1ce6114ddca7b9e5d03af390</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Combustível</act:name>
+  <act:name>Combustível</act:name>
   <act:id type="new">e64b5eecf86ce4e27a64c477a4c77477</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Combustível</act:description>
+  <act:description>Combustível</act:description>
   <act:parent type="new">56df186f1ce6114ddca7b9e5d03af390</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -270,25 +270,25 @@
   <act:parent type="new">56df186f1ce6114ddca7b9e5d03af390</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Reparos e Manutenção</act:name>
+  <act:name>Reparos e Manutenção</act:name>
   <act:id type="new">665dd78f0cc75dd331f556949337de68</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Reparos e Manutenção</act:description>
+  <act:description>Reparos e Manutenção</act:description>
   <act:parent type="new">56df186f1ce6114ddca7b9e5d03af390</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Taxas Bancárias</act:name>
+  <act:name>Taxas Bancárias</act:name>
   <act:id type="new">fb6c8e25a50737e70fffde432a2355ee</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Taxas Bancárias</act:description>
+  <act:description>Taxas Bancárias</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -314,25 +314,25 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Doações</act:name>
+  <act:name>Doações</act:name>
   <act:id type="new">ec8eec3d46c69aa861fda836e11346c0</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Doações</act:description>
+  <act:description>Doações</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Vestuário</act:name>
+  <act:name>Vestuário</act:name>
   <act:id type="new">c27a040a73eac2688d85d29b5b5309c8</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Vestuário</act:description>
+  <act:description>Vestuário</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -347,47 +347,47 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Refeições Fora</act:name>
+  <act:name>Refeições Fora</act:name>
   <act:id type="new">0a59a3347e4ff02b862de41ef59d7351</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Refeições Fora</act:description>
+  <act:description>Refeições Fora</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Educação</act:name>
+  <act:name>Educação</act:name>
   <act:id type="new">5b5ac050529b0f553752babe4a6a35d2</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Educação</act:description>
+  <act:description>Educação</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Diversão</act:name>
+  <act:name>Diversão</act:name>
   <act:id type="new">0ebd1d5f40d9e9e8bb1a4bf539650dd1</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Diversão</act:description>
+  <act:description>Diversão</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Música/Cinema</act:name>
+  <act:name>Música/Cinema</act:name>
   <act:id type="new">4570ea8f4ac5cbd7d8927c905f0978ae</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Música/Cinema</act:description>
+  <act:description>Música/Cinema</act:description>
   <act:parent type="new">0ebd1d5f40d9e9e8bb1a4bf539650dd1</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -457,25 +457,25 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Seguro Automóvel</act:name>
+  <act:name>Seguro Automóvel</act:name>
   <act:id type="new">cd72695526906a15ba1a1d9a7680b8e7</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Seguro Automóvel</act:description>
+  <act:description>Seguro Automóvel</act:description>
   <act:parent type="new">5bda5ff833bc395dc1b00f95c66ce555</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Seguro Saúde</act:name>
+  <act:name>Seguro Saúde</act:name>
   <act:id type="new">d80613194a52340c9e5eb62e853c72cf</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Seguro Saúde</act:description>
+  <act:description>Seguro Saúde</act:description>
   <act:parent type="new">5bda5ff833bc395dc1b00f95c66ce555</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -501,14 +501,14 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Despesas com Saúde</act:name>
+  <act:name>Despesas com Saúde</act:name>
   <act:id type="new">62752930dd1b2b4c90c6d198bd2ff33f</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Despesas com Saúde</act:description>
+  <act:description>Despesas com Saúde</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -545,14 +545,14 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Transportes Públicos</act:name>
+  <act:name>Transportes Públicos</act:name>
   <act:id type="new">64aa760163c7768518e49a104d1c171f</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Transportes Públicos</act:description>
+  <act:description>Transportes Públicos</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -567,14 +567,14 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Material de Escritório</act:name>
+  <act:name>Material de Escritório</act:name>
   <act:id type="new">e2b34f49d4cf916cf4d45525e1e7319d</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Material de Escritório</act:description>
+  <act:description>Material de Escritório</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -633,14 +633,14 @@
   <act:parent type="new">2c53a8a0c8b36f7de3f4052653886c2b</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Serviços</act:name>
+  <act:name>Serviços</act:name>
   <act:id type="new">57635fa5f71dee8ffc207c277250e773</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Serviços</act:description>
+  <act:description>Serviços</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -655,36 +655,36 @@
   <act:parent type="new">57635fa5f71dee8ffc207c277250e773</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Gás</act:name>
+  <act:name>Gás</act:name>
   <act:id type="new">dcc33ce7edf402e327318aa1890d35ea</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Gás</act:description>
+  <act:description>Gás</act:description>
   <act:parent type="new">57635fa5f71dee8ffc207c277250e773</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Água</act:name>
+  <act:name>Água</act:name>
   <act:id type="new">8cdc91b733444f9f0dfae9773b8f408c</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Água</act:description>
+  <act:description>Água</act:description>
   <act:parent type="new">57635fa5f71dee8ffc207c277250e773</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Líquido</act:name>
+  <act:name>Líquido</act:name>
   <act:id type="new">3ab6a6d97b216c11333e48aa2b749a91</act:id>
   <act:type>EQUITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Líquido</act:description>
+  <act:description>Líquido</act:description>
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/pt_BR/acctchrt_currency.gnucash-xea b/accounts/pt_BR/acctchrt_currency.gnucash-xea
index fd859a9..f1b461c 100644
--- a/accounts/pt_BR/acctchrt_currency.gnucash-xea
+++ b/accounts/pt_BR/acctchrt_currency.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Conta de Conversão Monetária
+      Conta de Conversão Monetária
     </gnc-act:title>
     <gnc-act:short-description>
       Conta para converter e transacionar em moeda estrangeira
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deverá selecionar este conjunto de contas se converter em moedas estrangeiras.
+    Deverá selecionar este conjunto de contas se converter em moedas estrangeiras.
 
     Nota: conta encontra-se em BRL; edite a conta para alterar a moeda.
   </gnc-act:long-description>    
@@ -40,14 +40,14 @@
   <act:parent type="new">b3c65be1c5d163746ddc0c506f3f4619</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Conversão de Moeda</act:name>
+  <act:name>Conversão de Moeda</act:name>
   <act:id type="new">9206632307989cb5b244ad5da5d3131b</act:id>
   <act:type>CURRENCY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Conversão de Moeda</act:description>
+  <act:description>Conversão de Moeda</act:description>
   <act:parent type="new">d9c796b35784533aee4309e28a3cbfc5</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/pt_BR/acctchrt_eduloan.gnucash-xea b/accounts/pt_BR/acctchrt_eduloan.gnucash-xea
index 3c38933..2684f14 100644
--- a/accounts/pt_BR/acctchrt_eduloan.gnucash-xea
+++ b/accounts/pt_BR/acctchrt_eduloan.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Crédito Educativo
+      Crédito Educativo
     </gnc-act:title>
     <gnc-act:short-description>
-      Contas para empréstimos para estudos e juros associados
+      Contas para empréstimos para estudos e juros associados
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deverá selecionar este conjunto de contas se possuir um crédito educativo (empréstimo para educação, juros do empréstimo para educação).
+    Deverá selecionar este conjunto de contas se possuir um crédito educativo (empréstimo para educação, juros do empréstimo para educação).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -27,25 +27,25 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Empréstimos</act:name>
+  <act:name>Empréstimos</act:name>
   <act:id type="new">c3219e37044b0531d66a7b64433b026d</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Empréstimos</act:description>
+  <act:description>Empréstimos</act:description>
   <act:parent type="new">4e7e8e39487ad4aba0b62c2232c577c5</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Crédito Educativo</act:name>
+  <act:name>Crédito Educativo</act:name>
   <act:id type="new">ddeba367199bd025e00420a19d6f9ae4</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Crédito Educativo</act:description>
+  <act:description>Crédito Educativo</act:description>
   <act:parent type="new">c3219e37044b0531d66a7b64433b026d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -71,14 +71,14 @@
   <act:parent type="new">fdbf47b39f70e8818f325eee7931039a</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Juros do Crédito Educativo</act:name>
+  <act:name>Juros do Crédito Educativo</act:name>
   <act:id type="new">04e3d970dc60d3920f40b93fce8924a2</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Juros do Crédito Educativo</act:description>
+  <act:description>Juros do Crédito Educativo</act:description>
   <act:parent type="new">1cfcd30ea97b954ffb550ab87d561033</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/pt_BR/acctchrt_fixedassets.gnucash-xea b/accounts/pt_BR/acctchrt_fixedassets.gnucash-xea
index a134a81..bce9424 100644
--- a/accounts/pt_BR/acctchrt_fixedassets.gnucash-xea
+++ b/accounts/pt_BR/acctchrt_fixedassets.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Ativo Fixo
@@ -7,7 +7,7 @@
       Contas para registar ativos fixos
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deverá selecionar este conjunto de contas se tiver ativos fixos (casa, automóvel, casa de férias, outros ativos).
+    Deverá selecionar este conjunto de contas se tiver ativos fixos (casa, automóvel, casa de férias, outros ativos).
   </gnc-act:long-description>
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -60,14 +60,14 @@
   <act:parent type="new">9b171f77000bf68dd1ebbaf58336656d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Automóvel</act:name>
+  <act:name>Automóvel</act:name>
   <act:id type="new">5913089ffc36df6f0a5d96a5d7a444c0</act:id>
   <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Automóvel</act:description>
+  <act:description>Automóvel</act:description>
   <act:parent type="new">9b171f77000bf68dd1ebbaf58336656d</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/pt_BR/acctchrt_homeloan.gnucash-xea b/accounts/pt_BR/acctchrt_homeloan.gnucash-xea
index 251cd6a..0176d7c 100644
--- a/accounts/pt_BR/acctchrt_homeloan.gnucash-xea
+++ b/accounts/pt_BR/acctchrt_homeloan.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Empréstimo para Habitação
+      Empréstimo para Habitação
     </gnc-act:title>
     <gnc-act:short-description>
-     Contas para empréstimo de habitação e juros associados 
+     Contas para empréstimo de habitação e juros associados 
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deverá selecionar este conjunto de contas caso tenha contraido um empréstimo para habitação (emprétimo habitação, juro do empréstimo).
+    Deverá selecionar este conjunto de contas caso tenha contraido um empréstimo para habitação (emprétimo habitação, juro do empréstimo).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -27,25 +27,25 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Empréstimos</act:name>
+  <act:name>Empréstimos</act:name>
   <act:id type="new">2e6e2d91551cff7b1fd8d6eb34c12117</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Empréstimos</act:description>
+  <act:description>Empréstimos</act:description>
   <act:parent type="new">6664763bd1ea41462cba5ef856d9c00c</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Empréstimo Habitação</act:name>
+  <act:name>Empréstimo Habitação</act:name>
   <act:id type="new">4df1b393c218d9047dd22d33d2737e83</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Empréstimo Habitação</act:description>
+  <act:description>Empréstimo Habitação</act:description>
   <act:parent type="new">2e6e2d91551cff7b1fd8d6eb34c12117</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -71,14 +71,14 @@
   <act:parent type="new">2f076f5ae073173a11d33420cd39fa4d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Juros Empréstimo</act:name>
+  <act:name>Juros Empréstimo</act:name>
   <act:id type="new">c1e23fa813d3c8c4a8ea1228a7615b79</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Juros Empréstimo</act:description>
+  <act:description>Juros Empréstimo</act:description>
   <act:parent type="new">3dc58d8a51b5deaa22e0c65d81e90346</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/pt_BR/acctchrt_homeown.gnucash-xea b/accounts/pt_BR/acctchrt_homeown.gnucash-xea
index 0297b89..9fc9a60 100644
--- a/accounts/pt_BR/acctchrt_homeown.gnucash-xea
+++ b/accounts/pt_BR/acctchrt_homeown.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Despesas da Casa
     </gnc-act:title>
     <gnc-act:short-description>
-      Despesas associadas à posse de uma habitação
+      Despesas associadas à posse de uma habitação
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deverá selecionar este conjunto de contas caso possua uma habitação própria. Este conjunto disponibiliza um grupo de contas para acompanhar despesas da casa (seguro, impostos, reparos).
+    Deverá selecionar este conjunto de contas caso possua uma habitação própria. Este conjunto disponibiliza um grupo de contas para acompanhar despesas da casa (seguro, impostos, reparos).
   </gnc-act:long-description>
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
diff --git a/accounts/pt_BR/acctchrt_otherloan.gnucash-xea b/accounts/pt_BR/acctchrt_otherloan.gnucash-xea
index 92a6f04..f470063 100644
--- a/accounts/pt_BR/acctchrt_otherloan.gnucash-xea
+++ b/accounts/pt_BR/acctchrt_otherloan.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Outros Empréstimos
+      Outros Empréstimos
     </gnc-act:title>
     <gnc-act:short-description>
-      Contas para controlar outros empréstimos e juros associados
+      Contas para controlar outros empréstimos e juros associados
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deverá selecionar este conjunto de contas se tiver empréstimo em geral (outro empréstimo, juros do outro empréstimo).
+    Deverá selecionar este conjunto de contas se tiver empréstimo em geral (outro empréstimo, juros do outro empréstimo).
   </gnc-act:long-description>
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -27,25 +27,25 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Empréstimos</act:name>
+  <act:name>Empréstimos</act:name>
   <act:id type="new">b5624a9d1a1b797b87b815774faccfe4</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Empréstimos</act:description>
+  <act:description>Empréstimos</act:description>
   <act:parent type="new">8ec79e80d9abf58d78ce3129d3fe3365</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Outros Empréstimo</act:name>
+  <act:name>Outros Empréstimo</act:name>
   <act:id type="new">eb79670a4c9b0faab87485b7b2a4abe4</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Outros Empréstimo</act:description>
+  <act:description>Outros Empréstimo</act:description>
   <act:parent type="new">b5624a9d1a1b797b87b815774faccfe4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/pt_BR/acctchrt_renter.gnucash-xea b/accounts/pt_BR/acctchrt_renter.gnucash-xea
index 7e9577b..b7e5f02 100644
--- a/accounts/pt_BR/acctchrt_renter.gnucash-xea
+++ b/accounts/pt_BR/acctchrt_renter.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Despesas de Aluguel
@@ -7,7 +7,7 @@
       Despesas associadas com uma casa alugada
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deverá selecionar este conjunto de contas caso tenha uma casa alugada (renda).
+    Deverá selecionar este conjunto de contas caso tenha uma casa alugada (renda).
   </gnc-act:long-description>
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
diff --git a/accounts/pt_BR/acctchrt_retiremt.gnucash-xea b/accounts/pt_BR/acctchrt_retiremt.gnucash-xea
index a793998..5a7dc93 100644
--- a/accounts/pt_BR/acctchrt_retiremt.gnucash-xea
+++ b/accounts/pt_BR/acctchrt_retiremt.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Contas de Aposentadoria
@@ -7,7 +7,7 @@
       Contas de aposentadoria com subcontas de investimentos relacionados
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deverá selecionar este conjunto de contas caso tenha contas de aposentadoria (ações, obrigações, fundos de investimento, fundos de índices).
+    Deverá selecionar este conjunto de contas caso tenha contas de aposentadoria (ações, obrigações, fundos de investimento, fundos de índices).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -49,42 +49,42 @@
   <act:slots>
     <slot>
       <slot:key>notas</slot:key>
-      <slot:value type="string">fundo de pensões ou outra aposentadoria</slot:value>
+      <slot:value type="string">fundo de pensões ou outra aposentadoria</slot:value>
     </slot>
   </act:slots>
   <act:parent type="new">64cf99f6bafe0a539a5941ea713bdfcd</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Obrigações</act:name>
+  <act:name>Obrigações</act:name>
   <act:id type="new">9053199c1da747555d12272f48c719fd</act:id>
   <act:type>STOCK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Obrigações</act:description>
+  <act:description>Obrigações</act:description>
   <act:parent type="new">4173f3047238f4b5595b11d6161b2f48</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Ações</act:name>
+  <act:name>Ações</act:name>
   <act:id type="new">9bf53e9580991e323b297999fddff988</act:id>
   <act:type>STOCK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Ações</act:description>
+  <act:description>Ações</act:description>
   <act:parent type="new">4173f3047238f4b5595b11d6161b2f48</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Índice de Mercado</act:name>
+  <act:name>Índice de Mercado</act:name>
   <act:id type="new">2326b032fe4e8f434159310fccf17091</act:id>
   <act:type>MUTUAL</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Índice de Mercado</act:description>
+  <act:description>Índice de Mercado</act:description>
   <act:parent type="new">4173f3047238f4b5595b11d6161b2f48</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/pt_BR/acctchrt_spouseinc.gnucash-xea b/accounts/pt_BR/acctchrt_spouseinc.gnucash-xea
index d3143ce..ea29f31 100644
--- a/accounts/pt_BR/acctchrt_spouseinc.gnucash-xea
+++ b/accounts/pt_BR/acctchrt_spouseinc.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Receitas do Cônjuge
+      Receitas do Cônjuge
     </gnc-act:title>
     <gnc-act:short-description>
-     Contas para registar separadamente as receitas do cônjuge
+     Contas para registar separadamente as receitas do cônjuge
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deverá selecionar este conjunto de contas caso tenha um cônjuge que tenha emprego (salário, impostos).
+    Deverá selecionar este conjunto de contas caso tenha um cônjuge que tenha emprego (salário, impostos).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -27,25 +27,25 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Salário (Cônjuge)</act:name>
+  <act:name>Salário (Cônjuge)</act:name>
   <act:id type="new">7c4495ff132d100b0aa339ce683200dd</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Salário (Cônjuge)</act:description>
+  <act:description>Salário (Cônjuge)</act:description>
   <act:parent type="new">b4fadf6188d7f1ae7e7aa4fa27f5cc95</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Impostos (Cônjuge)</act:name>
+  <act:name>Impostos (Cônjuge)</act:name>
   <act:id type="new">3cd0ca7d6b0e5f44e4cde2851c3ff387</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Impostos (Cônjuge)</act:description>
+  <act:description>Impostos (Cônjuge)</act:description>
   <act:parent type="new">b4fadf6188d7f1ae7e7aa4fa27f5cc95</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -60,14 +60,14 @@
   <act:parent type="new">3cd0ca7d6b0e5f44e4cde2851c3ff387</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Seguro Saúde</act:name>
+  <act:name>Seguro Saúde</act:name>
   <act:id type="new">eba0c095658c7c3a4f4294db9c7392f3</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Seguro Saúde</act:description>
+  <act:description>Seguro Saúde</act:description>
   <act:parent type="new">3cd0ca7d6b0e5f44e4cde2851c3ff387</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/pt_BR/acctchrt_spouseretire.gnucash-xea b/accounts/pt_BR/acctchrt_spouseretire.gnucash-xea
index 6a1c374..fdb57ff 100644
--- a/accounts/pt_BR/acctchrt_spouseretire.gnucash-xea
+++ b/accounts/pt_BR/acctchrt_spouseretire.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Contas de Aposentadoria do Cônjuge
+      Contas de Aposentadoria do Cônjuge
     </gnc-act:title>
     <gnc-act:short-description>
-     Conta de aposentadoria com contas de investimentos relacionadas para o cônjuge
+     Conta de aposentadoria com contas de investimentos relacionadas para o cônjuge
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Deverá selecionar este conjunto de contas se tiver investimentos em nome do cônjuge (ações, obrigações, fundos de investimento, fundos de índices, juros, dividendos).
+    Deverá selecionar este conjunto de contas se tiver investimentos em nome do cônjuge (ações, obrigações, fundos de investimento, fundos de índices, juros, dividendos).
   </gnc-act:long-description>
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -38,53 +38,53 @@
   <act:parent type="new">96d9b17add59eb4c7edec7ed241af755</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Aposentadoria do Cônjuge</act:name>
+  <act:name>Aposentadoria do Cônjuge</act:name>
   <act:id type="new">4426b41837adc284f96b291c31022844</act:id>
   <act:type>BANK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Aposentadoria do Cônjuge</act:description>
+  <act:description>Aposentadoria do Cônjuge</act:description>
   <act:slots>
     <slot>
       <slot:key>notas</slot:key>
-      <slot:value type="string">Fundo de pensões ou outra aposentadoria</slot:value>
+      <slot:value type="string">Fundo de pensões ou outra aposentadoria</slot:value>
     </slot>
   </act:slots>
   <act:parent type="new">f46c9f777b1730c6b5f4a1faf9e31708</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Obrigações</act:name>
+  <act:name>Obrigações</act:name>
   <act:id type="new">c8e7c315502547e51bfdd5a70b5cdd2e</act:id>
   <act:type>STOCK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Obrigações</act:description>
+  <act:description>Obrigações</act:description>
   <act:parent type="new">4426b41837adc284f96b291c31022844</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Ações</act:name>
+  <act:name>Ações</act:name>
   <act:id type="new">b8838eb77b9603e035e1f7b440d468ae</act:id>
   <act:type>STOCK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Ações</act:description>
+  <act:description>Ações</act:description>
   <act:parent type="new">4426b41837adc284f96b291c31022844</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Índice de Mercado</act:name>
+  <act:name>Índice de Mercado</act:name>
   <act:id type="new">0ec1a5b402ceea10d95445a2b31c41a1</act:id>
   <act:type>MUTUAL</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>BRL</cmdty:id>
   </act:commodity>
-  <act:description>Índice de Mercado</act:description>
+  <act:description>Índice de Mercado</act:description>
   <act:parent type="new">4426b41837adc284f96b291c31022844</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/pt_PT/acctchrt_brokerage.gnucash-xea b/accounts/pt_PT/acctchrt_brokerage.gnucash-xea
index 1067f0a..7a062ca 100644
--- a/accounts/pt_PT/acctchrt_brokerage.gnucash-xea
+++ b/accounts/pt_PT/acctchrt_brokerage.gnucash-xea
@@ -1,14 +1,14 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
      Conta de Investimentos
     </gnc-act:title>
     <gnc-act:short-description>
       Conta de corretagem com contas de investimentos relacionados
-        (acções, obrigações, fundos de investimento, fundos de índices, juros, dividendos)
+        (acções, obrigações, fundos de investimento, fundos de índices, juros, dividendos)
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Você desejará seleccionar este conjunto de acções caso possua investimentos (acções, obrigações, fundos de investimento, fundos de índices, juros, dividendos).
+    Você desejará seleccionar este conjunto de acções caso possua investimentos (acções, obrigações, fundos de investimento, fundos de índices, juros, dividendos).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -50,36 +50,36 @@
   <act:parent type="new">7ff59d92615cce4d8388d7e179ee3ff6</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Obrigação</act:name>
+  <act:name>Obrigação</act:name>
   <act:id type="new">8196bf0015c25f501338f07a87c512d8</act:id>
   <act:type>STOCK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Obrigação</act:description>
+  <act:description>Obrigação</act:description>
   <act:parent type="new">f15ec9568727f08a5ebd8f3e66483876</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Acção</act:name>
+  <act:name>Acção</act:name>
   <act:id type="new">7d7db9bed07f21fc0b1f50674702aff0</act:id>
   <act:type>STOCK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Acção</act:description>
+  <act:description>Acção</act:description>
   <act:parent type="new">f15ec9568727f08a5ebd8f3e66483876</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Índice de Mercado</act:name>
+  <act:name>Índice de Mercado</act:name>
   <act:id type="new">fe9db8a7eedf2990e9846f634a922143</act:id>
   <act:type>MUTUAL</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Índice de Mercado</act:description>
+  <act:description>Índice de Mercado</act:description>
   <act:parent type="new">f15ec9568727f08a5ebd8f3e66483876</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -127,14 +127,14 @@
   <act:parent type="new">9da3c880bd04b9db49eb7f5b06403bda</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Juros de Obigações</act:name>
+  <act:name>Juros de Obigações</act:name>
   <act:id type="new">8ceb4752a11e2d342b9009b343fdba38</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Juros de Obigações</act:description>
+  <act:description>Juros de Obigações</act:description>
   <act:parent type="new">7943bc59ffbb9a7be4afcd2996147119</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -149,14 +149,14 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Comissões</act:name>
+  <act:name>Comissões</act:name>
   <act:id type="new">77fdffddc79c662c93c482cefa5a4744</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Comissões</act:description>
+  <act:description>Comissões</act:description>
   <act:parent type="new">6de23244232785031501171abcc1d4aa</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/pt_PT/acctchrt_carloan.gnucash-xea b/accounts/pt_PT/acctchrt_carloan.gnucash-xea
index 6d74983..da98799 100644
--- a/accounts/pt_PT/acctchrt_carloan.gnucash-xea
+++ b/accounts/pt_PT/acctchrt_carloan.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Empréstimo para Automóvel
+      Empréstimo para Automóvel
     </gnc-act:title>
     <gnc-act:short-description>
-      Contas para empréstimo para automóvel e juros associados
+      Contas para empréstimo para automóvel e juros associados
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Você desejará seleccionar este conjunto de contas caso tenha um empréstimo para automóvel (empréstimo para automóvel, juro do empréstimo).
+    Você desejará seleccionar este conjunto de contas caso tenha um empréstimo para automóvel (empréstimo para automóvel, juro do empréstimo).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -27,25 +27,25 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Empréstimos</act:name>
+  <act:name>Empréstimos</act:name>
   <act:id type="new">023e2343114b3d695feaeb96904e0da6</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Empréstimos</act:description>
+  <act:description>Empréstimos</act:description>
   <act:parent type="new">33a326fe16ae360f777a94b3f5bdfbdc</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Empréstimo Automóvel</act:name>
+  <act:name>Empréstimo Automóvel</act:name>
   <act:id type="new">3e5f44fd7bfaa9cae737a4113a749e36</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Empréstimo Automóvel</act:description>
+  <act:description>Empréstimo Automóvel</act:description>
   <act:parent type="new">023e2343114b3d695feaeb96904e0da6</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -71,14 +71,14 @@
   <act:parent type="new">acacdcb998e45fb741766622e8542f0b</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Juro Empréstimo Automóvel</act:name>
+  <act:name>Juro Empréstimo Automóvel</act:name>
   <act:id type="new">e9bd8477e27361238d2f53c4fe7594ab</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Juro Empréstimo Automóvel</act:description>
+  <act:description>Juro Empréstimo Automóvel</act:description>
   <act:parent type="new">9e8495e80ebfb762089be917dff7ab72</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/pt_PT/acctchrt_cdmoneymkt.gnucash-xea b/accounts/pt_PT/acctchrt_cdmoneymkt.gnucash-xea
index 23951cc..5e114a4 100644
--- a/accounts/pt_PT/acctchrt_cdmoneymkt.gnucash-xea
+++ b/accounts/pt_PT/acctchrt_cdmoneymkt.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Depósitos a Prazo e Mercado Monetário
+      Depósitos a Prazo e Mercado Monetário
     </gnc-act:title>
     <gnc-act:short-description>
-     Contas para Depósitos a Prazo e investimentos no mercado monetário
+     Contas para Depósitos a Prazo e investimentos no mercado monetário
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Desejará utilizar este conjunto de contas caso tenha depósitos a prazo ou contas no mercado financeiro (DP, Juros DP, mercado monetário, juro mercado monetário).
+    Desejará utilizar este conjunto de contas caso tenha depósitos a prazo ou contas no mercado financeiro (DP, Juros DP, mercado monetário, juro mercado monetário).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -49,14 +49,14 @@
   <act:parent type="new">1880e89ec9fe82622b8648df481dd2b7</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Mercado Monetário</act:name>
+  <act:name>Mercado Monetário</act:name>
   <act:id type="new">3a01e5b0132ba26803b49732a3242654</act:id>
   <act:type>BANK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Mercado Monetário</act:description>
+  <act:description>Mercado Monetário</act:description>
   <act:parent type="new">1880e89ec9fe82622b8648df481dd2b7</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -93,14 +93,14 @@
   <act:parent type="new">fd131cae797d1fb83c2e2bf57254eca5</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Juros do Mercado Monetário</act:name>
+  <act:name>Juros do Mercado Monetário</act:name>
   <act:id type="new">dc537946f39e84ccef7ce38f016249af</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Juros do Mercado Monetário</act:description>
+  <act:description>Juros do Mercado Monetário</act:description>
   <act:parent type="new">fd131cae797d1fb83c2e2bf57254eca5</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/pt_PT/acctchrt_childcare.gnucash-xea b/accounts/pt_PT/acctchrt_childcare.gnucash-xea
index 616b607..862c11f 100644
--- a/accounts/pt_PT/acctchrt_childcare.gnucash-xea
+++ b/accounts/pt_PT/acctchrt_childcare.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Despesas de Cuidados Infantís
+      Despesas de Cuidados Infantís
     </gnc-act:title>
     <gnc-act:short-description>
-      Uma conta para acompanhar despesas com cuidados infantís
+      Uma conta para acompanhar despesas com cuidados infantís
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Desejará seleccionar este conjunto de contas caso tenha despesas com crianças.
+    Desejará seleccionar este conjunto de contas caso tenha despesas com crianças.
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -27,14 +27,14 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Cuidados Infantís</act:name>
+  <act:name>Cuidados Infantís</act:name>
   <act:id type="new">8999739a6bfc46088a3ea5ec45e5f8a4</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Cuidados Infantís</act:description>
+  <act:description>Cuidados Infantís</act:description>
   <act:parent type="new">ee8238ee2c2ce590160761df09b99b72</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/pt_PT/acctchrt_common.gnucash-xea b/accounts/pt_PT/acctchrt_common.gnucash-xea
index 2c7ce3c..0906dcb 100644
--- a/accounts/pt_PT/acctchrt_common.gnucash-xea
+++ b/accounts/pt_PT/acctchrt_common.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Contas Comuns
@@ -7,7 +7,7 @@
       Um conjunto simples com as contas mais utilizadas
     </gnc-act:short-description>
     <gnc-act:long-description>
-    A maioria dos utilizadores desejará seleccionar este conjunto de contas.  Inclui as contas mais utilizadas (dep. ordem, prazo, dinheiro, cartão crédito, receitas, despesas comuns).
+    A maioria dos utilizadores desejará seleccionar este conjunto de contas.  Inclui as contas mais utilizadas (dep. ordem, prazo, dinheiro, cartão crédito, receitas, despesas comuns).
   </gnc-act:long-description>    
   <gnc-act:start-selected>1</gnc-act:start-selected>
 <gnc:account version="2.0.0">
@@ -39,14 +39,14 @@
   <act:parent type="new">98f262dfab9a2b99ac42919dcf58d304</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Conta à Ordem</act:name>
+  <act:name>Conta à Ordem</act:name>
   <act:id type="new">b477aa9e0d4eb67c34e1e35903fb3f99</act:id>
   <act:type>BANK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Conta à Ordem</act:description>
+  <act:description>Conta à Ordem</act:description>
   <act:parent type="new">a1dd5f225156f110689c204fefded0ab</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -94,14 +94,14 @@
   <act:parent type="new">19a911feed9b41b8b01be036a2aed9fe</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Cartão de Crédito</act:name>
+  <act:name>Cartão de Crédito</act:name>
   <act:id type="new">efc3caac2619666c53e6e27f02d5e716</act:id>
   <act:type>CREDIT</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Cartão de Crédito</act:description>
+  <act:description>Cartão de Crédito</act:description>
   <act:parent type="new">a8186db64d71dc2ca5fdccb3234b531b</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -116,14 +116,14 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Bónus</act:name>
+  <act:name>Bónus</act:name>
   <act:id type="new">59b72cd943a2ca6f077748bba9a942cd</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Bónus</act:description>
+  <act:description>Bónus</act:description>
   <act:parent type="new">a7ab23dd2d41616042034d5a012a0850</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -193,14 +193,14 @@
   <act:parent type="new">a7ab23dd2d41616042034d5a012a0850</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Salário</act:name>
+  <act:name>Salário</act:name>
   <act:id type="new">a750b99cb8487a5e47daedcd3a69fe85</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Salário</act:description>
+  <act:description>Salário</act:description>
   <act:parent type="new">a7ab23dd2d41616042034d5a012a0850</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -226,14 +226,14 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Automóvel</act:name>
+  <act:name>Automóvel</act:name>
   <act:id type="new">56df186f1ce6114ddca7b9e5d03af390</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Automóvel</act:description>
+  <act:description>Automóvel</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -270,25 +270,25 @@
   <act:parent type="new">56df186f1ce6114ddca7b9e5d03af390</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Reparações e Manutenção</act:name>
+  <act:name>Reparações e Manutenção</act:name>
   <act:id type="new">665dd78f0cc75dd331f556949337de68</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Reparações e Manutenção</act:description>
+  <act:description>Reparações e Manutenção</act:description>
   <act:parent type="new">56df186f1ce6114ddca7b9e5d03af390</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Comissões Bancárias</act:name>
+  <act:name>Comissões Bancárias</act:name>
   <act:id type="new">fb6c8e25a50737e70fffde432a2355ee</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Comissões Bancárias</act:description>
+  <act:description>Comissões Bancárias</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -303,14 +303,14 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Televisão por Cabo</act:name>
+  <act:name>Televisão por Cabo</act:name>
   <act:id type="new">a1393344fb199f08f751ac3154694e87</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Televisão por Cabo</act:description>
+  <act:description>Televisão por Cabo</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -347,25 +347,25 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Refeições Fora</act:name>
+  <act:name>Refeições Fora</act:name>
   <act:id type="new">0a59a3347e4ff02b862de41ef59d7351</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Refeições Fora</act:description>
+  <act:description>Refeições Fora</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Educação</act:name>
+  <act:name>Educação</act:name>
   <act:id type="new">5b5ac050529b0f553752babe4a6a35d2</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Educação</act:description>
+  <act:description>Educação</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -380,14 +380,14 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Música/Cinema</act:name>
+  <act:name>Música/Cinema</act:name>
   <act:id type="new">4570ea8f4ac5cbd7d8927c905f0978ae</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Música/Cinema</act:description>
+  <act:description>Música/Cinema</act:description>
   <act:parent type="new">0ebd1d5f40d9e9e8bb1a4bf539650dd1</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -457,25 +457,25 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Seguro Automóvel</act:name>
+  <act:name>Seguro Automóvel</act:name>
   <act:id type="new">cd72695526906a15ba1a1d9a7680b8e7</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Seguro Automóvel</act:description>
+  <act:description>Seguro Automóvel</act:description>
   <act:parent type="new">5bda5ff833bc395dc1b00f95c66ce555</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Seguro Saúde</act:name>
+  <act:name>Seguro Saúde</act:name>
   <act:id type="new">d80613194a52340c9e5eb62e853c72cf</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Seguro Saúde</act:description>
+  <act:description>Seguro Saúde</act:description>
   <act:parent type="new">5bda5ff833bc395dc1b00f95c66ce555</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -501,14 +501,14 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Despesas com Saúde</act:name>
+  <act:name>Despesas com Saúde</act:name>
   <act:id type="new">62752930dd1b2b4c90c6d198bd2ff33f</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Despesas com Saúde</act:description>
+  <act:description>Despesas com Saúde</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -523,14 +523,14 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Serviços Internet</act:name>
+  <act:name>Serviços Internet</act:name>
   <act:id type="new">2170a1a631cc3b6fc32813fa49a12f77</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Serviços Internet</act:description>
+  <act:description>Serviços Internet</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -545,14 +545,14 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Transportes Públicos</act:name>
+  <act:name>Transportes Públicos</act:name>
   <act:id type="new">64aa760163c7768518e49a104d1c171f</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Transportes Públicos</act:description>
+  <act:description>Transportes Públicos</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -567,14 +567,14 @@
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Mat. Escritório</act:name>
+  <act:name>Mat. Escritório</act:name>
   <act:id type="new">e2b34f49d4cf916cf4d45525e1e7319d</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Mat. Escritório</act:description>
+  <act:description>Mat. Escritório</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -600,14 +600,14 @@
   <act:parent type="new">2c53a8a0c8b36f7de3f4052653886c2b</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Seguro Saúde</act:name>
+  <act:name>Seguro Saúde</act:name>
   <act:id type="new">0785932c5de43e814659420762c9b577</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Seguro Saúde</act:description>
+  <act:description>Seguro Saúde</act:description>
   <act:parent type="new">2c53a8a0c8b36f7de3f4052653886c2b</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -622,14 +622,14 @@
   <act:parent type="new">2c53a8a0c8b36f7de3f4052653886c2b</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Segurança Social</act:name>
+  <act:name>Segurança Social</act:name>
   <act:id type="new">c252f10f3d57dd05c500856164b1729e</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Segurança Social</act:description>
+  <act:description>Segurança Social</act:description>
   <act:parent type="new">2c53a8a0c8b36f7de3f4052653886c2b</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -644,14 +644,14 @@
   <act:parent type="new">2c53a8a0c8b36f7de3f4052653886c2b</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Serviços</act:name>
+  <act:name>Serviços</act:name>
   <act:id type="new">57635fa5f71dee8ffc207c277250e773</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Serviços</act:description>
+  <act:description>Serviços</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -666,25 +666,25 @@
   <act:parent type="new">57635fa5f71dee8ffc207c277250e773</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Gás</act:name>
+  <act:name>Gás</act:name>
   <act:id type="new">dcc33ce7edf402e327318aa1890d35ea</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Gás</act:description>
+  <act:description>Gás</act:description>
   <act:parent type="new">57635fa5f71dee8ffc207c277250e773</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Água</act:name>
+  <act:name>Água</act:name>
   <act:id type="new">8cdc91b733444f9f0dfae9773b8f408c</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Água</act:description>
+  <act:description>Água</act:description>
   <act:parent type="new">57635fa5f71dee8ffc207c277250e773</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/pt_PT/acctchrt_eduloan.gnucash-xea b/accounts/pt_PT/acctchrt_eduloan.gnucash-xea
index 4b87da1..9adb53d 100644
--- a/accounts/pt_PT/acctchrt_eduloan.gnucash-xea
+++ b/accounts/pt_PT/acctchrt_eduloan.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Empréstimo para Educação
+      Empréstimo para Educação
     </gnc-act:title>
     <gnc-act:short-description>
-      Contas para empréstimos para estudos e juros associados
+      Contas para empréstimos para estudos e juros associados
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Desejará seleccionar este conjunto de contas se possuir um empréstimo para educação (empréstimo para educação, juros do empréstimo para educação).
+    Desejará seleccionar este conjunto de contas se possuir um empréstimo para educação (empréstimo para educação, juros do empréstimo para educação).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -27,25 +27,25 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Empréstimos</act:name>
+  <act:name>Empréstimos</act:name>
   <act:id type="new">c3219e37044b0531d66a7b64433b026d</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Empréstimos</act:description>
+  <act:description>Empréstimos</act:description>
   <act:parent type="new">4e7e8e39487ad4aba0b62c2232c577c5</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Empréstimo para Educação</act:name>
+  <act:name>Empréstimo para Educação</act:name>
   <act:id type="new">ddeba367199bd025e00420a19d6f9ae4</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Empréstimo para Educação</act:description>
+  <act:description>Empréstimo para Educação</act:description>
   <act:parent type="new">c3219e37044b0531d66a7b64433b026d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -71,14 +71,14 @@
   <act:parent type="new">fdbf47b39f70e8818f325eee7931039a</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Juros do Empréstimo para Educação</act:name>
+  <act:name>Juros do Empréstimo para Educação</act:name>
   <act:id type="new">04e3d970dc60d3920f40b93fce8924a2</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Juros do Empréstimo para Educação</act:description>
+  <act:description>Juros do Empréstimo para Educação</act:description>
   <act:parent type="new">1cfcd30ea97b954ffb550ab87d561033</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/pt_PT/acctchrt_fixedassets.gnucash-xea b/accounts/pt_PT/acctchrt_fixedassets.gnucash-xea
index e1bd954..42957c4 100644
--- a/accounts/pt_PT/acctchrt_fixedassets.gnucash-xea
+++ b/accounts/pt_PT/acctchrt_fixedassets.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Imobilizado Corpóreo
+      Imobilizado Corpóreo
     </gnc-act:title>
     <gnc-act:short-description>
-      Contas para registar activos fixos de grandes dimensões
+      Contas para registar activos fixos de grandes dimensões
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Desejará seleccionar este conjunto de contas se tiver activos fixos de grandes dimensões (casa, automóvel, casa de férias, outros activos).
+    Desejará seleccionar este conjunto de contas se tiver activos fixos de grandes dimensões (casa, automóvel, casa de férias, outros activos).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -60,14 +60,14 @@
   <act:parent type="new">9b171f77000bf68dd1ebbaf58336656d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Automóvel</act:name>
+  <act:name>Automóvel</act:name>
   <act:id type="new">5913089ffc36df6f0a5d96a5d7a444c0</act:id>
   <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Automóvel</act:description>
+  <act:description>Automóvel</act:description>
   <act:parent type="new">9b171f77000bf68dd1ebbaf58336656d</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/pt_PT/acctchrt_homeloan.gnucash-xea b/accounts/pt_PT/acctchrt_homeloan.gnucash-xea
index ff821dc..4aeb252 100644
--- a/accounts/pt_PT/acctchrt_homeloan.gnucash-xea
+++ b/accounts/pt_PT/acctchrt_homeloan.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Empréstimo para Habitação
+      Empréstimo para Habitação
     </gnc-act:title>
     <gnc-act:short-description>
-     Contas para empréstimo de habitação e juros associados 
+     Contas para empréstimo de habitação e juros associados 
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Desejará seleccionar este conjunto de contas caso tenha contraido um empréstimo para habitação (emprétimo habitação, juro do empréstimo).
+    Desejará seleccionar este conjunto de contas caso tenha contraido um empréstimo para habitação (emprétimo habitação, juro do empréstimo).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -27,25 +27,25 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Empréstimos</act:name>
+  <act:name>Empréstimos</act:name>
   <act:id type="new">2e6e2d91551cff7b1fd8d6eb34c12117</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Empréstimos</act:description>
+  <act:description>Empréstimos</act:description>
   <act:parent type="new">6664763bd1ea41462cba5ef856d9c00c</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Empréstimo Habitação</act:name>
+  <act:name>Empréstimo Habitação</act:name>
   <act:id type="new">4df1b393c218d9047dd22d33d2737e83</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Empréstimo Habitação</act:description>
+  <act:description>Empréstimo Habitação</act:description>
   <act:parent type="new">2e6e2d91551cff7b1fd8d6eb34c12117</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -71,14 +71,14 @@
   <act:parent type="new">2f076f5ae073173a11d33420cd39fa4d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Juros Empréstimo</act:name>
+  <act:name>Juros Empréstimo</act:name>
   <act:id type="new">c1e23fa813d3c8c4a8ea1228a7615b79</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Juros Empréstimo</act:description>
+  <act:description>Juros Empréstimo</act:description>
   <act:parent type="new">3dc58d8a51b5deaa22e0c65d81e90346</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/pt_PT/acctchrt_homeown.gnucash-xea b/accounts/pt_PT/acctchrt_homeown.gnucash-xea
index 34e48c3..fcf3703 100644
--- a/accounts/pt_PT/acctchrt_homeown.gnucash-xea
+++ b/accounts/pt_PT/acctchrt_homeown.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Despesas da Casa
     </gnc-act:title>
     <gnc-act:short-description>
-      Despesas associadas à posse de uma habitação
+      Despesas associadas à posse de uma habitação
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Desejará seleccionar este conjunto de contas caso possua uma habitação própria. Este conjunto disponibiliza um grupo de contas para acompanhar despesas da casa (seguro, impostos, reparações).
+    Desejará seleccionar este conjunto de contas caso possua uma habitação própria. Este conjunto disponibiliza um grupo de contas para acompanhar despesas da casa (seguro, impostos, reparações).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -27,14 +27,14 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Reparações na Casa</act:name>
+  <act:name>Reparações na Casa</act:name>
   <act:id type="new">fa27de57090e107fa99fe1db53790f23</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Reparações na Casa</act:description>
+  <act:description>Reparações na Casa</act:description>
   <act:parent type="new">84732f5fdd27b6463d75bf958e3a4b06</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -71,14 +71,14 @@
   <act:parent type="new">84732f5fdd27b6463d75bf958e3a4b06</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Contribuição Autárquica</act:name>
+  <act:name>Contribuição Autárquica</act:name>
   <act:id type="new">3994b8f5a6a8b2a0a48126fa955e03f7</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Contribuição Autárquica</act:description>
+  <act:description>Contribuição Autárquica</act:description>
   <act:parent type="new">a931b8ffe2917ff9a069333623da96ca</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/pt_PT/acctchrt_otherloan.gnucash-xea b/accounts/pt_PT/acctchrt_otherloan.gnucash-xea
index f6a161e..569e9c0 100644
--- a/accounts/pt_PT/acctchrt_otherloan.gnucash-xea
+++ b/accounts/pt_PT/acctchrt_otherloan.gnucash-xea
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
-      Outros Empréstimos       
+      Outros Empréstimos       
     </gnc-act:title>
     <gnc-act:short-description>
-      Contas para controlar outros empréstimos e juros associados
+      Contas para controlar outros empréstimos e juros associados
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Desejará seleccionar este conjunto de contas se tiver outro empréstimo para além do crédito à habitação (outro empréstimo, juros do outro empréstimo).
+    Desejará seleccionar este conjunto de contas se tiver outro empréstimo para além do crédito à habitação (outro empréstimo, juros do outro empréstimo).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -27,25 +27,25 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Empréstimos</act:name>
+  <act:name>Empréstimos</act:name>
   <act:id type="new">b5624a9d1a1b797b87b815774faccfe4</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Empréstimos</act:description>
+  <act:description>Empréstimos</act:description>
   <act:parent type="new">8ec79e80d9abf58d78ce3129d3fe3365</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Outros Empréstimo</act:name>
+  <act:name>Outros Empréstimo</act:name>
   <act:id type="new">eb79670a4c9b0faab87485b7b2a4abe4</act:id>
   <act:type>LIABILITY</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Outros Empréstimo</act:description>
+  <act:description>Outros Empréstimo</act:description>
   <act:parent type="new">b5624a9d1a1b797b87b815774faccfe4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/pt_PT/acctchrt_renter.gnucash-xea b/accounts/pt_PT/acctchrt_renter.gnucash-xea
index 748c353..0823851 100644
--- a/accounts/pt_PT/acctchrt_renter.gnucash-xea
+++ b/accounts/pt_PT/acctchrt_renter.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Despesas de Aluguer
@@ -7,7 +7,7 @@
       Despesas associadas com uma casa alugada
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Desejará seleccionar este conjunto de contas caso tenha uma casa alugada (renda, seguro de arrendamento).
+    Desejará seleccionar este conjunto de contas caso tenha uma casa alugada (renda, seguro de arrendamento).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
diff --git a/accounts/pt_PT/acctchrt_retiremt.gnucash-xea b/accounts/pt_PT/acctchrt_retiremt.gnucash-xea
index e6cfc05..0170018 100644
--- a/accounts/pt_PT/acctchrt_retiremt.gnucash-xea
+++ b/accounts/pt_PT/acctchrt_retiremt.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Contas de Reforma
@@ -7,7 +7,7 @@
       Contas de reforma com subcontas de investimentos relacionados
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Você deverá querer seleccionar este conjunto de contas caso tenha contas de reforma (acções, obrigações, fundos de investimento, fundos de índices).
+    Você deverá querer seleccionar este conjunto de contas caso tenha contas de reforma (acções, obrigações, fundos de investimento, fundos de índices).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -49,42 +49,42 @@
   <act:slots>
     <slot>
       <slot:key>notas</slot:key>
-      <slot:value type="string">fundo de pensões ou outra reforma</slot:value>
+      <slot:value type="string">fundo de pensões ou outra reforma</slot:value>
     </slot>
   </act:slots>
   <act:parent type="new">64cf99f6bafe0a539a5941ea713bdfcd</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Obrigação</act:name>
+  <act:name>Obrigação</act:name>
   <act:id type="new">9053199c1da747555d12272f48c719fd</act:id>
   <act:type>STOCK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Obrigação</act:description>
+  <act:description>Obrigação</act:description>
   <act:parent type="new">4173f3047238f4b5595b11d6161b2f48</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Acção</act:name>
+  <act:name>Acção</act:name>
   <act:id type="new">9bf53e9580991e323b297999fddff988</act:id>
   <act:type>STOCK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Acção</act:description>
+  <act:description>Acção</act:description>
   <act:parent type="new">4173f3047238f4b5595b11d6161b2f48</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Índice de Mercado</act:name>
+  <act:name>Índice de Mercado</act:name>
   <act:id type="new">2326b032fe4e8f434159310fccf17091</act:id>
   <act:type>MUTUAL</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Índice de Mercado</act:description>
+  <act:description>Índice de Mercado</act:description>
   <act:parent type="new">4173f3047238f4b5595b11d6161b2f48</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/pt_PT/acctchrt_spouseinc.gnucash-xea b/accounts/pt_PT/acctchrt_spouseinc.gnucash-xea
index 735490c..cb18ef6 100644
--- a/accounts/pt_PT/acctchrt_spouseinc.gnucash-xea
+++ b/accounts/pt_PT/acctchrt_spouseinc.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Receitas da Esposa
@@ -7,7 +7,7 @@
      Contas para registar separadamente as receitas da esposa
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Desejará seleccionar este conjunto de contas caso tenha uma esposa que tenha emprego (salário (esposa), impostos (esposa)).
+    Desejará seleccionar este conjunto de contas caso tenha uma esposa que tenha emprego (salário (esposa), impostos (esposa)).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -27,14 +27,14 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Salário (Esposa)</act:name>
+  <act:name>Salário (Esposa)</act:name>
   <act:id type="new">7c4495ff132d100b0aa339ce683200dd</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Salário (Esposa)</act:description>
+  <act:description>Salário (Esposa)</act:description>
   <act:parent type="new">b4fadf6188d7f1ae7e7aa4fa27f5cc95</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -71,14 +71,14 @@
   <act:parent type="new">3cd0ca7d6b0e5f44e4cde2851c3ff387</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Seguro Saúde</act:name>
+  <act:name>Seguro Saúde</act:name>
   <act:id type="new">eba0c095658c7c3a4f4294db9c7392f3</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Seguro Saúde</act:description>
+  <act:description>Seguro Saúde</act:description>
   <act:parent type="new">3cd0ca7d6b0e5f44e4cde2851c3ff387</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -93,14 +93,14 @@
   <act:parent type="new">3cd0ca7d6b0e5f44e4cde2851c3ff387</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Segurança Social</act:name>
+  <act:name>Segurança Social</act:name>
   <act:id type="new">9bd3abb2ed8c4c0d00f8e8ec36d2744d</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>PTE</cmdty:id>
   </act:commodity>
-  <act:description>Segurança Social</act:description>
+  <act:description>Segurança Social</act:description>
   <act:parent type="new">3cd0ca7d6b0e5f44e4cde2851c3ff387</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
diff --git a/accounts/pt_PT/acctchrt_spouseretire.gnucash-xea b/accounts/pt_PT/acctchrt_spouseretire.gnucash-xea
index 8b26e84..5d48ef9 100644
--- a/accounts/pt_PT/acctchrt_spouseretire.gnucash-xea
+++ b/accounts/pt_PT/acctchrt_spouseretire.gnucash-xea
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <gnc-account-example>
     <gnc-act:title>
       Contas de Reforma da Esposa
@@ -7,7 +7,7 @@
      Conta de reforma com contas de investimentos relacionadas para esposa
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Desejará seleccionar este conjunto de contas se tiver investimentos em nome da esposa (acções, obrigações, fundos de investimento, fundos de índices, juros, dividendos).
+    Desejará seleccionar este conjunto de contas se tiver investimentos em nome da esposa (acções, obrigações, fundos de investimento, fundos de índices, juros, dividendos).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -49,42 +49,42 @@
   <act:slots>
     <slot>
       <slot:key>notas</slot:key>
-      <slot:value type="string">Fundo de pensões ou outra reforma</slot:value>
+      <slot:value type="string">Fundo de pensões ou outra reforma</slot:value>
     </slot>
   </act:slots>
   <act:parent type="new">f46c9f777b1730c6b5f4a1faf9e31708</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Obrigação</act:name>
+  <act:name>Obrigação</act:name>
   <act:id type="new">c8e7c315502547e51bfdd5a70b5cdd2e</act:id>
   <act:type>STOCK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Obrigação</act:description>
+  <act:description>Obrigação</act:description>
   <act:parent type="new">4426b41837adc284f96b291c31022844</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Acção</act:name>
+  <act:name>Acção</act:name>
   <act:id type="new">b8838eb77b9603e035e1f7b440d468ae</act:id>
   <act:type>STOCK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Acção</act:description>
+  <act:description>Acção</act:description>
   <act:parent type="new">4426b41837adc284f96b291c31022844</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Índice de Mercado</act:name>
+  <act:name>Índice de Mercado</act:name>
   <act:id type="new">0ec1a5b402ceea10d95445a2b31c41a1</act:id>
   <act:type>MUTUAL</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>EUR</cmdty:id>
   </act:commodity>
-  <act:description>Índice de Mercado</act:description>
+  <act:description>Índice de Mercado</act:description>
   <act:parent type="new">4426b41837adc284f96b291c31022844</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">

commit fc874eadc2888ea14f1fbb5b62beacbbc7f4ce36
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Mon Sep 22 15:15:05 2014 +0200

    Add context to generic translatable string
    
    This was suggested in bug 671615 by Jérôme Rapinat.

diff --git a/src/gnome-search/dialog-search.c b/src/gnome-search/dialog-search.c
index cd2d24d..f308c97 100644
--- a/src/gnome-search/dialog-search.c
+++ b/src/gnome-search/dialog-search.c
@@ -1059,7 +1059,7 @@ type_label_to_new_button(const gchar* type_label)
     else
     {
         PWARN("No translatable new-button label found for search type \"%s\", please add one into dialog-search.c!", type_label);
-        return _("New item");
+        return Q_("Item represents an unknown object type (in the sense of bill, customer, invoice, transaction, split,...)|New item");
     }
 }
 

commit c913013508ea4cdeb2ce6f92fa3ceb191db50672
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Mon Sep 22 14:53:37 2014 +0200

    Bug 671615 - French: 'New Customer' button in Find Customer dialog is translated to 'Nouvel onglet'
    
    This bug affected all translations, not only french

diff --git a/src/gnome-search/dialog-search.c b/src/gnome-search/dialog-search.c
index cbdbca2..cd2d24d 100644
--- a/src/gnome-search/dialog-search.c
+++ b/src/gnome-search/dialog-search.c
@@ -1016,43 +1016,43 @@ close_handler (gpointer data)
 static const gchar *
 type_label_to_new_button(const gchar* type_label)
 {
-    if (g_strcmp0(type_label, "Bill") == 0)
+    if (g_strcmp0(type_label, _("Bill")) == 0)
     {
         return _("New Bill");
     }
-    else if (g_strcmp0(type_label, "Customer") == 0)
+    else if (g_strcmp0(type_label, _("Customer")) == 0)
     {
         return _("New Customer");
     }
-    else if (g_strcmp0(type_label, "Employee") == 0)
+    else if (g_strcmp0(type_label, _("Employee")) == 0)
     {
         return _("New Employee");
     }
-    else if (g_strcmp0(type_label, "Expense Voucher") == 0)
+    else if (g_strcmp0(type_label, _("Expense Voucher")) == 0)
     {
         return _("New Expense Voucher");
     }
-    else if (g_strcmp0(type_label, "Invoice") == 0)
+    else if (g_strcmp0(type_label, _("Invoice")) == 0)
     {
         return _("New Invoice");
     }
-    else if (g_strcmp0(type_label, "Job") == 0)
+    else if (g_strcmp0(type_label, _("Job")) == 0)
     {
         return _("New Job");
     }
-    else if (g_strcmp0(type_label, "Order") == 0)
+    else if (g_strcmp0(type_label, _("Order")) == 0)
     {
         return _("New Order");
     }
-    else if (g_strcmp0(type_label, "Transaction") == 0)
+    else if (g_strcmp0(type_label, _("Transaction")) == 0)
     {
         return _("New Transaction");
     }
-    else if (g_strcmp0(type_label, "Split") == 0)
+    else if (g_strcmp0(type_label, _("Split")) == 0)
     {
         return _("New Split");
     }
-    else if (g_strcmp0(type_label, "Vendor") == 0)
+    else if (g_strcmp0(type_label, _("Vendor")) == 0)
     {
         return _("New Vendor");
     }

commit 547b4d436f2c1719d2b71ab70f884f231a31e994
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Mon Sep 22 13:43:01 2014 +0200

    Bug 720427 - Review of french account templates
    
    Fix gender issues

diff --git a/accounts/fr_CH/acctchrt_spouseinc.gnucash-xea b/accounts/fr_CH/acctchrt_spouseinc.gnucash-xea
index 99967e3..1424c78 100644
--- a/accounts/fr_CH/acctchrt_spouseinc.gnucash-xea
+++ b/accounts/fr_CH/acctchrt_spouseinc.gnucash-xea
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <gnc-account-example>
     <gnc-act:title>
-      Revenus de l'épouse
+      Revenus du conjoint
     </gnc-act:title>
     <gnc-act:short-description>
-     Comptes pour le suivi des revenus de l'épouse séparément
+     Comptes pour le suivi du conjoint séparément
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Vous devriez sélectionner cet ensemble de comptes si vous avez une épouse travaillant (salaire (épouse), impôts (épouse)).
+    Vous devriez sélectionner cet ensemble de comptes si votre conjoint travaille (son salaire, ses impôts).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -27,14 +27,14 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Salaire (épouse)</act:name>
+  <act:name>Salaire (conjoint)</act:name>
   <act:id type="new">7c4495ff132d100b0aa339ce683200dd</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Salaire (épouse)</act:description>
+  <act:description>Salaire (conjoint)</act:description>
   <act:parent type="new">b4fadf6188d7f1ae7e7aa4fa27f5cc95</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -49,14 +49,14 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Taxes (épouse)</act:name>
+  <act:name>Taxes (conjoint)</act:name>
   <act:id type="new">3cd0ca7d6b0e5f44e4cde2851c3ff387</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Taxes (épouse)</act:description>
+  <act:description>Taxes (conjoint)</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -104,14 +104,14 @@
   <act:parent type="new">3cd0ca7d6b0e5f44e4cde2851c3ff387</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Etat/Province</act:name>
+  <act:name>État/Province</act:name>
   <act:id type="new">aa14dbcd622024495a8a972b0f37d13a</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Etat/Province</act:description>
+  <act:description>État/Province</act:description>
   <act:parent type="new">3cd0ca7d6b0e5f44e4cde2851c3ff387</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/fr_CH/acctchrt_spouseretire.gnucash-xea b/accounts/fr_CH/acctchrt_spouseretire.gnucash-xea
index 19c0310..e85f72f 100644
--- a/accounts/fr_CH/acctchrt_spouseretire.gnucash-xea
+++ b/accounts/fr_CH/acctchrt_spouseretire.gnucash-xea
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <gnc-account-example>
     <gnc-act:title>
-      Comptes d'épargne retraite de l'épouse
+      Comptes d'épargne retraite du conjoint
     </gnc-act:title>
     <gnc-act:short-description>
-     Compte d'épargne retraite avec ses sous-comptes d'investissements relatifs de l'épouse
+     Compte d'épargne retraite avec ses sous-comptes d'investissements relatifs du conjoint
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Vous devriez sélectionner cet ensemble de comptes si vous avez des comptes d'épargne retraite de l'épouse(actions, obligations, fonds communs, fonds d'indices, intérêts, dividendes).
+    Vous devriez sélectionner cet ensemble de comptes si votre conjoint a des comptes d'épargne retraite (actions, obligations, fonds communs, fonds d'indices, intérêts, dividendes).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -38,14 +38,14 @@
   <act:parent type="new">96d9b17add59eb4c7edec7ed241af755</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Retraite de l'épouse</act:name>
+  <act:name>Retraite du conjoint</act:name>
   <act:id type="new">4426b41837adc284f96b291c31022844</act:id>
   <act:type>BANK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Retraite de l'épouse</act:description>
+  <act:description>Retraite du conjoint</act:description>
   <act:slots>
     <slot>
       <slot:key>notes</slot:key>
diff --git a/accounts/fr_FR/acctchrt_spouseinc.gnucash-xea b/accounts/fr_FR/acctchrt_spouseinc.gnucash-xea
index 99967e3..c04750e 100644
--- a/accounts/fr_FR/acctchrt_spouseinc.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_spouseinc.gnucash-xea
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <gnc-account-example>
     <gnc-act:title>
-      Revenus de l'épouse
+      Revenus du conjoint
     </gnc-act:title>
     <gnc-act:short-description>
-     Comptes pour le suivi des revenus de l'épouse séparément
+     Comptes pour le suivi des revenus du conjoint séparément
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Vous devriez sélectionner cet ensemble de comptes si vous avez une épouse travaillant (salaire (épouse), impôts (épouse)).
+    Vous devriez sélectionner cet ensemble de comptes si votre conjoint travaille (son salaire, ses impôts).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -27,14 +27,14 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Salaire (épouse)</act:name>
+  <act:name>Salaire (conjoint)</act:name>
   <act:id type="new">7c4495ff132d100b0aa339ce683200dd</act:id>
   <act:type>INCOME</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Salaire (épouse)</act:description>
+  <act:description>Salaire (conjoint)</act:description>
   <act:parent type="new">b4fadf6188d7f1ae7e7aa4fa27f5cc95</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -49,14 +49,14 @@
   <act:parent type="new">1972cce2e2364f95b2b0bc014502661d</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Taxes (épouse)</act:name>
+  <act:name>Taxes (conjoint)</act:name>
   <act:id type="new">3cd0ca7d6b0e5f44e4cde2851c3ff387</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Taxes (épouse)</act:description>
+  <act:description>Taxes (conjoint)</act:description>
   <act:parent type="new">1884bbd7394883ebafec8b9e2eb091a4</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
@@ -104,14 +104,14 @@
   <act:parent type="new">3cd0ca7d6b0e5f44e4cde2851c3ff387</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Etat/Province</act:name>
+  <act:name>État/Province</act:name>
   <act:id type="new">aa14dbcd622024495a8a972b0f37d13a</act:id>
   <act:type>EXPENSE</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Etat/Province</act:description>
+  <act:description>État/Province</act:description>
   <act:parent type="new">3cd0ca7d6b0e5f44e4cde2851c3ff387</act:parent>
 </gnc:account>
 </gnc-account-example>
diff --git a/accounts/fr_FR/acctchrt_spouseretire.gnucash-xea b/accounts/fr_FR/acctchrt_spouseretire.gnucash-xea
index 19c0310..5a83e8c 100644
--- a/accounts/fr_FR/acctchrt_spouseretire.gnucash-xea
+++ b/accounts/fr_FR/acctchrt_spouseretire.gnucash-xea
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <gnc-account-example>
     <gnc-act:title>
-      Comptes d'épargne retraite de l'épouse
+      Comptes d'épargne retraite du conjoint
     </gnc-act:title>
     <gnc-act:short-description>
-     Compte d'épargne retraite avec ses sous-comptes d'investissements relatifs de l'épouse
+     Compte d'épargne retraite avec ses sous-comptes d'investissements relatifs du conjoint
     </gnc-act:short-description>
     <gnc-act:long-description>
-    Vous devriez sélectionner cet ensemble de comptes si vous avez des comptes d'épargne retraite de l'épouse(actions, obligations, fonds communs, fonds d'indices, intérêts, dividendes).
+    Vous devriez sélectionner cet ensemble de comptes si conjoint a des comptes d'épargne retraite (actions, obligations, fonds communs, fonds d'indices, intérêts, dividendes).
   </gnc-act:long-description>    
 <gnc:account version="2.0.0">
   <act:name>Root Account</act:name>
@@ -38,14 +38,14 @@
   <act:parent type="new">96d9b17add59eb4c7edec7ed241af755</act:parent>
 </gnc:account>
 <gnc:account version="2.0.0">
-  <act:name>Retraite de l'épouse</act:name>
+  <act:name>Retraite du conjoint</act:name>
   <act:id type="new">4426b41837adc284f96b291c31022844</act:id>
   <act:type>BANK</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
   </act:commodity>
-  <act:description>Retraite de l'épouse</act:description>
+  <act:description>Retraite du conjoint</act:description>
   <act:slots>
     <slot>
       <slot:key>notes</slot:key>

commit 42013538dfe0a4d56996c108c0487fe181b162bc
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Sep 21 17:56:54 2014 -0700

    Bug 732545 - gnucash-2.6.3 segfaults when started
    
    Check all strings before calling g_strsplit.

diff --git a/src/gnome-utils/dialog-totd.c b/src/gnome-utils/dialog-totd.c
index 0d37335..99a4ebf 100644
--- a/src/gnome-utils/dialog-totd.c
+++ b/src/gnome-utils/dialog-totd.c
@@ -81,7 +81,7 @@ static void
 gnc_new_tip_number (TotdDialog *totd_dialog, gint offset)
 {
 
-    gchar **tip_components;
+    gchar **tip_components = NULL;
     gchar *tip;
 
     ENTER("TotdDialog %p, offset %d", totd_dialog, offset);
@@ -99,7 +99,8 @@ gnc_new_tip_number (TotdDialog *totd_dialog, gint offset)
      *
      *  Welcome to GnuCash version %s|2.4
      */
-    tip_components = g_strsplit(tip_list[current_tip_number], "|", 0);
+    if (tip_list[current_tip_number])
+	tip_components = g_strsplit(tip_list[current_tip_number], "|", 0);
     /* If the tip is empty, g_strisplit will return an empty list. This
      * shouldn't normally happen, but make sure we don't crash just in
      * case */
@@ -195,7 +196,8 @@ gnc_totd_initialize (void)
 
     /* Split into multiple strings. Due to the nature of the
      * tip list file, this can contain empty strings */
-    tip_list = g_strsplit(contents, "\n", 0);
+    if (contents)
+	tip_list = g_strsplit(contents, "\n", 0);
     g_free(contents);
     contents = NULL;
 
@@ -218,7 +220,8 @@ gnc_totd_initialize (void)
 
     /* Split cleaned up contents into multiple strings again */
     g_strfreev (tip_list);
-    tip_list = g_strsplit(contents, "\n", 0);
+    if (contents)
+        tip_list = g_strsplit(contents, "\n", 0);
 
     /* Convert any escaped characters while counting the strings */
     for (tip_count = 0; tip_list[tip_count] != NULL; tip_count++)



Summary of changes:
 accounts/C/acctchrt_brokerage.gnucash-xea          |   2 +-
 accounts/C/acctchrt_business.gnucash-xea           |   2 +-
 accounts/C/acctchrt_carloan.gnucash-xea            |   2 +-
 accounts/C/acctchrt_cdmoneymkt.gnucash-xea         |   2 +-
 accounts/C/acctchrt_checkbook.gnucash-xea          |   2 +-
 accounts/C/acctchrt_childcare.gnucash-xea          |   2 +-
 accounts/C/acctchrt_common.gnucash-xea             |   2 +-
 accounts/C/acctchrt_eduloan.gnucash-xea            |   2 +-
 accounts/C/acctchrt_fixedassets.gnucash-xea        |   2 +-
 accounts/C/acctchrt_full.gnucash-xea               |   2 +-
 accounts/C/acctchrt_homeloan.gnucash-xea           |   2 +-
 accounts/C/acctchrt_homeown.gnucash-xea            |   2 +-
 accounts/C/acctchrt_otherloan.gnucash-xea          |   2 +-
 accounts/C/acctchrt_renter.gnucash-xea             |   2 +-
 accounts/C/acctchrt_retiremt.gnucash-xea           |   2 +-
 accounts/C/acctchrt_spouseinc.gnucash-xea          |   2 +-
 accounts/C/acctchrt_spouseretire.gnucash-xea       |   2 +-
 accounts/da/acctchrt_car.gnucash-xea               |   8 +-
 accounts/da/acctchrt_common.gnucash-xea            |  54 +--
 accounts/da/acctchrt_homeloan.gnucash-xea          |  16 +-
 accounts/da/acctchrt_homeown.gnucash-xea           |   8 +-
 accounts/en_GB/acctchrt_brokerage.gnucash-xea      |   2 +-
 accounts/en_GB/acctchrt_business.gnucash-xea       |   2 +-
 accounts/en_GB/acctchrt_carloan.gnucash-xea        |   2 +-
 accounts/en_GB/acctchrt_cdmoneymkt.gnucash-xea     |   2 +-
 accounts/en_GB/acctchrt_checkbook.gnucash-xea      |   2 +-
 accounts/en_GB/acctchrt_childcare.gnucash-xea      |   2 +-
 accounts/en_GB/acctchrt_common.gnucash-xea         |   2 +-
 accounts/en_GB/acctchrt_eduloan.gnucash-xea        |   2 +-
 accounts/en_GB/acctchrt_fixedassets.gnucash-xea    |   2 +-
 accounts/en_GB/acctchrt_full.gnucash-xea           |   2 +-
 accounts/en_GB/acctchrt_homeloan.gnucash-xea       |   2 +-
 accounts/en_GB/acctchrt_homeown.gnucash-xea        |   2 +-
 accounts/en_GB/acctchrt_otherloan.gnucash-xea      |   2 +-
 accounts/en_GB/acctchrt_renter.gnucash-xea         |   2 +-
 accounts/en_GB/acctchrt_retiremt.gnucash-xea       |   2 +-
 accounts/en_GB/acctchrt_spouseinc.gnucash-xea      |   2 +-
 accounts/en_GB/acctchrt_spouseretire.gnucash-xea   |   2 +-
 accounts/es_ES/acctchrt_brokerage.gnucash-xea      |  20 +-
 accounts/es_ES/acctchrt_carloan.gnucash-xea        |  24 +-
 accounts/es_ES/acctchrt_cdmoneymkt.gnucash-xea     |  22 +-
 accounts/es_ES/acctchrt_childcare.gnucash-xea      |  14 +-
 accounts/es_ES/acctchrt_common.gnucash-xea         |  66 +--
 accounts/es_ES/acctchrt_currency.gnucash-xea       |   6 +-
 accounts/es_ES/acctchrt_eduloan.gnucash-xea        |  24 +-
 accounts/es_ES/acctchrt_fixedassets.gnucash-xea    |  10 +-
 accounts/es_ES/acctchrt_homeloan.gnucash-xea       |  22 +-
 accounts/es_ES/acctchrt_homeown.gnucash-xea        |  14 +-
 accounts/es_ES/acctchrt_otherloan.gnucash-xea      |  24 +-
 accounts/es_ES/acctchrt_renter.gnucash-xea         |   4 +-
 accounts/es_ES/acctchrt_retiremt.gnucash-xea       |  26 +-
 accounts/es_ES/acctchrt_spouseinc.gnucash-xea      |  18 +-
 accounts/es_ES/acctchrt_spouseretire.gnucash-xea   |  24 +-
 accounts/es_MX/acctchrt_brokerage.gnucash-xea      |  20 +-
 accounts/es_MX/acctchrt_carloan.gnucash-xea        |  24 +-
 accounts/es_MX/acctchrt_cdmoneymkt.gnucash-xea     |  22 +-
 accounts/es_MX/acctchrt_childcare.gnucash-xea      |  14 +-
 accounts/es_MX/acctchrt_common.gnucash-xea         |  62 +--
 accounts/es_MX/acctchrt_currency.gnucash-xea       |   4 +-
 accounts/es_MX/acctchrt_eduloan.gnucash-xea        |  24 +-
 accounts/es_MX/acctchrt_fixedassets.gnucash-xea    |  10 +-
 accounts/es_MX/acctchrt_homeloan.gnucash-xea       |  22 +-
 accounts/es_MX/acctchrt_homeown.gnucash-xea        |  10 +-
 accounts/es_MX/acctchrt_otherloan.gnucash-xea      |  24 +-
 accounts/es_MX/acctchrt_renter.gnucash-xea         |   4 +-
 accounts/es_MX/acctchrt_retiremt.gnucash-xea       |  26 +-
 accounts/es_MX/acctchrt_spouseinc.gnucash-xea      |  18 +-
 accounts/es_MX/acctchrt_spouseretire.gnucash-xea   |  24 +-
 accounts/fr_CA/acctchrt_cdmarchemon.gnucash-xea    |  28 +-
 accounts/fr_CH/acctchrt_brokerage.gnucash-xea      |  24 +-
 accounts/fr_CH/acctchrt_business.gnucash-xea       | 134 +++---
 accounts/fr_CH/acctchrt_carloan.gnucash-xea        |  18 +-
 accounts/fr_CH/acctchrt_cdmoneymkt.gnucash-xea     |  24 +-
 accounts/fr_CH/acctchrt_childcare.gnucash-xea      |  12 +-
 accounts/fr_CH/acctchrt_common.gnucash-xea         |  78 ++--
 accounts/fr_CH/acctchrt_currency.gnucash-xea       |  10 +-
 accounts/fr_CH/acctchrt_eduloan.gnucash-xea        |  22 +-
 accounts/fr_CH/acctchrt_fixedassets.gnucash-xea    |   8 +-
 accounts/fr_CH/acctchrt_homeloan.gnucash-xea       |  24 +-
 accounts/fr_CH/acctchrt_homeown.gnucash-xea        |  12 +-
 accounts/fr_CH/acctchrt_otherloan.gnucash-xea      |  18 +-
 accounts/fr_CH/acctchrt_renter.gnucash-xea         |  12 +-
 accounts/fr_CH/acctchrt_retiremt.gnucash-xea       |  12 +-
 accounts/fr_CH/acctchrt_spouseinc.gnucash-xea      |  36 +-
 accounts/fr_CH/acctchrt_spouseretire.gnucash-xea   |  16 +-
 accounts/fr_FR/acctchrt_brokerage.gnucash-xea      |  50 +-
 accounts/fr_FR/acctchrt_business.gnucash-xea       | 284 ++++++------
 accounts/fr_FR/acctchrt_carloan.gnucash-xea        |  30 +-
 accounts/fr_FR/acctchrt_cdmoneymkt.gnucash-xea     |  40 +-
 accounts/fr_FR/acctchrt_childcare.gnucash-xea      |  16 +-
 accounts/fr_FR/acctchrt_common.gnucash-xea         | 210 ++++-----
 accounts/fr_FR/acctchrt_currency.gnucash-xea       |  14 +-
 accounts/fr_FR/acctchrt_eduloan.gnucash-xea        |  34 +-
 accounts/fr_FR/acctchrt_fixedassets.gnucash-xea    |  18 +-
 accounts/fr_FR/acctchrt_homeloan.gnucash-xea       |  36 +-
 accounts/fr_FR/acctchrt_homeown.gnucash-xea        |  24 +-
 accounts/fr_FR/acctchrt_otherloan.gnucash-xea      |  30 +-
 accounts/fr_FR/acctchrt_renter.gnucash-xea         |  20 +-
 accounts/fr_FR/acctchrt_retiremt.gnucash-xea       |  26 +-
 accounts/fr_FR/acctchrt_spouseinc.gnucash-xea      |  54 +--
 accounts/fr_FR/acctchrt_spouseretire.gnucash-xea   |  30 +-
 accounts/it/acctchrt_brokerage.gnucash-xea         |   6 +-
 accounts/it/acctchrt_carloan.gnucash-xea           |   6 +-
 accounts/it/acctchrt_checkbook.gnucash-xea         |  12 +-
 accounts/it/acctchrt_childcare.gnucash-xea         |   2 +-
 accounts/it/acctchrt_common.gnucash-xea            |  30 +-
 accounts/it/acctchrt_fixedassets.gnucash-xea       |  20 +-
 accounts/it/acctchrt_homeloan.gnucash-xea          |   6 +-
 accounts/it/acctchrt_homeown.gnucash-xea           |   2 +-
 accounts/it/acctchrt_otherloan.gnucash-xea         |   6 +-
 accounts/it/acctchrt_renter.gnucash-xea            |   2 +-
 accounts/it/acctchrt_retiremt.gnucash-xea          |   6 +-
 accounts/it/acctchrt_spouseinc.gnucash-xea         |   2 +-
 accounts/it/acctchrt_spouseretire.gnucash-xea      |   6 +-
 accounts/nb/acctchrt_brokerage.gnucash-xea         |   2 +-
 accounts/nb/acctchrt_business.gnucash-xea          |  40 +-
 accounts/nb/acctchrt_cdmoneymkt.gnucash-xea        |   2 +-
 accounts/nb/acctchrt_childcare.gnucash-xea         |   2 +-
 accounts/nb/acctchrt_common.gnucash-xea            |   2 +-
 accounts/nb/acctchrt_fixedassets.gnucash-xea       |   2 +-
 accounts/nb/acctchrt_full.gnucash-xea              |   2 +-
 accounts/nb/acctchrt_renter.gnucash-xea            |   2 +-
 accounts/nb/acctchrt_retiremt.gnucash-xea          |   2 +-
 accounts/nb/acctchrt_spouseinc.gnucash-xea         |   2 +-
 accounts/nb/acctchrt_spouseretire.gnucash-xea      |   2 +-
 accounts/nl/acctchrt_checkbook.gnucash-xea         |   2 +-
 accounts/nl/acctchrt_full.gnucash-xea              |   2 +-
 accounts/pt_BR/acctchrt_brokerage.gnucash-xea      |  26 +-
 accounts/pt_BR/acctchrt_carloan.gnucash-xea        |  20 +-
 accounts/pt_BR/acctchrt_cdmoneymkt.gnucash-xea     |  16 +-
 accounts/pt_BR/acctchrt_childcare.gnucash-xea      |  12 +-
 accounts/pt_BR/acctchrt_common.gnucash-xea         | 100 ++--
 accounts/pt_BR/acctchrt_currency.gnucash-xea       |  10 +-
 accounts/pt_BR/acctchrt_eduloan.gnucash-xea        |  20 +-
 accounts/pt_BR/acctchrt_fixedassets.gnucash-xea    |   8 +-
 accounts/pt_BR/acctchrt_homeloan.gnucash-xea       |  20 +-
 accounts/pt_BR/acctchrt_homeown.gnucash-xea        |   6 +-
 accounts/pt_BR/acctchrt_otherloan.gnucash-xea      |  16 +-
 accounts/pt_BR/acctchrt_renter.gnucash-xea         |   4 +-
 accounts/pt_BR/acctchrt_retiremt.gnucash-xea       |  18 +-
 accounts/pt_BR/acctchrt_spouseinc.gnucash-xea      |  20 +-
 accounts/pt_BR/acctchrt_spouseretire.gnucash-xea   |  26 +-
 accounts/pt_PT/acctchrt_brokerage.gnucash-xea      |  26 +-
 accounts/pt_PT/acctchrt_carloan.gnucash-xea        |  20 +-
 accounts/pt_PT/acctchrt_cdmoneymkt.gnucash-xea     |  16 +-
 accounts/pt_PT/acctchrt_childcare.gnucash-xea      |  12 +-
 accounts/pt_PT/acctchrt_common.gnucash-xea         |  92 ++--
 accounts/pt_PT/acctchrt_eduloan.gnucash-xea        |  20 +-
 accounts/pt_PT/acctchrt_fixedassets.gnucash-xea    |  12 +-
 accounts/pt_PT/acctchrt_homeloan.gnucash-xea       |  20 +-
 accounts/pt_PT/acctchrt_homeown.gnucash-xea        |  14 +-
 accounts/pt_PT/acctchrt_otherloan.gnucash-xea      |  16 +-
 accounts/pt_PT/acctchrt_renter.gnucash-xea         |   4 +-
 accounts/pt_PT/acctchrt_retiremt.gnucash-xea       |  18 +-
 accounts/pt_PT/acctchrt_spouseinc.gnucash-xea      |  16 +-
 accounts/pt_PT/acctchrt_spouseretire.gnucash-xea   |  18 +-
 src/app-utils/gnc-sx-instance-model.c              |   2 +-
 src/business/business-gnome/dialog-payment.c       |  27 +-
 src/engine/Account.c                               |  12 +
 src/engine/Account.h                               |   4 +
 src/gnome-search/dialog-search.c                   |  22 +-
 src/gnome-utils/dialog-totd.c                      |  11 +-
 src/import-export/csv-exp/assistant-csv-export.c   | 351 +++++++-------
 .../csv-exp/assistant-csv-export.glade             |   2 -
 src/import-export/csv-exp/assistant-csv-export.h   |   4 +
 .../csv-exp/csv-transactions-export.c              | 264 +++++++----
 src/import-export/csv-exp/csv-tree-export.c        | 194 +++++---
 .../csv-imp/assistant-csv-account-import.c         | 208 +++++----
 .../csv-imp/assistant-csv-account-import.glade     |  89 +---
 .../csv-imp/assistant-csv-trans-import.c           | 504 ++++++++++-----------
 src/import-export/csv-imp/csv-account-import.c     | 215 +++++----
 src/import-export/csv-imp/csv-account-import.h     |   2 +-
 src/import-export/csv-imp/gnc-csv-model.c          | 334 +++++++-------
 src/import-export/csv-imp/gnc-csv-model.h          |  14 +-
 174 files changed, 2663 insertions(+), 2576 deletions(-)



More information about the gnucash-changes mailing list