Copied from old documentation. Removed all Gedcom_val details.
[gedcom-parse.git] / gedcom / encoding.c
2003-01-26 Peter VerthezConvert spaces to underscores in GEDCOM name for encodi...
2003-01-25 Peter VerthezMoved encoding state to separate source file.
2003-01-25 Peter VerthezImplemented an encoding state.
2002-12-21 Peter Verthezutf8.h is renamed to utf8tools.h
2002-12-04 Peter VerthezBeginnings of write support.
2002-12-01 Peter VerthezUse general UTF-8 conversion in libutf8 for to_internal.
2002-10-14 Peter VerthezUse ICONV_CONST for portability.
2002-09-28 Peter VerthezPortability: set GCONV_PATH only if iconv implemented...
2002-09-22 Peter VerthezClean up gconv path at the proper time.
2002-09-22 Peter VerthezKeep old encoding if new one cannot be created.
2002-09-21 Peter VerthezClean up environment at exit.
2002-09-15 Peter VerthezTake care of const correctness.
2002-09-08 Peter VerthezMore thorough error checking on library calls.
2002-08-16 Peter VerthezHandle illegal characters in to_internal (to avoid...
2002-03-17 Peter VerthezAdd interface function gedcom_init(), to avoid problem...
2002-01-15 Peter VerthezSeparate the modification of GCONV_PATH from the rest...
2002-01-05 Peter VerthezBugfixes in using the hash implementation of kazlib.
2002-01-02 Peter VerthezUse hash implementation from kazlib.
2001-12-15 Peter VerthezMove INTERNAL_ENCODING to gedcom_internal.h
2001-12-13 Peter VerthezLittle better error messages.
2001-12-11 Peter VerthezAdded gettext calls.
2001-12-10 Peter VerthezMove to LGPL license.
2001-12-09 Peter VerthezRemove superfluous printf statement.
2001-12-09 Peter VerthezPut data directory of libgedcom in the GCONV_PATH ...
2001-12-09 Peter VerthezLook for encoding configuration file in current directo...
2001-12-09 Peter VerthezMoved to gedcom subdirectory.