Wobbly Nametagged now also available with other language characters

Name-tag on the body of the Wobbly Robot, http://www.thingiverse.com/thing:645367, using import stl of OpenScad2015.03, text() function including font, even Hindi, Chinese etc.
To use unicode in the text() function of openscad check http://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Text .
Example : t="€10 ☺"; // 10 euro and a smilie.
SimSun font just type Chinese characters: example Xiǎo shīzi 小獅子 : color("green")rotate([0,90,0])translate([-25, -20,-0.5])rotate([0,0,90]) linear_extrude(height=1, convexity=4) text("小獅子",10,font="SimSun:style=Regular");
Other none western fonts needs the keyboard mapping of the font. f.i. l;4fy{ in Himalayabold is Siddhartha सिद्धार्थ in Sanskrit, by checking the keymap of that font and helped by Bikal.