Path to this page:
./
textproc/uni2ascii,
Convert between UTF-8 Unicode and 7-bit ASCII equivalents
Branch: CURRENT,
Version: 4.18,
Package name: uni2ascii-4.18,
Maintainer: bartosz.kuzmauni2ascii and ascii2uni convert between UTF-8 Unicode and any of a
variety of 7-bit ASCII equivalents including: hexadecimal and decimal
HTML numeric characters references, \u-escapes, standard hexadecimal
and raw hexadecimal.
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 124.146 KB
Version history: (Expand)
- (2017-11-23) Package has been reborn
- (2012-02-14) Updated to version: uni2ascii-4.18
- (2011-04-22) Updated to version: uni2ascii-4.14nb1
- (2010-05-18) Package added to pkgsrc.se, version uni2ascii-4.14 (created)
CVS history: (Expand)
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2015-11-04 03:00:17 by Alistair G. Crooks | Files touched by this commit (797) |
Log message:
Add SHA512 digests for distfiles for textproc category
Problems found locating distfiles:
Package cabocha: missing distfile cabocha-0.68.tar.bz2
Package convertlit: missing distfile clit18src.zip
Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2012-10-25 08:57:09 by Aleksej Saushev | Files touched by this commit (587) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-02-14 13:04:22 by OBATA Akio | Files touched by this commit (3) | |
Log message:
Update uni2ascii to 4.18.
per maintainer's update request by PR 45971.
2011-05-14 4.18
Fixed bug in uni2ascii in which in certain cases the subsitution
count was too high, fixing Debian bug #626268.
Patched to handle situation in NetBSD which lacks getline.
Clarified semantics of pure option as converting characters
in ascii range other than space and newline.
Fixed bug in which this was not implemented correctly for UTF8 types.
2011-02-16 4.17
Added to uni2ascii the following conversions to nearest ascii equivalent:
U+2022 bullet to 'o'
U+00B7 middle dot to period
U+0085 next line to newline
U+2028 line separator to newline
2010-12-12 4.16
Ascii2uni Q format now works again.
Added U+2033 to characters converted to nearest ascii equivalent by uni2ascii B \
option.
2010-08-29 4.15
Renamed endian.h u2a_endian.h to avoid conflict with external endian.h.
Removed getline() from ascii2uni.c since it is standard as of POSIX2008.
|
2011-10-01 14:08:55 by David A. Holland | Files touched by this commit (2) |
Log message:
patch getline to avoid conflict with new standard getline
|
2011-04-22 15:45:23 by OBATA Akio | Files touched by this commit (2234) |
Log message:
recursive bump from gettext-lib shlib bump.
|