Is it possible in node-webkit to create menu items that contain special characters like "ü", "ä", "ö"? When you create a new menu item with a special character in the label, it will display it like this (same goes for tooltips):
var menu = new nw.Menu();
menu.append(new nw.MenuItem({ label: "Spalte einfügen" }));