in reply to Re: The Queensr˙che Situation
in thread The Queensr˙che Situation

Got it. So, "is_utf8" just tells us that the utf-8 flag is set?

Replies are listed 'Best First'.
Re^3: The Queensr˙che Situation
by ikegami (Patriarch) on Oct 20, 2014 at 02:18 UTC

    Exactly. It merely says which internal storage format is used. It's only useful for debugging XS modules, if at all.

    (Added plain text example to the program in my earlier post.)