-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix char counting for multibyte UTF-8 inputs, bump Perl requirement t…
…o 5.8.7 Addresses #69 and #65. This UTF-8 handling approach is based on Debian's UTF-8 handling patch for cowsay 3.03 at https://sources.debian.org/patches/cowsay/3.03%2Bdfsg2-8/utf8_width, discussed at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=254557. It has been in place on Debian since 2010, so I think we can consider it reasonably well tested and supported.
- Loading branch information
Showing
4 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters