[dia] Bug 611704 - Use Unicode characters in translatable strings



commit ed561ba4bcb408b19848fe734be618d70cc70c0a
Author: Philip Withnall <philip tecnocode co uk>
Date:   Wed Mar 3 14:37:46 2010 +0000

    Bug 611704 - Use Unicode characters in translatable strings
    
    Convert the translatable strings to use proper Unicode ellipsis, en- and
    em-dash characters.

 app/disp_callbacks.c           |    2 +-
 app/interface.c                |    6 +++---
 app/menus.c                    |   16 ++++++++--------
 app/sheets_dialog_callbacks.c  |   16 ++++++++--------
 app/splash.c                   |    2 +-
 lib/dialinechooser.c           |    2 +-
 lib/widgets.c                  |    2 +-
 objects/SISSI/sissi_dialog.c   |    2 +-
 plug-ins/cairo/diacairo.c      |    2 +-
 plug-ins/svg/svg-import.c      |    2 +-
 plug-ins/wmf/wmf.cpp           |    2 +-
 plug-ins/xfig/xfig-export.c    |    2 +-
 plug-ins/xfig/xfig-import.c    |    4 ++--
 sheets/BPMN.sheet.in           |   40 ++++++++++++++++++++--------------------
 sheets/Cybernetics.sheet.in    |   16 ++++++++--------
 sheets/ciscocomputer.sheet.in  |    2 +-
 sheets/ciscohub.sheet.in       |    2 +-
 sheets/ciscomisc.sheet.in      |    2 +-
 sheets/cisconetwork.sheet.in   |    2 +-
 sheets/ciscotelephony.sheet.in |    2 +-
 sheets/jigsaw.sheet.in         |   32 ++++++++++++++++----------------
 21 files changed, 79 insertions(+), 79 deletions(-)
---
diff --git a/app/disp_callbacks.c b/app/disp_callbacks.c
index 22b5729..a9c863e 100644
--- a/app/disp_callbacks.c
+++ b/app/disp_callbacks.c
@@ -123,7 +123,7 @@ add_properties_menu_item (GtkMenu *menu, gboolean separator)
     gtk_widget_show(menu_item);
   }
 
-  menu_item = gtk_menu_item_new_with_label(_("Properties..."));
+  menu_item = gtk_menu_item_new_with_label(_("Propertiesâ?¦"));
   g_signal_connect(GTK_OBJECT(menu_item), "activate", G_CALLBACK(dialogs_properties_callback), NULL);
   gtk_menu_shell_append (GTK_MENU_SHELL (menu), menu_item);
   gtk_widget_show(menu_item);
diff --git a/app/interface.c b/app/interface.c
index 4fffdd1..26d8c3b 100644
--- a/app/interface.c
+++ b/app/interface.c
@@ -1548,12 +1548,12 @@ create_lineprops_area(GtkWidget *parent)
   g_free(arrow_name);
   dia_arrow_chooser_set_arrow(DIA_ARROW_CHOOSER(chooser), &arrow);
   attributes_set_default_start_arrow(arrow);
-  gtk_widget_set_tooltip_text(chooser, _("Arrow style at the beginning of new lines.  Click to pick an arrow, or set arrow parameters with Details..."));
+  gtk_widget_set_tooltip_text(chooser, _("Arrow style at the beginning of new lines.  Click to pick an arrow, or set arrow parameters with Detailsâ?¦"));
   gtk_widget_show(chooser);
 
   chooser = dia_line_chooser_new(change_line_style, NULL);
   gtk_wrap_box_pack(GTK_WRAP_BOX(parent), chooser, TRUE, TRUE, FALSE, TRUE);
-  gtk_widget_set_tooltip_text (chooser, _("Line style for new lines.  Click to pick a line style, or set line style parameters with Details..."));
+  gtk_widget_set_tooltip_text (chooser, _("Line style for new lines.  Click to pick a line style, or set line style parameters with Detailsâ?¦"));
   style = persistence_register_integer("line-style", LINESTYLE_SOLID);
   dash_length = persistence_register_real("dash-length", DEFAULT_LINESTYLE_DASHLEN);
   dia_line_chooser_set_line_style(DIA_LINE_CHOOSER(chooser), style, dash_length);
@@ -1569,7 +1569,7 @@ create_lineprops_area(GtkWidget *parent)
   attributes_set_default_end_arrow(arrow);
 
   gtk_wrap_box_pack(GTK_WRAP_BOX(parent), chooser, FALSE, TRUE, FALSE, TRUE);
-  gtk_widget_set_tooltip_text(chooser, _("Arrow style at the end of new lines.  Click to pick an arrow, or set arrow parameters with Details..."));
+  gtk_widget_set_tooltip_text(chooser, _("Arrow style at the end of new lines.  Click to pick an arrow, or set arrow parameters with Detailsâ?¦"));
   gtk_widget_show(chooser);
 }
 
diff --git a/app/menus.c b/app/menus.c
index e99423a..16954aa 100644
--- a/app/menus.c
+++ b/app/menus.c
@@ -89,16 +89,16 @@ static const GtkActionEntry common_entries[] =
 /* Actions for toolbox menu */
 static const GtkActionEntry toolbox_entries[] = 
 {
-    { "FileSheets", NULL, N_("Sheets and Objects..."), "F9", NULL, G_CALLBACK (sheets_dialog_show_callback) },
+    { "FileSheets", NULL, N_("Sheets and Objectsâ?¦"), "F9", NULL, G_CALLBACK (sheets_dialog_show_callback) },
     { "FilePrefs", GTK_STOCK_PREFERENCES, NULL, NULL, NULL, G_CALLBACK (file_preferences_callback) },
-    { "FilePlugins", NULL, N_("Plugins..."), NULL, NULL, G_CALLBACK (file_plugins_callback) }
+    { "FilePlugins", NULL, N_("Pluginsâ?¦"), NULL, NULL, G_CALLBACK (file_plugins_callback) }
 };
 
 extern void diagram_tree_show(void);
 /* Toggle-Actions for toolbox menu */
 static const GtkToggleActionEntry toolbox_toggle_entries[] = 
 {
-    { "FileTree", NULL, N_("_Diagram tree..."), "F8", NULL, G_CALLBACK (diagtree_show_callback) },
+    { "FileTree", NULL, N_("_Diagram Treeâ?¦"), "F8", NULL, G_CALLBACK (diagtree_show_callback) },
     { "DiagramTree", NULL, N_("_Diagram tree"), NULL, NULL, G_CALLBACK (diagram_tree_show) }
 };
 
@@ -115,9 +115,9 @@ static const GtkActionEntry display_entries[] =
 {
     { "FileSave", GTK_STOCK_SAVE, NULL, "<control>S", N_("Save the diagram"), G_CALLBACK (file_save_callback) },
     { "FileSaveas", GTK_STOCK_SAVE_AS, NULL, "<control><shift>S", N_("Save the diagram with a new name"), G_CALLBACK (file_save_as_callback) },
-    { "FileExport", GTK_STOCK_CONVERT, N_("_Export ..."), NULL, N_("Export the diagram"), G_CALLBACK (file_export_callback) },
+    { "FileExport", GTK_STOCK_CONVERT, N_("_Exportâ?¦"), NULL, N_("Export the diagram"), G_CALLBACK (file_export_callback) },
     { "DiagramProperties", GTK_STOCK_PROPERTIES, N_("_Diagram Properties"), "<shift><alt>Return", NULL, G_CALLBACK (view_diagram_properties_callback) },
-    { "FilePagesetup", NULL, N_("Page Set_up..."), NULL, NULL, G_CALLBACK (file_pagesetup_callback) },
+    { "FilePagesetup", NULL, N_("Page Set_upâ?¦"), NULL, NULL, G_CALLBACK (file_pagesetup_callback) },
     { "FilePrint", GTK_STOCK_PRINT, NULL, "<control>P", N_("Print the diagram"), G_CALLBACK (file_print_callback) },
     { "FileClose", GTK_STOCK_CLOSE, NULL, "<control>W", NULL, G_CALLBACK (file_close_callback) },
 
@@ -141,11 +141,11 @@ static const GtkActionEntry display_entries[] =
     { "EditPastetext", NULL, N_("Paste _Text"), "<control><shift>V", NULL, G_CALLBACK (edit_paste_text_callback) },
 
   { "Layers", NULL, N_("_Layers"), NULL, NULL, NULL }, 
-    { "LayerAdd", DIA_STOCK_LAYER_ADD, N_("Add Layer..."), NULL, NULL, G_CALLBACK (layers_add_layer_callback) },
-    { "LayerRename", DIA_STOCK_LAYER_RENAME, N_("Rename Layer..."), NULL, NULL, G_CALLBACK (layers_rename_layer_callback) },
+    { "LayerAdd", DIA_STOCK_LAYER_ADD, N_("Add Layerâ?¦"), NULL, NULL, G_CALLBACK (layers_add_layer_callback) },
+    { "LayerRename", DIA_STOCK_LAYER_RENAME, N_("Rename Layerâ?¦"), NULL, NULL, G_CALLBACK (layers_rename_layer_callback) },
     { "ObjectsLayerAbove", DIA_STOCK_OBJECTS_LAYER_ABOVE, N_("Move selection to layer above"), NULL, NULL, G_CALLBACK (objects_move_up_layer) },
     { "ObjectsLayerBelow", DIA_STOCK_OBJECTS_LAYER_BELOW, N_("Move selection to layer below"), NULL, NULL, G_CALLBACK (objects_move_down_layer) },
-    { "DiagramLayers", DIA_STOCK_LAYERS, N_("_Layers..."), "<control>L", NULL, G_CALLBACK (dialogs_layers_callback) },
+    { "DiagramLayers", DIA_STOCK_LAYERS, N_("_Layersâ?¦"), "<control>L", NULL, G_CALLBACK (dialogs_layers_callback) },
 
   { "View", NULL, N_("_View"), NULL, NULL, NULL },
     { "ViewZoomin", GTK_STOCK_ZOOM_IN, NULL, "<control>plus", N_("Zoom in"), G_CALLBACK (view_zoom_in_callback) },
diff --git a/app/sheets_dialog_callbacks.c b/app/sheets_dialog_callbacks.c
index 3438e59..2307c1c 100644
--- a/app/sheets_dialog_callbacks.c
+++ b/app/sheets_dialog_callbacks.c
@@ -161,26 +161,26 @@ on_sheets_dialog_object_button_toggled(GtkToggleButton *togglebutton,
     g_object_set_data(G_OBJECT(table_sheets), "active_optionmenu",
                       optionmenu_left);
     button = lookup_widget(sheets_dialog, "button_copy");
-    g_object_set(button, "label", _("Copy ->"), NULL);
+    g_object_set(button, "label", _("Copy â??"), NULL);
     button = lookup_widget(sheets_dialog, "button_copy_all");
-    g_object_set(button, "label", _("Copy All ->"), NULL);
+    g_object_set(button, "label", _("Copy All â??"), NULL);
     button = lookup_widget(sheets_dialog, "button_move");
-    g_object_set(button, "label", _("Move ->"), NULL);
+    g_object_set(button, "label", _("Move â??"), NULL);
     button = lookup_widget(sheets_dialog, "button_move_all");
-    g_object_set(button, "label", _("Move All ->"), NULL);
+    g_object_set(button, "label", _("Move All â??"), NULL);
   }
   else
   {
     g_object_set_data(G_OBJECT(table_sheets), "active_optionmenu",
                       optionmenu_right);
     button = lookup_widget(sheets_dialog, "button_copy");
-    g_object_set(button, "label", _("<- Copy"), NULL);
+    g_object_set(button, "label", _("â?? Copy"), NULL);
     button = lookup_widget(sheets_dialog, "button_copy_all");
-    g_object_set(button, "label", _("<- Copy All"), NULL);
+    g_object_set(button, "label", _("â?? Copy All"), NULL);
     button = lookup_widget(sheets_dialog, "button_move");
-    g_object_set(button, "label", _("<- Move"), NULL);
+    g_object_set(button, "label", _("â?? Move"), NULL);
     button = lookup_widget(sheets_dialog, "button_move_all");
-    g_object_set(button, "label", _("<- Move All"), NULL);
+    g_object_set(button, "label", _("â?? Move All"), NULL);
   }
 
   sheet_left = sheet_left ? sheet_left : "";  /* initial value can be NULL */
diff --git a/app/splash.c b/app/splash.c
index e0c6a1f..7295a0d 100644
--- a/app/splash.c
+++ b/app/splash.c
@@ -54,7 +54,7 @@ app_splash_init (const gchar* fname)
 
   splash = gtk_window_new (GTK_WINDOW_TOPLEVEL);
   gtk_window_set_role (GTK_WINDOW (splash), "start_dialog");
-  gtk_window_set_title (GTK_WINDOW (splash), _("Loading ..."));
+  gtk_window_set_title (GTK_WINDOW (splash), _("Loadingâ?¦"));
   gtk_window_set_resizable (GTK_WINDOW (splash), FALSE);
   gtk_window_set_position (GTK_WINDOW (splash), GTK_WIN_POS_CENTER);
 
diff --git a/lib/dialinechooser.c b/lib/dialinechooser.c
index 6f65bd7..9d152df 100644
--- a/lib/dialinechooser.c
+++ b/lib/dialinechooser.c
@@ -335,7 +335,7 @@ dia_line_chooser_init (DiaLineChooser *lchooser)
     gtk_menu_shell_append (GTK_MENU_SHELL (menu), mi);
     gtk_widget_show (mi);
   }
-  mi = gtk_menu_item_new_with_label(_("Details..."));
+  mi = gtk_menu_item_new_with_label(_("Detailsâ?¦"));
   g_signal_connect_swapped(G_OBJECT(mi), "activate",
 			   G_CALLBACK(gtk_widget_show), lchooser->dialog);
   gtk_menu_shell_append (GTK_MENU_SHELL (menu), mi);
diff --git a/lib/widgets.c b/lib/widgets.c
index 41d7e7d..33379cb 100644
--- a/lib/widgets.c
+++ b/lib/widgets.c
@@ -1116,7 +1116,7 @@ dia_color_selector_more_callback(GtkWidget *widget, gpointer userdata)
 GtkWidget *
 dia_color_selector_new ()
 {
-  GtkWidget *otheritem = gtk_menu_item_new_with_label(_("More colors..."));
+  GtkWidget *otheritem = gtk_menu_item_new_with_label(_("More colorsâ?¦"));
   GtkWidget *ddm = dia_dynamic_menu_new(dia_color_selector_create_string_item,
 					NULL,
 					GTK_MENU_ITEM(otheritem),
diff --git a/objects/SISSI/sissi_dialog.c b/objects/SISSI/sissi_dialog.c
index cdd6a2f..e24680d 100644
--- a/objects/SISSI/sissi_dialog.c
+++ b/objects/SISSI/sissi_dialog.c
@@ -178,7 +178,7 @@ static SISSI_Property property_reseau_data[] = {
 static SISSI_Property property_logiciel_data[] = {
   { N_("Software"), "LOG",NULL},
     { N_("Operating System"), "LOG_OS",NULL},
-    { N_("Service - maintenance or administration software"), "LOG_SRV",NULL},
+    { N_("Service â?? maintenance or administration software"), "LOG_SRV",NULL},
     { N_("Packaged software or standard software"), "LOG_STD",NULL},
     { N_("Business application"), "LOG_APP",NULL},
       { N_("Standard business application"), "LOG_APP1",NULL},
diff --git a/plug-ins/cairo/diacairo.c b/plug-ins/cairo/diacairo.c
index b01087b..3b95f63 100644
--- a/plug-ins/cairo/diacairo.c
+++ b/plug-ins/cairo/diacairo.c
@@ -446,7 +446,7 @@ static DiaCallbackFilter cb_clipboard = {
 
 static DiaCallbackFilter cb_gtk_print = {
     "FilePrintGTK",
-    N_("Print (GTK) ..."),
+    N_("Print (GTK+)â?¦"),
     "/InvisibleMenu/File/FilePrint",
     cairo_print_callback,
     (void*)OUTPUT_PDF
diff --git a/plug-ins/svg/svg-import.c b/plug-ins/svg/svg-import.c
index 46f6d01..b4d5397 100644
--- a/plug-ins/svg/svg-import.c
+++ b/plug-ins/svg/svg-import.c
@@ -823,7 +823,7 @@ import_svg(const gchar *filename, DiagramData *dia, void* user_data)
   }
 
   if (root->ns != svg_ns && 0 != xmlStrcmp(root->name, (const xmlChar *)"svg")) {
-    message_warning(_("root element was '%s' -- expecting 'svg'."), root->name);
+    message_warning(_("root element was '%s' â?? expecting 'svg'."), root->name);
     xmlFreeDoc(doc);
     return FALSE;
   }
diff --git a/plug-ins/wmf/wmf.cpp b/plug-ins/wmf/wmf.cpp
index 6ed4407..df2734b 100644
--- a/plug-ins/wmf/wmf.cpp
+++ b/plug-ins/wmf/wmf.cpp
@@ -1448,7 +1448,7 @@ print_callback (DiagramData *data,
 
 static DiaCallbackFilter cb_gdi_print = {
     "FilePrintGDI",
-    N_("Print (GDI) ..."),
+    N_("Print (GDI)â?¦"),
     "/InvisibleMenu/File/FilePrint",
     print_callback,
     NULL
diff --git a/plug-ins/xfig/xfig-export.c b/plug-ins/xfig/xfig-export.c
index c0ee4ef..63a4b46 100644
--- a/plug-ins/xfig/xfig-export.c
+++ b/plug-ins/xfig/xfig-export.c
@@ -481,7 +481,7 @@ begin_render(DiaRenderer *self)
   if (renderer->color_pass) {
     /* Set up warnings */
     renderer->warnings[WARNING_OUT_OF_COLORS] = 
-      _("No more user-definable colors - using black");
+      _("No more user-definable colors â?? using black");
     renderer->max_user_color = 0;
   }
 
diff --git a/plug-ins/xfig/xfig-import.c b/plug-ins/xfig/xfig-import.c
index 906de01..6811c0f 100644
--- a/plug-ins/xfig/xfig-import.c
+++ b/plug-ins/xfig/xfig-import.c
@@ -376,7 +376,7 @@ static int compound_depth;
 static void
 add_at_depth(DiaObject *newobj, int depth) {
     if (depth < 0 || depth >= FIG_MAX_DEPTHS) {
-	message_error(_("Depth %d of of range, only 0-%d allowed.\n"),
+	message_error(_("Depth %d out of range; only 0â??%d allowed.\n"),
 		      depth, FIG_MAX_DEPTHS-1);
 	depth = FIG_MAX_DEPTHS - 1;
     }
@@ -1048,7 +1048,7 @@ fig_read_object(FILE *file) {
 	}
 
 	if (colornumber < 32 || colornumber > FIG_MAX_USER_COLORS) {
-	    message_error(_("Color number %d out of range 0..%d.  Discarding color.\n"),
+	    message_error(_("Color number %d out of range 0â??%d.  Discarding color.\n"),
 			  colornumber, FIG_MAX_USER_COLORS);
 	    return FALSE;
 	}
diff --git a/sheets/BPMN.sheet.in b/sheets/BPMN.sheet.in
index 1827ee9..b1267d7 100644
--- a/sheets/BPMN.sheet.in
+++ b/sheets/BPMN.sheet.in
@@ -12,70 +12,70 @@
       <_description>Start Event</_description>
     </object>
     <object name="BPMN - Start-Event-Message">
-      <_description>Start Event - Message</_description>
+      <_description>Start Event â?? Message</_description>
     </object>
     <object name="BPMN - Start-Event-Timer">
-      <_description>Start Event - Timer</_description>
+      <_description>Start Event â?? Timer</_description>
     </object>
     <object name="BPMN - Start-Event-Rule">
-      <_description>Start Event - Rule</_description>
+      <_description>Start Event â?? Rule</_description>
     </object>
     <object name="BPMN - Start-Event-Link">
-      <_description>Start Event - Link</_description>
+      <_description>Start Event â?? Link</_description>
     </object>
     <object name="BPMN - Start-Event-Multiple">
-      <_description>Start Event - Multiple</_description>
+      <_description>Start Event â?? Multiple</_description>
     </object>
     <object name="BPMN - Intermediate-Event">
       <_description>Intermediate Event</_description>
     </object>
     <object name="BPMN - Intermediate-Event-Message">
-      <_description>Intermediate Event - Message</_description>
+      <_description>Intermediate Event â?? Message</_description>
     </object>
     <object name="BPMN - Intermediate-Event-Timer">
-      <_description>Intermediate Event - Timer</_description>
+      <_description>Intermediate Event â?? Timer</_description>
     </object>
     <object name="BPMN - Intermediate-Event-Error">
-      <_description>Intermediate Event - Error</_description>
+      <_description>Intermediate Event â?? Error</_description>
     </object>
     <object name="BPMN - Intermediate-Event-Cancel">
-      <_description>Intermediate Event - Cancel</_description>
+      <_description>Intermediate Event â?? Cancel</_description>
     </object>
     <object name="BPMN - Intermediate-Event-Compensation">
-      <_description>Intermediate Event - Compensation</_description>
+      <_description>Intermediate Event â?? Compensation</_description>
     </object>
     <object name="BPMN - Intermediate-Event-Rule">
-      <_description>Intermediate Event - Rule</_description>
+      <_description>Intermediate Event â?? Rule</_description>
     </object>
     <object name="BPMN - Intermediate-Event-Link">
-      <_description>Intermediate Event - Link</_description>
+      <_description>Intermediate Event â?? Link</_description>
     </object>
     <object name="BPMN - Intermediate-Event-Multiple">
-      <_description>Intermediate Event - Multiple</_description>
+      <_description>Intermediate Event â?? Multiple</_description>
     </object>
     <object name="BPMN - End-Event">
       <_description>End Event</_description>
     </object>
     <object name="BPMN - End-Event-Message">
-      <_description>End Event - Message</_description>
+      <_description>End Event â?? Message</_description>
     </object>
     <object name="BPMN - End-Event-Error">
-      <_description>End Event - Error</_description>
+      <_description>End Event â?? Error</_description>
     </object>
     <object name="BPMN - End-Event-Cancel">
-      <_description>End Event - Cancel</_description>
+      <_description>End Event â?? Cancel</_description>
     </object>
     <object name="BPMN - End-Event-Compensation">
-      <_description>End Event - Compensation</_description>
+      <_description>End Event â?? Compensation</_description>
     </object>
     <object name="BPMN - End-Event-Link">
-      <_description>End Event - Link</_description>
+      <_description>End Event â?? Link</_description>
     </object>
     <object name="BPMN - End-Event-Multiple">
-      <_description>End Event - Multiple</_description>
+      <_description>End Event â?? Multiple</_description>
     </object>
     <object name="BPMN - End-Event-Terminate">
-      <_description>End Event - Terminate</_description>
+      <_description>End Event â?? Terminate</_description>
     </object>
     <object name="BPMN - Gateway">
       <_description>Gateway</_description>
diff --git a/sheets/Cybernetics.sheet.in b/sheets/Cybernetics.sheet.in
index c1e9707..a94e266 100644
--- a/sheets/Cybernetics.sheet.in
+++ b/sheets/Cybernetics.sheet.in
@@ -6,16 +6,16 @@
 	<contents>
 
 		<object name="Cybernetics - l-sens">
-			<_description>Sensor - left</_description>
+			<_description>Sensor â?? left</_description>
 		</object>
 		<object name="Cybernetics - r-sens">
-			<_description>Sensor - right</_description>
+			<_description>Sensor â?? right</_description>
 		</object>
 		<object name="Cybernetics - b-sens">
-			<_description>Sensor - bottom</_description>
+			<_description>Sensor â?? bottom</_description>
 		</object>
 		<object name="Cybernetics - t-sens">
-			<_description>Sensor - top</_description>
+			<_description>Sensor â?? top</_description>
 		</object>
 
 		<br/>
@@ -36,16 +36,16 @@
 		<br/>
 
 		<object name="Cybernetics - l-integrator">
-			<_description>Integrator - input left</_description>
+			<_description>Integrator â?? input left</_description>
 		</object>
 		<object name="Cybernetics - r-integrator">
-			<_description>Integrator - input right</_description>
+			<_description>Integrator â?? input right</_description>
 		</object>
 		<object name="Cybernetics - b-integrator">
-			<_description>Integrator - input bottom</_description>
+			<_description>Integrator â?? input bottom</_description>
 		</object>
 		<object name="Cybernetics - t-integrator">
-			<_description>Integrator - input top</_description>
+			<_description>Integrator â?? input top</_description>
 		</object>
 
 		<br/>
diff --git a/sheets/ciscocomputer.sheet.in b/sheets/ciscocomputer.sheet.in
index 4bc494e..5d1df33 100644
--- a/sheets/ciscocomputer.sheet.in
+++ b/sheets/ciscocomputer.sheet.in
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <sheet xmlns="http://www.lysator.liu.se/~alla/dia/dia-sheet-ns";>
-  <_name>Cisco - Computer</_name>
+  <_name>Cisco â?? Computer</_name>
   <_description>Computer shapes by Cisco</_description>
   <contents>
 <object name="Cisco - PC"><_description>PC</_description></object>
diff --git a/sheets/ciscohub.sheet.in b/sheets/ciscohub.sheet.in
index bbe1000..840bedd 100644
--- a/sheets/ciscohub.sheet.in
+++ b/sheets/ciscohub.sheet.in
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <sheet xmlns="http://www.lysator.liu.se/~alla/dia/dia-sheet-ns";>
-  <_name>Cisco - Switch</_name>
+  <_name>Cisco â?? Switch</_name>
   <_description>Router and switch shapes by Cisco</_description>
   <contents>
 <object name="Cisco - Router"><_description>Router</_description></object>
diff --git a/sheets/ciscomisc.sheet.in b/sheets/ciscomisc.sheet.in
index 9271d3c..d082433 100644
--- a/sheets/ciscomisc.sheet.in
+++ b/sheets/ciscomisc.sheet.in
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <sheet xmlns="http://www.lysator.liu.se/~alla/dia/dia-sheet-ns";>
-  <_name>Cisco - Misc</_name>
+  <_name>Cisco â?? Miscellaneous</_name>
   <_description>Miscellaneous shapes by Cisco</_description>
   <contents>
 <object name="Cisco - Government Building"><_description>Government Building</_description></object>
diff --git a/sheets/cisconetwork.sheet.in b/sheets/cisconetwork.sheet.in
index 9a5df33..8645a44 100644
--- a/sheets/cisconetwork.sheet.in
+++ b/sheets/cisconetwork.sheet.in
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <sheet xmlns="http://www.lysator.liu.se/~alla/dia/dia-sheet-ns";>
-  <_name>Cisco - Network</_name>
+  <_name>Cisco â?? Network</_name>
   <_description>Network shapes by Cisco</_description>
   <contents>
 <object name="Cisco - Network Management"><_description>Network Management</_description></object>
diff --git a/sheets/ciscotelephony.sheet.in b/sheets/ciscotelephony.sheet.in
index 59d44e5..6f26928 100644
--- a/sheets/ciscotelephony.sheet.in
+++ b/sheets/ciscotelephony.sheet.in
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <sheet xmlns="http://www.lysator.liu.se/~alla/dia/dia-sheet-ns";>
-  <_name>Cisco - Telephony</_name>
+  <_name>Cisco â?? Telephony</_name>
   <_description>Telephony shapes by Cisco</_description>
   <contents>
 <object name="Cisco - Phone"><_description>Phone</_description></object>
diff --git a/sheets/jigsaw.sheet.in b/sheets/jigsaw.sheet.in
index 863b1ce..6eafdcf 100644
--- a/sheets/jigsaw.sheet.in
+++ b/sheets/jigsaw.sheet.in
@@ -4,55 +4,55 @@
   <_description>Pieces of a jigsaw</_description>
   <contents>
     <object name="Jigsaw - part_oioi">
-      <_description>Jigsaw - part_oioi</_description>
+      <_description>Jigsaw â?? part_oioi</_description>
     </object>
     <object name="Jigsaw - part_ioio">
-      <_description>Jigsaw - part_ioio</_description>
+      <_description>Jigsaw â?? part_ioio</_description>
     </object>
     <object name="Jigsaw - part_iiii">
-      <_description>Jigsaw - part_iiii</_description>
+      <_description>Jigsaw â?? part_iiii</_description>
     </object>
     <object name="Jigsaw - part_oooo">
-      <_description>Jigsaw - part_oooo</_description>
+      <_description>Jigsaw â?? part_oooo</_description>
     </object>
     <br/>
     <object name="Jigsaw - part_oooi">
-      <_description>Jigsaw - part_oooi</_description>
+      <_description>Jigsaw â?? part_oooi</_description>
     </object>
     <object name="Jigsaw - part_iooo">
-      <_description>Jigsaw - part_iooo</_description>
+      <_description>Jigsaw â?? part_iooo</_description>
     </object>
     <object name="Jigsaw - part_oioo">
-      <_description>Jigsaw - part_oioo</_description>
+      <_description>Jigsaw â?? part_oioo</_description>
     </object>
     <object name="Jigsaw - part_ooio">
-      <_description>Jigsaw - part_ooio</_description>
+      <_description>Jigsaw â?? part_ooio</_description>
     </object>
     <br/>
     <object name="Jigsaw - part_iioo">
-      <_description>Jigsaw - part_iioo</_description>
+      <_description>Jigsaw â?? part_iioo</_description>
     </object>
     <object name="Jigsaw - part_oiio">
-      <_description>Jigsaw - part_oiio</_description>
+      <_description>Jigsaw â?? part_oiio</_description>
     </object>
     <object name="Jigsaw - part_ooii">
-      <_description>Jigsaw - part_ooii</_description>
+      <_description>Jigsaw â?? part_ooii</_description>
     </object>
     <object name="Jigsaw - part_iooi">
-      <_description>Jigsaw - part_iooi</_description>
+      <_description>Jigsaw â?? part_iooi</_description>
     </object>
     <br/>
     <object name="Jigsaw - part_oiii">
-      <_description>Jigsaw - part_oiii</_description>
+      <_description>Jigsaw â?? part_oiii</_description>
     </object>
     <object name="Jigsaw - part_ioii">
-      <_description>Jigsaw - part_ioii</_description>
+      <_description>Jigsaw â?? part_ioii</_description>
     </object>
     <object name="Jigsaw - part_iioi">
-      <_description>Jigsaw - part_iioi</_description>
+      <_description>Jigsaw â?? part_iioi</_description>
     </object>
     <object name="Jigsaw - part_iiio">
-      <_description>Jigsaw - part_iiio</_description>
+      <_description>Jigsaw â?? part_iiio</_description>
     </object>
   </contents>
 </sheet>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]