summaryrefslogtreecommitdiff
path: root/tests/testtext.c
diff options
context:
space:
mode:
authorChookij Vanatham <chookij@src.gnome.org>2001-04-26 19:03:58 +0000
committerChookij Vanatham <chookij@src.gnome.org>2001-04-26 19:03:58 +0000
commitd483ebcff1e4c661d05c24d8834e80da78abc95c (patch)
tree530d07ea92d89e6053df8171b68c7b809b79911f /tests/testtext.c
parent3868c156996078da8866d9766bef0a434c3e172d (diff)
downloadgtk+-d483ebcff1e4c661d05c24d8834e80da78abc95c.tar.gz
Added Hebrew Punctuation/Point Marks to the text.
Diffstat (limited to 'tests/testtext.c')
-rw-r--r--tests/testtext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testtext.c b/tests/testtext.c
index 73c7231f64..51ab5bcba1 100644
--- a/tests/testtext.c
+++ b/tests/testtext.c
@@ -548,7 +548,7 @@ fill_example_buffer (GtkTextBuffer *buffer)
"(Hello World!)\nfoo foo Hello this is some text we are using to text word wrap. It has punctuation! gee; blah - hmm, great.\nnew line with a significant quantity of text on it. This line really does contain some text. More text! More text! More text!\n"
/* This is UTF8 stuff, Emacs doesn't
really know how to display it */
- "German (Deutsch Süd) Grüß Gott Greek (Ελληνικά) Γειά σας Hebrew שלום Japanese (日本語) Thai (สวัสดีครับ!! Oop!! คำต่อไปนื่สะกดผิด พัั้ัั่งโกะ )\n", -1);
+ "German (Deutsch Süd) Grüß Gott Greek (Ελληνικά) Γειά σας Hebrew(שלום) Hebrew punctuation(\xd6\xbfש\xd6\xbb\xd6\xbc\xd6\xbb\xd6\xbfל\xd6\xbcו\xd6\xbc\xd6\xbb\xd6\xbb\xd6\xbfם\xd6\xbc\xd6\xbb\xd6\xbf) Japanese (日本語) Thai (สวัสดีครับ) Thai wrong spelling (คำต่อไปนื่สะกดผิด พัั้ัั่งโกะ)\n", -1);
temp_mark =
gtk_text_buffer_create_mark (buffer, "tmp_mark", &iter, TRUE);