PR/60017 CVS commit: pkgsrc/textproc/uni2ascii
"Thomas Klausner" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.bugs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR pkg/60017; it has been noted by GNATS. From: "Thomas Klausner" <[email protected]> To: [email protected] Cc: Subject: PR/60017 CVS commit: pkgsrc/textproc/uni2ascii Date: Thu, 19 Feb 2026 15:19:19 +0000 Module Name: pkgsrc Committed By: wiz Date: Thu Feb 19 15:19:19 UTC 2026 Modified Files: pkgsrc/textproc/uni2ascii: Makefile distinfo Added Files: pkgsrc/textproc/uni2ascii/patches: patch-enttbl.c patch-uni2ascii.c Log Message: uni2ascii: update to 4.20. Provided by Bartosz Kuzma in PR 60017. 2022-08-21 Bill Poser <poser@khunekyaz> * uni2ascii.c: Fixed bug in which in certain formats input from stdin worked input directly from a file caused a hang. 2013-08-18 Bill Poser <poser@khunekyaz> * uni2ascii.c (ExpandToAscii): Added expansion of trademark sign U+2122 -> (tm) 2011-08-24 Bill Poser <poser@khunekcho> * ascii2uni.c (main): Fixed bug in handling of L (WWW) format. \uXXXX is now handled correctly even if immediately followed by a possible hex digit. \U followed by fewer than 8 hex digits is not treated as an escape. A warning is issued if the \U format encodes a character within the BMP. 2011-07-01 Bill Poser <poser@khunekcho> * uni2ascii.c (ShowUsage): Added -A flag to usage message. 2011-06-30 Bill Poser <poser@khunekcho> * uni2ascii.c (AscifyEquiv): Added conversion of U+2032 prime to single quote. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/uni2ascii/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/uni2ascii/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/uni2ascii/patches/patch-enttbl.c \ pkgsrc/textproc/uni2ascii/patches/patch-uni2ascii.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.