File: debcargo.toml

package info (click to toggle)
rust-any-ascii 0.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,804 kB
  • sloc: makefile: 4
file content (20 lines) | stat: -rw-r--r-- 818 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
overlay = "."
uploaders = ["Andrej Shadura <andrewsh@debian.org>"]
bin_name = "anyascii"

[packages.bin]
section = "utils"
summary = "transliterate Unicode characters"
description = """
anyascii is a command-line tool to convert Unicode characters to their
best ASCII representation.

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 romanisation 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.
"""