Added Thai UTF-8 text which also has the wrong written syntax.

This commit is contained in:
Chookij Vanatham 2001-03-29 18:18:46 +00:00
parent 90f398a413
commit 1c537e5853
2 changed files with 2 additions and 2 deletions

View File

@ -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 (日本語)\n", -1);
"German (Deutsch Süd) Grüß Gott Greek (Ελληνικά) Γειά σας Hebrew שלום Japanese (日本語) Thai (สวัสดีครับ!! Oop!! คำต่อไปนื่สะกดผิด พัั้ัั่งโกะ )\n", -1);
temp_mark =
gtk_text_buffer_create_mark (buffer, "tmp_mark", &iter, TRUE);

View File

@ -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 (日本語)\n", -1);
"German (Deutsch Süd) Grüß Gott Greek (Ελληνικά) Γειά σας Hebrew שלום Japanese (日本語) Thai (สวัสดีครับ!! Oop!! คำต่อไปนื่สะกดผิด พัั้ัั่งโกะ )\n", -1);
temp_mark =
gtk_text_buffer_create_mark (buffer, "tmp_mark", &iter, TRUE);