can anyone provide me some pointers on how to turn a bunch of bytes into a
utf8 string?
i'm planning on writing a byte stream parser, would appreciate anything you
might find useful in addition to the Streams chapter from Pharo by Example
--
---
Fabrice Leal
ah i think i found it
bytes decodeWith: 'utf8'.
On Fri, Sep 30, 2016 at 11:57 AM, Fabrice Leal
wrote:
> can anyone provide me some pointers on how to turn a bunch of bytes into a
> utf8 string?
>
> i'm planning on writing a byte stream parser, would appreciate anyth
reams offers (or deserves some
> extensions).
>
> Stef
>
> Le 30/9/16 à 12:57, Fabrice Leal a écrit :
>
> can anyone provide me some pointers on how to turn a bunch of bytes into a
> utf8 string?
>
> i'm planning on writing a byte stream parser, would appreciate an