[gedit] Use octal escaping instead of unicode chars.



commit 354b969cffa0da9daeeed2993a166041b0cd60d7
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Mon Mar 1 21:04:56 2010 +0100

    Use octal escaping instead of unicode chars.

 tests/document-output-stream.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/document-output-stream.c b/tests/document-output-stream.c
index 3711421..764b625 100644
--- a/tests/document-output-stream.c
+++ b/tests/document-output-stream.c
@@ -109,7 +109,7 @@ test_consecutive_tnewline ()
 static void
 test_big_char ()
 {
-	test_consecutive_write ("ã??ã??", "ã??ã??", 2,
+	test_consecutive_write ("\343\203\200\343\203\200", "\343\203\200\343\203\200", 2,
 				GEDIT_DOCUMENT_NEWLINE_TYPE_LF);
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]