Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e_modules
Dir : e17/apps/e_modules/src/modules/weather Modified Files: e_mod_main.c Log Message: Remove unicode degrees. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e_modules/src/modules/weather/e_mod_main.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- e_mod_main.c 13 Aug 2005 12:26:47 -0000 1.8 +++ e_mod_main.c 14 Aug 2005 17:15:41 -0000 1.9 @@ -917,7 +917,7 @@ edje_object_part_swallow(face->weather_object, "icon", face->icon_object); edje_object_part_text_set(face->weather_object, "location", face->conf->location); - snprintf(buf, sizeof(buf), "%d\u00b0%c", info->temp, info->degrees); + snprintf(buf, sizeof(buf), "%d°%c", info->temp, info->degrees); edje_object_part_text_set(face->weather_object, "temp", buf); edje_object_part_text_set(face->weather_object, "conditions", info->conditions); } @@ -930,7 +930,7 @@ edje_object_part_swallow(face->weather_object, "icon", face->icon_object); edje_object_part_text_set(face->weather_object, "location", face->conf->location); - snprintf(buf, sizeof(buf), "%d\u00b0%c", info->temp, info->degrees); + snprintf(buf, sizeof(buf), "%d°%c", info->temp, info->degrees); edje_object_part_text_set(face->weather_object, "temp", buf); edje_object_part_text_set(face->weather_object, "conditions", info->conditions); } ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs