From: Peter Verthez Date: Mon, 30 Dec 2002 10:25:14 +0000 (+0000) Subject: Warning if mismatch on character set. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;ds=sidebyside;h=3ee5b48397287fe02a74620cb9ec87e670ab5881;p=gedcom-parse.git Warning if mismatch on character set. --- 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