From 3ee5b48397287fe02a74620cb9ec87e670ab5881 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Mon, 30 Dec 2002 10:25:14 +0000 Subject: [PATCH] Warning if mismatch on character set. --- doc/usage.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/usage.html b/doc/usage.html index 225470e..39a0cb3 100644 --- a/doc/usage.html +++ b/doc/usage.html @@ -470,10 +470,12 @@ values:
-For both these parameters you can pass 0 for non-UNICODE encodings, since -that corresponds to the correct values (and is ignored anyway).  The -function returns 0 in case of success, non-zero in case of error.
+ For both these parameters you can pass 0 for non-UNICODE encodings, +since that corresponds to the correct values (and is ignored anyway).  The +function returns 0 in case of success, non-zero in case of error.  Note +that you still need to pass the correct charset value for the HEAD.CHAR tag, +otherwise you will get a warning, and the value will be forced to the correct +value.

Further, it is possible to control the kind of line terminator that is used, via the following function (also to be used before gedcom_write_open):
int gedcom_write_set_line_terminator (Enc_line_end end);
@@ -735,4 +737,5 @@ gedcom-config --libs gom



+
\ No newline at end of file -- 2.30.2