[gedit] Use octal escaping instead of unicode chars.
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Use octal escaping instead of unicode chars.
- Date: Mon, 1 Mar 2010 20:05:25 +0000 (UTC)
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]