Diff for /XML/encoding.c between versions 1.19 and 1.20

version 1.19, 1999/11/24 17:57:48 version 1.20, 1999/12/18 11:28:54
Line 29 Line 29
 #ifdef HAVE_CTYPE_H  #ifdef HAVE_CTYPE_H
 #include <ctype.h>  #include <ctype.h>
 #endif  #endif
   #ifdef HAVE_STDLIB_H
   #include <stdlib.h>
   #endif
 #include "encoding.h"  #include "encoding.h"
 #ifdef HAVE_UNICODE_H  #ifdef HAVE_UNICODE_H
 #include <unicode.h>  #include <unicode.h>

Removed from v.1.19  
changed lines
  Added in v.1.20


Webmaster