X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=doc%2Fusage.html;h=00bddefbfd66c45b1cc5413ff52315aab964ce9c;hb=68591c9aab2c2f87640bbea49220f860b09bb39c;hp=dc2e70ad7d9f03ebde68f0f2b722ca9caf204076;hpb=cf04c144fa910f52d44ef33d2fa9a03f912efa2e;p=gedcom-parse.git diff --git a/doc/usage.html b/doc/usage.html index dc2e70a..00bddef 100644 --- a/doc/usage.html +++ b/doc/usage.html @@ -102,8 +102,9 @@ the -lgedcom option on the linking of the program as the last option, so that its initialization code is run first.  In the case of using the C object model, the linking options should be: -lgedcom_gom -lgedcom
-
- The next sections will refine this piece of code to be able to have +
The function gedcom_init() also initializes locale handling by calling setlocale(LC_ALL, ""), in case the application would not do this (it doesn't hurt for the application to do the same).

+The next sections will refine this piece of code to be able to have meaningful errors and the actual data that is in the file.

@@ -728,4 +729,5 @@ There are three preprocessor symbols defined for version checks in the


+
\ No newline at end of file