diff options
author | Not Zed <NotZed@Ximian.com> | 2005-06-01 09:14:22 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-06-01 09:14:22 +0800 |
commit | 5c9d3a0ef54676acc02d09f031c4b2a1237ca305 (patch) | |
tree | 61974f695f69c5802b7654dd1e3a7125762ccf30 /shell/e-shell-window-commands.c | |
parent | e8b05117034c2171ed7cc6378549e30e6071505b (diff) | |
download | gsoc2013-evolution-5c9d3a0ef54676acc02d09f031c4b2a1237ca305.tar.gz gsoc2013-evolution-5c9d3a0ef54676acc02d09f031c4b2a1237ca305.tar.zst gsoc2013-evolution-5c9d3a0ef54676acc02d09f031c4b2a1237ca305.zip |
fixed the utf8 in the last patch.
2005-06-01 Not Zed <NotZed@Ximian.com>
* e-shell-window-commands.c: fixed the utf8 in the last patch.
svn path=/trunk/; revision=29434
Diffstat (limited to 'shell/e-shell-window-commands.c')
-rw-r--r-- | shell/e-shell-window-commands.c | 13 |
1 files changed, 10 insertions, 3 deletions
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", |