From e2dc61467fd3fa3692d580ffe86f78965bb8485e Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sun, 3 Nov 2002 13:18:00 +0000 Subject: [PATCH] The function gedcom_init now calls setlocale. --- doc/usage.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.30.2