Re: bin/35812: strings(1) does'n print russian characters
Андрей Чернов <ache <at> nagual.pp.ru>
2002-09-01 05:00:05 GMT
The following reply was made to PR bin/35812; it has been noted by GNATS.
From: =?koi8-r?B?4c7E0sXKIP7F0s7P1w==?= <ache <at> nagual.pp.ru>
To: "." <at> babolo.ru
Cc: David Malone <dwmalone <at> FreeBSD.ORG>, gpr <at> nvnpp.vrn.ru,
freebsd-bugs <at> FreeBSD.ORG, bug-followup <at> FreeBSD.ORG
Subject: Re: bin/35812: strings(1) does'n print russian characters
Date: Sun, 1 Sep 2002 08:55:05 +0400
On Sun, Sep 01, 2002 at 08:40:04 +0400, "." <at> babolo.ru wrote:
> David Malone writes:
> > Synopsis: strings(1) does'n print russian characters
> >
> > State-Changed-From-To: open->closed
> > State-Changed-By: dwmalone
> > State-Changed-When: Sat Aug 31 15:48:27 PDT 2002
> > State-Changed-Why:
> > Submitter reckons PR can be closed (as a binutils issue at heart).
> Without strings(1) patched?
> I understand (may be) binutils issue, but
> my patch bypass this issue.
> (there was a little error in my previous patch)
>
> --- usr.bin/strings/strings.c Mon Apr 23 02:38:13 2001
> +++ usr.bin/strings/strings.c Wed Aug 22 05:05:04 2001
> <at> <at> -170,7 +170,7 <at> <at>
> }
> start:
> for (cnt = 0; (ch = getch()) != EOF;) {
> - if (ISSTR(ch)) {
(Continue reading)