Re: readchars, seek back, and readchars again

2020-04-28 Thread Samantha McVey
On maandag 27 april 2020 09:49:20 CEST Joseph Brenner wrote: > After you do a .readchars, what point in the file would you expect to > be "current"? I would expect it would be the point right after the > last char read. Instead that's true if you're reading ascii > characters but not unicode char

Re: readchars, seek back, and readchars again

2020-04-28 Thread Samantha McVey
On zaterdag 25 april 2020 21:51:41 CEST Joseph Brenner wrote: > > Yary has an issue posted regarding 'display-width' of UTF-16 encoded strings: > > https://github.com/rakudo/rakudo/issues/3461 > > > > I know it might be far-fetched, but what if your UTF-8 issue and > > Yary's UTF-16 issue wer