Most of the source tree is UTF8, but there are some latin-1 hangovers. Apply "iconv --from-code ISO_8859-1" to these files.
This affects bullet point characters in src/optional/xsl/README, and Benoit Grégoire's name in source files (and hence the Doxygen output). E.g. it should fix <http://svn.gnucash.org/docs/HEAD/reference.html> which claims to be UTF8, but encodes Benoit's name in latin-1. -- Attached (to avoid my mail client mangling the encoding).
Convert source documentation to UTF8 Most of the source tree is UTF8, but there are some latin-1 hangovers. Apply "iconv --from-code ISO_8859-1" to these files. This affects bullet point characters in src/optional/xsl/README, and Benoit Grégoire's name in source files (and hence the Doxygen output). E.g. it should fix <http://svn.gnucash.org/docs/HEAD/reference.html> which claims to be UTF8, but encodes Benoit's name in latin-1. diff --git a/src/doc/doxygen_main_page.c b/src/doc/doxygen_main_page.c index 0cb3a7e..93e60fe 100644 --- a/src/doc/doxygen_main_page.c +++ b/src/doc/doxygen_main_page.c @@ -243,6 +243,6 @@ News about GnuCash as well as the latest version can always be found at http://w If you have any suggestions concerning this documentation, do not hesitate to send suggestions to gnucash-devel (see http://www.gnucash.org/en/lists.phtml for details) -Benoit Grégoire <[email protected]> +Benoit Grégoire <[email protected]> Neil Williams <[email protected]> */ diff --git a/src/import-export/csv/gncmod-csv-import.c b/src/import-export/csv/gncmod-csv-import.c index da1fad9..0970dc4 100644 --- a/src/import-export/csv/gncmod-csv-import.c +++ b/src/import-export/csv/gncmod-csv-import.c @@ -21,7 +21,7 @@ /*...@internal @file gncmod-csv-import.c @brief module definition/initialization for the csv importer - @author Copyright (c) 2002 Benoit Grégoire [email protected] + @author Copyright (c) 2002 Benoit Grégoire [email protected] */ #include "config.h" diff --git a/src/import-export/gncmod-generic-import.c b/src/import-export/gncmod-generic-import.c index c33520f..b41c5d6 100644 --- a/src/import-export/gncmod-generic-import.c +++ b/src/import-export/gncmod-generic-import.c @@ -1,7 +1,7 @@ /*...@internal @file \brief module definition/initialization for the generic import infrastructure - \author Copyright (c) 2002 Benoit Grégoire [email protected] + \author Copyright (c) 2002 Benoit Grégoire [email protected] */ #include "config.h" diff --git a/src/import-export/hbci/gnc-file-aqb-import.c b/src/import-export/hbci/gnc-file-aqb-import.c index 36d0267..7dc4ffd 100644 --- a/src/import-export/hbci/gnc-file-aqb-import.c +++ b/src/import-export/hbci/gnc-file-aqb-import.c @@ -21,7 +21,7 @@ /** @internal @file gnc-dtaus-import.c @brief DTAUS import module code - @author Copyright (c) 2002 Benoit Grégoire <[email protected]>, Copyright (c) 2003 Jan-Pascal van Best <[email protected]>, Copyright (c) 2006 Florian Steinel, 2006 Christian Stimming. + @author Copyright (c) 2002 Benoit Grégoire <[email protected]>, Copyright (c) 2003 Jan-Pascal van Best <[email protected]>, Copyright (c) 2006 Florian Steinel, 2006 Christian Stimming. */ #include "config.h" diff --git a/src/import-export/hbci/gnc-file-aqb-import.h b/src/import-export/hbci/gnc-file-aqb-import.h index 65b8a01..70d7072 100644 --- a/src/import-export/hbci/gnc-file-aqb-import.h +++ b/src/import-export/hbci/gnc-file-aqb-import.h @@ -20,7 +20,7 @@ @brief dtaus import module interface * gnc-dtaus-import.h - @author Copyright (c) 2002 Benoit Grégoire <[email protected]> + @author Copyright (c) 2002 Benoit Grégoire <[email protected]> */ #ifndef DTAUS_IMPORT_H #define DTAUS_IMPORT_H diff --git a/src/import-export/import-account-matcher.c b/src/import-export/import-account-matcher.c index 008c26f..4858a05 100644 --- a/src/import-export/import-account-matcher.c +++ b/src/import-export/import-account-matcher.c @@ -21,7 +21,7 @@ /*...@internal @file import-account-matcher.c * \brief A very generic and flexible account matcher/picker - \author Copyright (C) 2002 Benoit Grégoire <[email protected]> + \author Copyright (C) 2002 Benoit Grégoire <[email protected]> */ #include "config.h" diff --git a/src/import-export/import-account-matcher.h b/src/import-export/import-account-matcher.h index 383b73c..c3dc31d 100644 --- a/src/import-export/import-account-matcher.h +++ b/src/import-export/import-account-matcher.h @@ -20,7 +20,7 @@ @{ */ /*...@file import-account-matcher.h @brief Generic and very flexible account matcher/picker - @author Copyright (C) 2002 Benoit Grégoire <[email protected]> + @author Copyright (C) 2002 Benoit Grégoire <[email protected]> */ #ifndef ACCOUNT_MATCHER_H #define ACCOUNT_MATCHER_H diff --git a/src/import-export/import-backend.c b/src/import-export/import-backend.c index 1dd76f5..a662c3d 100644 --- a/src/import-export/import-backend.c +++ b/src/import-export/import-backend.c @@ -21,7 +21,7 @@ /** @internal @file import-backend.c @brief import-backend.c: Generic importer backend implementation (duplicate matching algorithm, action handling, etc.) - @author Copyright (C) 2002 Benoit Grégoire + @author Copyright (C) 2002 Benoit Grégoire @author Christian Stimming @author Copyright (c) 2006 David Hampton <[email protected]> */ diff --git a/src/import-export/import-backend.h b/src/import-export/import-backend.h index 540456d..e2b086d 100644 --- a/src/import-export/import-backend.h +++ b/src/import-export/import-backend.h @@ -20,7 +20,7 @@ @{ */ /** @file import-backend.h @brief Generic importer backend interface - @author Copyright (C) 2002 Benoit Grégoire + @author Copyright (C) 2002 Benoit Grégoire @author Christian Stimming @author Copyright (c) 2006 David Hampton <[email protected]> */ diff --git a/src/import-export/import-commodity-matcher.c b/src/import-export/import-commodity-matcher.c index 8917651..f33de33 100755 --- a/src/import-export/import-commodity-matcher.c +++ b/src/import-export/import-commodity-matcher.c @@ -21,7 +21,7 @@ /*...@internal @file import-commodity-matcher.c @brief A Generic commodity matcher/picker - @author Copyright (C) 2002 Benoit Grégoire <[email protected]> + @author Copyright (C) 2002 Benoit Grégoire <[email protected]> */ #include "config.h" diff --git a/src/import-export/import-commodity-matcher.h b/src/import-export/import-commodity-matcher.h index f369b91..e3996c3 100644 --- a/src/import-export/import-commodity-matcher.h +++ b/src/import-export/import-commodity-matcher.h @@ -20,7 +20,7 @@ @{ */ /** @file import-commodity-matcher.h @brief A Generic commodity matcher/picker - @author Copyright (C) 2002 Benoit Grégoire <[email protected]> + @author Copyright (C) 2002 Benoit Grégoire <[email protected]> */ #ifndef IMPORT_COMMODITY_MATCHER_H #define IMPORT_COMMODITY_MATCHER_H diff --git a/src/import-export/import-main-matcher.h b/src/import-export/import-main-matcher.h index 98d8ba8..b4486ab 100644 --- a/src/import-export/import-main-matcher.h +++ b/src/import-export/import-main-matcher.h @@ -20,7 +20,7 @@ @{ */ /*...@file import-main-matcher.h @brief Transaction matcher main window - @author Copyright (C) 2002 Benoit Grégoire + @author Copyright (C) 2002 Benoit Grégoire @author Christian Stimming */ diff --git a/src/import-export/import-match-picker.c b/src/import-export/import-match-picker.c index e6ed430..0fbc344 100644 --- a/src/import-export/import-match-picker.c +++ b/src/import-export/import-match-picker.c @@ -22,7 +22,7 @@ @file import-match-picker.c @brief The transaction match picker dialog implementation - @author Copyright (C) 2002 Benoit Grégoire + @author Copyright (C) 2002 Benoit Grégoire @author Copyright (c) 2006 David Hampton <[email protected]> */ diff --git a/src/import-export/import-match-picker.h b/src/import-export/import-match-picker.h index 005cb56..87e9562 100644 --- a/src/import-export/import-match-picker.h +++ b/src/import-export/import-match-picker.h @@ -20,7 +20,7 @@ @{ */ /** @file import-match-picker.h @brief The transaction match picker dialog interface - @author Copyright (C) 2002 Benoit Grégoire + @author Copyright (C) 2002 Benoit Grégoire */ #ifndef GNC_GEN_MATCH_PICKER_H diff --git a/src/import-export/import-settings.c b/src/import-export/import-settings.c index cb74b48..86625f4 100644 --- a/src/import-export/import-settings.c +++ b/src/import-export/import-settings.c @@ -22,7 +22,7 @@ @file import-settings.c @brief User preference handling for transaction matching (for both the gui and the backend) - @author Copyright (C) 2002 Benoit Grégoire + @author Copyright (C) 2002 Benoit Grégoire */ #include "config.h" diff --git a/src/import-export/import-settings.h b/src/import-export/import-settings.h index 5bfaf48..855c851 100644 --- a/src/import-export/import-settings.h +++ b/src/import-export/import-settings.h @@ -22,7 +22,7 @@ \brief Import preference handling. *User preference interface for transaction matching (for both the gui and the backend) - \author Copyright (C) 2002 Benoit Grégoire + \author Copyright (C) 2002 Benoit Grégoire */ #ifndef GNC_GEN_SETTINGS_H diff --git a/src/import-export/import-utilities.c b/src/import-export/import-utilities.c index fc92ee4..3fbb202 100644 --- a/src/import-export/import-utilities.c +++ b/src/import-export/import-utilities.c @@ -21,7 +21,7 @@ /** @internal @file import-utilities.c @brief Utility functions for writing import modules. - @author Copyright (C) 2002 Benoit Grégoire <[email protected]> + @author Copyright (C) 2002 Benoit Grégoire <[email protected]> */ #include "config.h" diff --git a/src/import-export/import-utilities.h b/src/import-export/import-utilities.h index 871a3ec..24eb3b7 100644 --- a/src/import-export/import-utilities.h +++ b/src/import-export/import-utilities.h @@ -20,7 +20,7 @@ @{ */ /** @file import-utilities.h @brief Utility functions for writing import modules. - @author Copyright (C) 2002 Benoit Grégoire <[email protected]> + @author Copyright (C) 2002 Benoit Grégoire <[email protected]> */ #ifndef IMPORT_UTILITIES_H #define IMPORT_UTILITIES_H diff --git a/src/import-export/log-replay/gnc-log-replay.c b/src/import-export/log-replay/gnc-log-replay.c index 5dfc375..0809f46 100644 --- a/src/import-export/log-replay/gnc-log-replay.c +++ b/src/import-export/log-replay/gnc-log-replay.c @@ -21,7 +21,7 @@ /** @internal @file gnc-log-replay.c @brief .log file replay code - @author Copyright (c) 2003 Benoit Grégoire <[email protected]> + @author Copyright (c) 2003 Benoit Grégoire <[email protected]> */ #include "config.h" diff --git a/src/import-export/log-replay/gnc-log-replay.h b/src/import-export/log-replay/gnc-log-replay.h index 8d66371..c6a09d3 100644 --- a/src/import-export/log-replay/gnc-log-replay.h +++ b/src/import-export/log-replay/gnc-log-replay.h @@ -20,7 +20,7 @@ @brief .log replay module interface * gnc-log-replay.h - @author Copyright (c) 2003 Benoit Grégoire <[email protected]> + @author Copyright (c) 2003 Benoit Grégoire <[email protected]> */ #ifndef OFX_IMPORT_H #define OFX_IMPORT_H diff --git a/src/import-export/log-replay/gncmod-log-replay.c b/src/import-export/log-replay/gncmod-log-replay.c index c0ba286..6802e2a 100644 --- a/src/import-export/log-replay/gncmod-log-replay.c +++ b/src/import-export/log-replay/gncmod-log-replay.c @@ -21,7 +21,7 @@ /*...@internal @file gncmod-log-replay.c @brief module definition/initialization for the log replay module - @author Copyright (c) 2003 Benoit Grégoire [email protected] + @author Copyright (c) 2003 Benoit Grégoire [email protected] */ #include "config.h" diff --git a/src/import-export/ofx/gnc-ofx-import.c b/src/import-export/ofx/gnc-ofx-import.c index b088b73..a4b4142 100644 --- a/src/import-export/ofx/gnc-ofx-import.c +++ b/src/import-export/ofx/gnc-ofx-import.c @@ -21,7 +21,7 @@ /** @internal @file gnc-ofx-import.c @brief Ofx import module code - @author Copyright (c) 2002 Benoit Grégoire <[email protected]> + @author Copyright (c) 2002 Benoit Grégoire <[email protected]> */ #include "config.h" diff --git a/src/import-export/ofx/gnc-ofx-import.h b/src/import-export/ofx/gnc-ofx-import.h index 435a704..78d7dd2 100644 --- a/src/import-export/ofx/gnc-ofx-import.h +++ b/src/import-export/ofx/gnc-ofx-import.h @@ -20,7 +20,7 @@ @brief Ofx import module interface * gnc-ofx-import.h - @author Copyright (c) 2002 Benoit Grégoire <[email protected]> + @author Copyright (c) 2002 Benoit Grégoire <[email protected]> */ #ifndef OFX_IMPORT_H #define OFX_IMPORT_H diff --git a/src/import-export/ofx/gncmod-ofx-import.c b/src/import-export/ofx/gncmod-ofx-import.c index 5a6f9f0..85b424d 100644 --- a/src/import-export/ofx/gncmod-ofx-import.c +++ b/src/import-export/ofx/gncmod-ofx-import.c @@ -21,7 +21,7 @@ /*...@internal @file gncmod-ofx-import.c @brief module definition/initialization for the ofx importer - @author Copyright (c) 2002 Benoit Grégoire [email protected] + @author Copyright (c) 2002 Benoit Grégoire [email protected] */ #include "config.h" diff --git a/src/optional/xsl/README b/src/optional/xsl/README index 9d25aa0..f89419e 100644 --- a/src/optional/xsl/README +++ b/src/optional/xsl/README @@ -12,7 +12,7 @@ GnuCash, XSL and QSF. Current stylesheets are works in progress, but include: - · gnucash-gnccustomer-vcard2.xsl + · gnucash-gnccustomer-vcard2.xsl This stylesheet converts QSF export gnucash customer data into a brief Vcard, suitable for upload to Kaddressbook. Each VCard is written into a separate .vcf @@ -20,7 +20,7 @@ GnuCash, XSL and QSF. replaced with underscores. Specify the '-o dir/' option to xsltproc to output all vcards into a directory. - · Others + · Others Stylesheets for ICS, vcal and possibly LDAP are planned. Any plain text, XML or HTML format can be generated, theoretically. If you have a request for an XSL stylesheet @@ -29,7 +29,7 @@ GnuCash, XSL and QSF. Also included is a perl script: - · vcard-gnccustomer.pl + · vcard-gnccustomer.pl The script uses the Text::vCard::Addressbook CPAN module to parse VCard files, including those from other applications, into QSF XML that could be imported into
_______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
