On 04/18/2016 08:05 AM, Paul Eggert wrote:
'm afraid someone with access to MirBSD will need to debug it.
On second thought there is a simpler fix: stop using btowc. I installed
the attached patch, which is a good idea anyway. By using only mbrtowc
(which we need to use anyway), it avoids pro
On Tue, Apr 19, 2016 at 9:04 AM, Paul Eggert wrote:
> On 04/18/2016 08:05 AM, Paul Eggert wrote:
>>
>> 'm afraid someone with access to MirBSD will need to debug it.
>
> On second thought there is a simpler fix: stop using btowc. I installed the
> attached patch, which is a good idea anyway. By us