> Hello. I was looking at the code for the Bgetrune function trying to  
> implement a readrune() around read(). It works, but without a  
> counterpart for this:
> 
>               while(i > bp->runesize) {
>                       Bungetc(bp);
>                       i--;
>               }
> 
> What is the point of that loop? Thanks.

Use "\xE0\x00\x00" as your input and you will find out.

Russ


Reply via email to