1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-30 22:43:14 +03:00

Changed the internals a lot for DOM, entity support, slight changes of API,

more (if not all) formating of function comments, started documentation, Daniel.
This commit is contained in:
Daniel Veillard
1998-10-27 06:21:04 +00:00
parent 11e0058a11
commit ccb096379a
23 changed files with 1067 additions and 219 deletions

View File

@ -77,7 +77,7 @@ UTF8Toisolat1(unsigned char* out, int outlen, unsigned char* in, int inlen)
unsigned char* outstart= out;
unsigned char* outend= out+outlen;
unsigned char* inend= in+inlen;
unsigned char c, d;
unsigned char c;
while (in < inend) {
c= *in++;