aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/e-shell-window-commands.c13
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",