ossp-pkg/xds/regression-tests/xml-string.c 1.1 -> 1.2
--- xml-string.c 2001/08/08 11:21:28 1.1
+++ xml-string.c 2001/08/08 14:40:30 1.2
@@ -37,7 +37,7 @@
char* buffer;
size_t buffer_size;
- char msg[] = "<Hallo> ]]>&<&>World";
+ char msg[] = "<Hallo> ]]>&<&>World: äöüß";
char* new_msg;
/* Encode the string, then erase the buffer and decode the string
|
|