? extras/Makefile.in
? extras/mmsbox-mm1/Makefile.in
? extras/pgsql-queue/Makefile.in
Index: extras/pgsql-queue/mms_pgsql_queue.c
===================================================================
RCS file: /cvsroot/mbuni/mbuni/extras/pgsql-queue/mms_pgsql_queue.c,v
retrieving revision 1.44
diff -r1.44 mms_pgsql_queue.c
69c69
< 	  Octstr *x = octstr_copy(xcinfo, 0, i);
---
> 	  Octstr *x = octstr_copy(xcinfo, i, octstr_len(xcinfo));
71c71
< 	  octstr_delete(xcinfo, 0, i+1);
---
> 	  octstr_delete(xcinfo, i, octstr_len(xcinfo));
Index: mmlib/mms_mm7soap.c
===================================================================
RCS file: /cvsroot/mbuni/mbuni/mmlib/mms_mm7soap.c,v
retrieving revision 1.69
diff -r1.69 mms_mm7soap.c
709c709
< 	  http_header_add(hx, "Content-Type", "text/xml");
---
> 	  http_header_add(hx, "Content-Type", "text/xml; charset=utf-8");
Index: mmlib/mms_util.c
===================================================================
RCS file: /cvsroot/mbuni/mbuni/mmlib/mms_util.c,v
retrieving revision 1.130
diff -r1.130 mms_util.c
3039c3039
< 	  xmlDocDumpFormatMemory(smil, &buf, &bsize, 1);
---
> 	  xmlDocDumpFormatMemoryEnc(smil, &buf, &bsize, "utf-8", 1);
3046c3046
< 	       http_header_add(xh, "Content-Type", "application/smil");
---
> 	       http_header_add(xh, "Content-Type", "application/smil; charset=utf-8");
