X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=doc%2Fusage.html;fp=doc%2Fusage.html;h=00bddefbfd66c45b1cc5413ff52315aab964ce9c;hb=e2dc61467fd3fa3692d580ffe86f78965bb8485e;hp=dc2e70ad7d9f03ebde68f0f2b722ca9caf204076;hpb=d7e1e0c33172af1165d3059f67d51ec099fa4e02;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