static void EntryFromLiteral(Literal s, TextBox w) { byte[] asUTF8 = s.AsUTF8(); w.Text = Encoding.UTF8.GetString(asUTF8); }