uni2ascii 4.9 (Default branch) |
|
|
uni2ascii and ascii2uni convert between UTF-8
Unicode and 29 7-bit ASCII equivalents including:
hexadecimal and decimal HTML and SGML numeric
character references, u-escapes, standard
hexadecimal, raw hexadecimal, and RFC2396 URI
format. Such ASCII equivalents are useful for
entering Unicode in program source or in programs
that are not 8-bit safe, and for testing and
debugging. Several options allow Unicode to be
converted to approximately equivalent ASCII, e.g.
by stripping diacritics. An optional GUI is
provided.
License: GNU General Public License v3
Changes:
This release fixes a bug that produced bad output
or a segmentation fault if a line ended in the
prefix to an escape. In quoted-printable format,
if a line ends in an equal-sign, both the equal
sign and the immediately following newline are now
skipped by ascii2uni, in accordance with RFC 2045.
|