Diff for /XML/encoding.c between versions 1.16 and 1.17

version 1.16, 1999/09/02 16:30:54 version 1.17, 1999/09/17 12:08:23
Line 19 Line 19
  * Daniel.Veillard@w3.org   * Daniel.Veillard@w3.org
  */   */
   
   #ifndef WIN32
 #include "config.h"  #include "config.h"
 #include <ctype.h>  #endif
 #include <string.h>  
 #include <stdio.h>  #include <stdio.h>
   #include <string.h>
   
   #ifdef HAVE_CTYPE_H
   #include <ctype.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.16  
changed lines
  Added in v.1.17


Webmaster