Torsten Schoenfeld <kaffeeti...@gmx.de> writes:
>
> • Do we continue to use SvPV/newSVpv but also store the UTF8 flag, and
> if it was set, restore it?

Sounds likely, in as much as it's round-trip clean.  What does posix say
about the encoding of argv?  Text would be in the locale charset
wouldn't it?

If so you'd probably send wide chars in @ARGV to locale charset bytes in
argv[] and the reverse back again.

I see utf8::all presumes bytes in @ARGV are utf8, but that would be it's
idea of interpreting/forcing the world as utf8, is it?
_______________________________________________
gtk-perl-list mailing list
gtk-perl-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to