use standard comments. uptodate escape sequence.
authorPavel Heimlich <pavel.heimlich@oracle.com>
Mon, 08 Nov 2010 12:20:51 +0100
changeset 42 cc10a222c09d
parent 41 fb57b25feaf0
child 43 8204420456b3
use standard comments. uptodate escape sequence.
icu/internaltests/ucnv_toUChars.c
--- a/icu/internaltests/ucnv_toUChars.c	Mon Nov 08 11:35:41 2010 +0100
+++ b/icu/internaltests/ucnv_toUChars.c	Mon Nov 08 12:20:51 2010 +0100
@@ -38,11 +38,11 @@
 		exit (-1);
 	}
 
-	#the default behaviour changed to replace invalid bytes with a replacement character.
-	#disable callback:
+	//the default behaviour changed to replace invalid bytes with a replacement character.
+	//disable callback:
 	ucnv_setToUCallBack(ucnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &err);
 
-	count = ucnv_toUChars(ucnv, t, 100, "mp NaKn>NaKn|Mqr'NaKo:r'Piano Rec", 40, &err);
+	count = ucnv_toUChars(ucnv, t, 100, "/p NaKn>NaKn|Mqr'NaKo:r'Piano Rec", 40, &err);
 
 	printf("Conversion finished with count: %d, err: 0x%x\n", count, err);
 	if (err == 0x12) {