From 5c9d3a0ef54676acc02d09f031c4b2a1237ca305 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 1 Jun 2005 01:14:22 +0000 Subject: fixed the utf8 in the last patch. 2005-06-01 Not Zed * e-shell-window-commands.c: fixed the utf8 in the last patch. svn path=/trunk/; revision=29434 --- shell/ChangeLog | 4 ++++ shell/e-shell-window-commands.c | 13 ++++++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index 458a6d76a6..5e21c59d45 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2005-06-01 Not Zed + + * e-shell-window-commands.c: fixed the utf8 in the last patch. + 2005-06-01 S.Çaglar Onur * e-shell-window-commands.c (authors[]): Fixed my name. diff --git a/shell/e-shell-window-commands.c b/shell/e-shell-window-commands.c index 1b1ed81967..fd247b1898 100644 --- a/shell/e-shell-window-commands.c +++ b/shell/e-shell-window-commands.c @@ -135,7 +135,14 @@ command_submit_bug (BonoboUIComponent *uih, } /* must be in utf8, the weird breaking of escaped strings - is so the hex escape strings dont swallow too many chars */ + is so the hex escape strings dont swallow too many chars + +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + So that means, 8 bit characters, use \xXX hex encoding ONLY +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + + No all environments are utf8 and not all editors can handle it. +*/ static const char *authors[] = { "Aaron Weber", "Abel Cheung", @@ -413,9 +420,9 @@ static const char *authors[] = { "Russell Steinthal", "Ryan P. Skadberg", "S N Tejasvi", - "S.Çağlar Onur", + "S.\xc3\x87" "a\xc4\x9" "flar Onur", "Sam Creasey", - "Samúel Jón Gunnarsson", + "Sam\xC3\xBA" "el J\xC3\xB3" "n Gunnarsson", "Sankar P", "Sanlig Badral", "Sanshao Jiang", -- cgit v1.2.3