libdrawtext
changeset 8:87798d469b81
forgot to change the hello world message back to normal
author | John Tsiombikas <nuclear@mutantstargoat.com> |
---|---|
date | Sun, 18 Sep 2011 14:18:25 +0300 |
parents | 10cfb642d0b8 |
children | 9d44f6b0591f |
files | examples/unicode/unicode.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/examples/unicode/unicode.c Sun Sep 18 01:30:30 2011 +0300 1.2 +++ b/examples/unicode/unicode.c Sun Sep 18 14:18:25 2011 +0300 1.3 @@ -58,7 +58,7 @@ 1.4 } 1.5 1.6 /* various UTF-8 strings */ 1.7 -const char *english_text = "Hello g p world!"; 1.8 +const char *english_text = "Hello world!"; 1.9 const char *greek_text = "\xce\x9a\xce\xbf\xcf\x8d\xcf\x81\xce\xb1\xcf\x83\xce\xb7"; 1.10 const char *russian_text = "\xd0\xa0\xd0\xb0\xd1\x81\xd1\x86\xd0\xb2\xd0\xb5\xd1\x82\xd0\xb0\xd0\xbb\xd0\xb8 \xd1\x8f\xd0\xb1\xd0\xbb\xd0\xbe\xd0\xbd\xd0\xb8 \xd0\xb8 \xd0\xb3\xd1\x80\xd1\x83\xd1\x88\xd0\xb8"; 1.11 const char *kanji_text = "\xe4\xb9\x97\xe4\xba\xac";