./textproc/py-anyascii, Intelligent Unicode to ASCII conversion

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.3.2, Package name: py310-anyascii-0.3.2, Maintainer: pkgsrc-users

AnyAscii provides ASCII-only replacement strings for practically all
Unicode characters. Text is converted character-by-character without
considering the context. The mappings for each script are based on
popular existing romanization systems. Symbolic characters are converted
based on their meaning or appearance. All ASCII characters in the input
are left unchanged, every other character is replaced with printable
ASCII characters. Unknown characters and some known characters are
replaced with an empty string and removed.


Master sites:

Filesize: 209.035 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-05 22:13:20 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-anyascii: update to 0.3.2.

0.3.2 - 2023-03-15

    Data additions and improvements
    Python - Add type comments
    Python - Fix Python 3.11 deprecation warning for \ 
importlib.resources.read_binary()
    Python - Use PEP 621 metadata instead of PEP 518 [tool.flit.metadata]
    Java - Flatten release pom.xml

0.3.1 - 2022-04-06

    Data additions and improvements
    Elixir - Initial release (2022-04-28)
    Java - Release on Maven Central
    Rust - Increase minimum requirement from Rust 1.36 to 1.42
   2023-04-16 09:36:06 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-anyascii: python 3.x only
   2023-04-12 13:24:57 by Joerg Sonnenberger | Files touched by this commit (4)
Log message:
Add py-anyascii-0.3.0

AnyAscii provides ASCII-only replacement strings for practically all
Unicode characters. Text is converted character-by-character without
considering the context. The mappings for each script are based on
popular existing romanization systems. Symbolic characters are converted
based on their meaning or appearance. All ASCII characters in the input
are left unchanged, every other character is replaced with printable
ASCII characters. Unknown characters and some known characters are
replaced with an empty string and removed.