// Show that OADL names can contain utf8-8 "letter" glyphs and
// that they create WideStrings when converted to a character type
proc bißchen() {return true;}
proc main()
{
    var a = String(bißchen);
    "", a, ": ", a.parent, '\n';
}