[Pharo-users] bytes to utf8 string / byte stream parsing

2016-09-30 Thread Fabrice Leal
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

Re: [Pharo-users] bytes to utf8 string / byte stream parsing

2016-09-30 Thread 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

Re: [Pharo-users] bytes to utf8 string / byte stream parsing

2016-10-03 Thread Fabrice Leal
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