r17877 - gnucash/trunk/src - Convert source documentation to UTF8

Christian Stimming cstim at cvs.gnucash.org
Tue Feb 3 16:19:40 EST 2009


Author: cstim
Date: 2009-02-03 16:19:39 -0500 (Tue, 03 Feb 2009)
New Revision: 17877
Trac: http://svn.gnucash.org/trac/changeset/17877

Modified:
   gnucash/trunk/src/doc/doxygen_main_page.c
   gnucash/trunk/src/import-export/csv/gncmod-csv-import.c
   gnucash/trunk/src/import-export/gncmod-generic-import.c
   gnucash/trunk/src/import-export/hbci/gnc-file-aqb-import.c
   gnucash/trunk/src/import-export/hbci/gnc-file-aqb-import.h
   gnucash/trunk/src/import-export/import-account-matcher.c
   gnucash/trunk/src/import-export/import-account-matcher.h
   gnucash/trunk/src/import-export/import-backend.c
   gnucash/trunk/src/import-export/import-backend.h
   gnucash/trunk/src/import-export/import-commodity-matcher.c
   gnucash/trunk/src/import-export/import-commodity-matcher.h
   gnucash/trunk/src/import-export/import-main-matcher.h
   gnucash/trunk/src/import-export/import-match-picker.c
   gnucash/trunk/src/import-export/import-match-picker.h
   gnucash/trunk/src/import-export/import-settings.c
   gnucash/trunk/src/import-export/import-settings.h
   gnucash/trunk/src/import-export/import-utilities.c
   gnucash/trunk/src/import-export/import-utilities.h
   gnucash/trunk/src/import-export/log-replay/gnc-log-replay.c
   gnucash/trunk/src/import-export/log-replay/gnc-log-replay.h
   gnucash/trunk/src/import-export/log-replay/gncmod-log-replay.c
   gnucash/trunk/src/import-export/ofx/gnc-ofx-import.c
   gnucash/trunk/src/import-export/ofx/gnc-ofx-import.h
   gnucash/trunk/src/import-export/ofx/gncmod-ofx-import.c
   gnucash/trunk/src/optional/xsl/README
Log:
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.

Patch by Alan Jenkins.



More information about the gnucash-patches mailing list