Code

Translations. French translation minor update.
[inkscape.git] / src / sp-glyph.h
index b7a7c316fedde0fc847939b6042e4854083e6491..316204c23bf4eac2db5ec3700647ad3eb760db05 100644 (file)
@@ -10,7 +10,7 @@
  * SVG <glyph> element implementation
  *
  * Authors:
- *    Felipe C. da S. Sanches <felipe.sanches@gmail.com>
+ *    Felipe C. da S. Sanches <juca@members.fsf.org>
  *
  * Copyright (C) 2008 Felipe C. da S. Sanches
  *
@@ -39,8 +39,8 @@ enum glyphOrientation {
 };
 
 struct SPGlyph : public SPObject {
-    char* unicode;
-    char* glyph_name;
+    Glib::ustring unicode;
+    Glib::ustring glyph_name;
     char* d;
     glyphOrientation orientation;
     glyphArabicForm arabic_form;