Jeff Clites <[EMAIL PROTECTED]> wrote:

> Here's a patch to src/pf_items.c, and a ppc t/native_pbc/number_3.pbc.

Works.

> If it's working correctly, the attached strings-and-byte-order.* should
> both do the same thing--output the Angstrom symbol. If it's wrong, then
> the pbc version should output junk on a little-endian system.

> (If your terminal emulator isn't prepared to handle UTF-8, then pipe
> the output through 'less', and you should see something like
> "<E2><84><AB>".)

$ parrot string_1.pbc
Å

$ parrot string_1.pbc | od -tx1
0000000 e2 84 ab 0a
0000004

> JEff

Thanks - I'll apply it RSN.

leo

Reply via email to