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 | |
parent | e8b05117034c2171ed7cc6378549e30e6071505b (diff) | |
download | gsoc2013-evolution-5c9d3a0ef54676acc02d09f031c4b2a1237ca305.tar gsoc2013-evolution-5c9d3a0ef54676acc02d09f031c4b2a1237ca305.tar.gz gsoc2013-evolution-5c9d3a0ef54676acc02d09f031c4b2a1237ca305.tar.bz2 gsoc2013-evolution-5c9d3a0ef54676acc02d09f031c4b2a1237ca305.tar.lz gsoc2013-evolution-5c9d3a0ef54676acc02d09f031c4b2a1237ca305.tar.xz 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
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | 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 <NotZed@Ximian.com> + + * e-shell-window-commands.c: fixed the utf8 in the last patch. + 2005-06-01 S.Çaglar Onur <caglar@uludag.org.tr> * 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", |