Check-in Number:
|
4296 | |
Date: |
2001-Aug-08 16:40:30 (local)
2001-Aug-08 14:40:30 (UTC) |
User: | simons |
Branch: | |
Comment: |
Added some weird characters in the xml-string example in order to test
UTF-8 encoding. |
Tickets: |
|
Inspections: |
|
Files: |
|
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
|
|