/* Test UTF-8 output */
proc main()
{
    say(L"\xFEFF");     // UTF-8 marker
    say("This is a delta: \"\x0394\"\n");
}