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

Christian Stimming cstim at cvs.gnucash.org
Tue Feb 3 16:19:39 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.

Modified: gnucash/trunk/src/doc/doxygen_main_page.c
===================================================================
--- gnucash/trunk/src/doc/doxygen_main_page.c	2009-02-03 21:19:31 UTC (rev 17876)
+++ gnucash/trunk/src/doc/doxygen_main_page.c	2009-02-03 21:19:39 UTC (rev 17877)
@@ -243,6 +243,6 @@
 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 <bock at step.polymtl.ca>
+Benoit Grégoire <bock at step.polymtl.ca>
 Neil Williams <linux at codehelp.co.uk>
  */

Modified: gnucash/trunk/src/import-export/csv/gncmod-csv-import.c
===================================================================
--- gnucash/trunk/src/import-export/csv/gncmod-csv-import.c	2009-02-03 21:19:31 UTC (rev 17876)
+++ gnucash/trunk/src/import-export/csv/gncmod-csv-import.c	2009-02-03 21:19:39 UTC (rev 17877)
@@ -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 bock at step.polymtl.ca
+ @author Copyright (c) 2002 Benoit Grégoire bock at step.polymtl.ca
  */
 #include "config.h"
 

Modified: gnucash/trunk/src/import-export/gncmod-generic-import.c
===================================================================
--- gnucash/trunk/src/import-export/gncmod-generic-import.c	2009-02-03 21:19:31 UTC (rev 17876)
+++ gnucash/trunk/src/import-export/gncmod-generic-import.c	2009-02-03 21:19:39 UTC (rev 17877)
@@ -1,7 +1,7 @@
  /**@internal
  @file
  \brief module definition/initialization for the generic import infrastructure
- \author Copyright (c) 2002 Benoit Grégoire bock at step.polymtl.ca
+ \author Copyright (c) 2002 Benoit Grégoire bock at step.polymtl.ca
  */
 
 #include "config.h"

Modified: gnucash/trunk/src/import-export/hbci/gnc-file-aqb-import.c
===================================================================
--- gnucash/trunk/src/import-export/hbci/gnc-file-aqb-import.c	2009-02-03 21:19:31 UTC (rev 17876)
+++ gnucash/trunk/src/import-export/hbci/gnc-file-aqb-import.c	2009-02-03 21:19:39 UTC (rev 17877)
@@ -21,7 +21,7 @@
 /** @internal
      @file gnc-dtaus-import.c
      @brief DTAUS import module code
-     @author Copyright (c) 2002 Benoit Grégoire <bock at step.polymtl.ca>, Copyright (c) 2003 Jan-Pascal van Best <janpascal at vanbest.org>, Copyright (c) 2006 Florian Steinel, 2006 Christian Stimming.
+     @author Copyright (c) 2002 Benoit Grégoire <bock at step.polymtl.ca>, Copyright (c) 2003 Jan-Pascal van Best <janpascal at vanbest.org>, Copyright (c) 2006 Florian Steinel, 2006 Christian Stimming.
  */
 #include "config.h"
 

Modified: gnucash/trunk/src/import-export/hbci/gnc-file-aqb-import.h
===================================================================
--- gnucash/trunk/src/import-export/hbci/gnc-file-aqb-import.h	2009-02-03 21:19:31 UTC (rev 17876)
+++ gnucash/trunk/src/import-export/hbci/gnc-file-aqb-import.h	2009-02-03 21:19:39 UTC (rev 17877)
@@ -20,7 +20,7 @@
      @brief dtaus import module interface
      *
      gnc-dtaus-import.h
-     @author Copyright (c) 2002 Benoit Grégoire <bock at step.polymtl.ca>
+     @author Copyright (c) 2002 Benoit Grégoire <bock at step.polymtl.ca>
  */
 #ifndef DTAUS_IMPORT_H
 #define DTAUS_IMPORT_H

Modified: gnucash/trunk/src/import-export/import-account-matcher.c
===================================================================
--- gnucash/trunk/src/import-export/import-account-matcher.c	2009-02-03 21:19:31 UTC (rev 17876)
+++ gnucash/trunk/src/import-export/import-account-matcher.c	2009-02-03 21:19:39 UTC (rev 17877)
@@ -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 <bock at step.polymtl.ca>
+ \author Copyright (C) 2002 Benoit Grégoire <bock at step.polymtl.ca>
  */
 #include "config.h"
 

Modified: gnucash/trunk/src/import-export/import-account-matcher.h
===================================================================
--- gnucash/trunk/src/import-export/import-account-matcher.h	2009-02-03 21:19:31 UTC (rev 17876)
+++ gnucash/trunk/src/import-export/import-account-matcher.h	2009-02-03 21:19:39 UTC (rev 17877)
@@ -20,7 +20,7 @@
     @{ */
 /**@file import-account-matcher.h
   @brief  Generic and very flexible account matcher/picker
- @author Copyright (C) 2002 Benoit Grégoire <bock at step.polymtl.ca>
+ @author Copyright (C) 2002 Benoit Grégoire <bock at step.polymtl.ca>
  */
 #ifndef ACCOUNT_MATCHER_H
 #define ACCOUNT_MATCHER_H

Modified: gnucash/trunk/src/import-export/import-backend.c
===================================================================
--- gnucash/trunk/src/import-export/import-backend.c	2009-02-03 21:19:31 UTC (rev 17876)
+++ gnucash/trunk/src/import-export/import-backend.c	2009-02-03 21:19:39 UTC (rev 17877)
@@ -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 <hampton at employees.org>
 */

Modified: gnucash/trunk/src/import-export/import-backend.h
===================================================================
--- gnucash/trunk/src/import-export/import-backend.h	2009-02-03 21:19:31 UTC (rev 17876)
+++ gnucash/trunk/src/import-export/import-backend.h	2009-02-03 21:19:39 UTC (rev 17877)
@@ -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 <hampton at employees.org>
 */

Modified: gnucash/trunk/src/import-export/import-commodity-matcher.c
===================================================================
--- gnucash/trunk/src/import-export/import-commodity-matcher.c	2009-02-03 21:19:31 UTC (rev 17876)
+++ gnucash/trunk/src/import-export/import-commodity-matcher.c	2009-02-03 21:19:39 UTC (rev 17877)
@@ -21,7 +21,7 @@
 /**@internal
  @file import-commodity-matcher.c
   @brief  A Generic commodity matcher/picker
-  @author Copyright (C) 2002 Benoit Grégoire <bock at step.polymtl.ca>    
+  @author Copyright (C) 2002 Benoit Grégoire <bock at step.polymtl.ca>    
  */
 #include "config.h"
 

Modified: gnucash/trunk/src/import-export/import-commodity-matcher.h
===================================================================
--- gnucash/trunk/src/import-export/import-commodity-matcher.h	2009-02-03 21:19:31 UTC (rev 17876)
+++ gnucash/trunk/src/import-export/import-commodity-matcher.h	2009-02-03 21:19:39 UTC (rev 17877)
@@ -20,7 +20,7 @@
     @{ */
 /** @file import-commodity-matcher.h
   @brief A Generic commodity matcher/picker
-  @author Copyright (C) 2002 Benoit Grégoire <bock at step.polymtl.ca>    
+  @author Copyright (C) 2002 Benoit Grégoire <bock at step.polymtl.ca>    
  */
 #ifndef IMPORT_COMMODITY_MATCHER_H
 #define IMPORT_COMMODITY_MATCHER_H

Modified: gnucash/trunk/src/import-export/import-main-matcher.h
===================================================================
--- gnucash/trunk/src/import-export/import-main-matcher.h	2009-02-03 21:19:31 UTC (rev 17876)
+++ gnucash/trunk/src/import-export/import-main-matcher.h	2009-02-03 21:19:39 UTC (rev 17877)
@@ -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    
 */
 

Modified: gnucash/trunk/src/import-export/import-match-picker.c
===================================================================
--- gnucash/trunk/src/import-export/import-match-picker.c	2009-02-03 21:19:31 UTC (rev 17876)
+++ gnucash/trunk/src/import-export/import-match-picker.c	2009-02-03 21:19:39 UTC (rev 17877)
@@ -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 <hampton at employees.org>
 */
  

Modified: gnucash/trunk/src/import-export/import-match-picker.h
===================================================================
--- gnucash/trunk/src/import-export/import-match-picker.h	2009-02-03 21:19:31 UTC (rev 17876)
+++ gnucash/trunk/src/import-export/import-match-picker.h	2009-02-03 21:19:39 UTC (rev 17877)
@@ -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

Modified: gnucash/trunk/src/import-export/import-settings.c
===================================================================
--- gnucash/trunk/src/import-export/import-settings.c	2009-02-03 21:19:31 UTC (rev 17876)
+++ gnucash/trunk/src/import-export/import-settings.c	2009-02-03 21:19:39 UTC (rev 17877)
@@ -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"
 

Modified: gnucash/trunk/src/import-export/import-settings.h
===================================================================
--- gnucash/trunk/src/import-export/import-settings.h	2009-02-03 21:19:31 UTC (rev 17876)
+++ gnucash/trunk/src/import-export/import-settings.h	2009-02-03 21:19:39 UTC (rev 17877)
@@ -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

Modified: gnucash/trunk/src/import-export/import-utilities.c
===================================================================
--- gnucash/trunk/src/import-export/import-utilities.c	2009-02-03 21:19:31 UTC (rev 17876)
+++ gnucash/trunk/src/import-export/import-utilities.c	2009-02-03 21:19:39 UTC (rev 17877)
@@ -21,7 +21,7 @@
 /** @internal
     @file import-utilities.c
     @brief Utility functions for writing import modules.
-    @author Copyright (C) 2002 Benoit Grégoire <bock at step.polymtl.ca>
+    @author Copyright (C) 2002 Benoit Grégoire <bock at step.polymtl.ca>
 */
 #include "config.h"
 

Modified: gnucash/trunk/src/import-export/import-utilities.h
===================================================================
--- gnucash/trunk/src/import-export/import-utilities.h	2009-02-03 21:19:31 UTC (rev 17876)
+++ gnucash/trunk/src/import-export/import-utilities.h	2009-02-03 21:19:39 UTC (rev 17877)
@@ -20,7 +20,7 @@
     @{ */
 /** @file import-utilities.h
     @brief Utility functions for writing import modules.
-    @author Copyright (C) 2002 Benoit Grégoire <bock at step.polymtl.ca>
+    @author Copyright (C) 2002 Benoit Grégoire <bock at step.polymtl.ca>
 */
 #ifndef IMPORT_UTILITIES_H
 #define IMPORT_UTILITIES_H

Modified: gnucash/trunk/src/import-export/log-replay/gnc-log-replay.c
===================================================================
--- gnucash/trunk/src/import-export/log-replay/gnc-log-replay.c	2009-02-03 21:19:31 UTC (rev 17876)
+++ gnucash/trunk/src/import-export/log-replay/gnc-log-replay.c	2009-02-03 21:19:39 UTC (rev 17877)
@@ -21,7 +21,7 @@
 /** @internal
     @file gnc-log-replay.c
     @brief .log file replay code
-    @author Copyright (c) 2003 Benoit Grégoire <bock at step.polymtl.ca>
+    @author Copyright (c) 2003 Benoit Grégoire <bock at step.polymtl.ca>
 */
 #include "config.h"
 

Modified: gnucash/trunk/src/import-export/log-replay/gnc-log-replay.h
===================================================================
--- gnucash/trunk/src/import-export/log-replay/gnc-log-replay.h	2009-02-03 21:19:31 UTC (rev 17876)
+++ gnucash/trunk/src/import-export/log-replay/gnc-log-replay.h	2009-02-03 21:19:39 UTC (rev 17877)
@@ -20,7 +20,7 @@
      @brief .log replay module interface
      *
      gnc-log-replay.h
-     @author Copyright (c) 2003 Benoit Grégoire <bock at step.polymtl.ca>
+     @author Copyright (c) 2003 Benoit Grégoire <bock at step.polymtl.ca>
  */
 #ifndef OFX_IMPORT_H
 #define OFX_IMPORT_H

Modified: gnucash/trunk/src/import-export/log-replay/gncmod-log-replay.c
===================================================================
--- gnucash/trunk/src/import-export/log-replay/gncmod-log-replay.c	2009-02-03 21:19:31 UTC (rev 17876)
+++ gnucash/trunk/src/import-export/log-replay/gncmod-log-replay.c	2009-02-03 21:19:39 UTC (rev 17877)
@@ -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 bock at step.polymtl.ca
+ @author Copyright (c) 2003 Benoit Grégoire bock at step.polymtl.ca
  */
 #include "config.h"
 

Modified: gnucash/trunk/src/import-export/ofx/gnc-ofx-import.c
===================================================================
--- gnucash/trunk/src/import-export/ofx/gnc-ofx-import.c	2009-02-03 21:19:31 UTC (rev 17876)
+++ gnucash/trunk/src/import-export/ofx/gnc-ofx-import.c	2009-02-03 21:19:39 UTC (rev 17877)
@@ -21,7 +21,7 @@
 /** @internal
      @file gnc-ofx-import.c
      @brief Ofx import module code
-     @author Copyright (c) 2002 Benoit Grégoire <bock at step.polymtl.ca>
+     @author Copyright (c) 2002 Benoit Grégoire <bock at step.polymtl.ca>
  */
 #include "config.h"
 

Modified: gnucash/trunk/src/import-export/ofx/gnc-ofx-import.h
===================================================================
--- gnucash/trunk/src/import-export/ofx/gnc-ofx-import.h	2009-02-03 21:19:31 UTC (rev 17876)
+++ gnucash/trunk/src/import-export/ofx/gnc-ofx-import.h	2009-02-03 21:19:39 UTC (rev 17877)
@@ -20,7 +20,7 @@
      @brief Ofx import module interface
      *
      gnc-ofx-import.h
-     @author Copyright (c) 2002 Benoit Grégoire <bock at step.polymtl.ca>
+     @author Copyright (c) 2002 Benoit Grégoire <bock at step.polymtl.ca>
  */
 #ifndef OFX_IMPORT_H
 #define OFX_IMPORT_H

Modified: gnucash/trunk/src/import-export/ofx/gncmod-ofx-import.c
===================================================================
--- gnucash/trunk/src/import-export/ofx/gncmod-ofx-import.c	2009-02-03 21:19:31 UTC (rev 17876)
+++ gnucash/trunk/src/import-export/ofx/gncmod-ofx-import.c	2009-02-03 21:19:39 UTC (rev 17877)
@@ -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 bock at step.polymtl.ca
+ @author Copyright (c) 2002 Benoit Grégoire bock at step.polymtl.ca
  */
 #include "config.h"
 

Modified: gnucash/trunk/src/optional/xsl/README
===================================================================
--- gnucash/trunk/src/optional/xsl/README	2009-02-03 21:19:31 UTC (rev 17876)
+++ gnucash/trunk/src/optional/xsl/README	2009-02-03 21:19:39 UTC (rev 17877)
@@ -12,7 +12,7 @@
 
        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 @@
           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 @@
 
        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 



More information about the gnucash-changes mailing list