Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Aug 2016 22:37:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 211614] games/cowsay: [PATCH] cowsay doesn't handle UTF8 properly
Message-ID:  <bug-211614-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211614

            Bug ID: 211614
           Summary: games/cowsay: [PATCH] cowsay doesn't handle UTF8
                    properly
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: afiskon@devzen.ru
                CC: lifanov@mail.lifanov.com
          Keywords: patch
                CC: lifanov@mail.lifanov.com
             Flags: maintainer-feedback?(lifanov@mail.lifanov.com)

Created attachment 173345
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D173345&action=
=3Dedit
Fixed files/patch-cowsay

Fixed files/patch-cowsay is attached.

Before:

```
$ echo '=D0=9F=D1=80=D0=B8=D0=B2=D0=B5=D1=82!' | cowsay
 _______________=20
< =D0=9F=D1=80=D0=B8=D0=B2=D0=B5=D1=82! >
 ---------------=20
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||
```

After:

```
$ echo '=D0=9F=D1=80=D0=B8=D0=B2=D0=B5=D1=82!' | cowsay
 _________=20
< =D0=9F=D1=80=D0=B8=D0=B2=D0=B5=D1=82! >
 ---------=20
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||
```

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211614-13>