Leopold Toetsch <[EMAIL PROTECTED]> wrote:
> Proposal:
> - create a new string layer that does this {en,de}coding
> - change the prototypes of PIO_Read to return a STRING*
> - change the prototypes of PIO_Write to get a STRING*
> - layer push and pop functions for ParrotIO
Done that now for the o
I've put in some changes to io:
- interface to query existing layers
- move various things around
Not much yet. But:
IO does currently translates to/from utf8 by default, so we need some
tweaking here:
Proposal:
- create a new string layer that does this {en,de}coding
- change the prototypes of