uni2ascii Changelog

What's new in uni2ascii 4.17

Apr 8, 2011
  • 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.

New in uni2ascii 4.16 (Apr 8, 2011)

  • The Q format works again in ascii2uni.
  • Added U+2033 DOUBLE PRIME to the characters converted to their closest ascii equivalent under using the e format in uni2ascii.

New in uni2ascii 4.15 (Apr 8, 2011)

  • Renamed endian.h to u2a_endian.h to eliminate conflict with external endian.h.
  • Removed copy of GNU getline from ascii2uni.c as it is in standard library as of POSIX2008.

New in uni2ascii 4.12 (Apr 9, 2009)

  • Both programs now allow the input file name to be specified on the command line without redirection