diff options
| author | Tomaz Solc <tomaz.solc@tablix.org> | 2015-05-14 12:07:08 +0200 |
|---|---|---|
| committer | Tomaz Solc <tomaz.solc@tablix.org> | 2015-05-14 12:07:08 +0200 |
| commit | 4aaec39ce3278e08e7f85131ee8eab97d3c75a9d (patch) | |
| tree | e1943c1d888b0a26ea7b6d006b4914ed7f8749c8 | |
| parent | 66afb5f97b201747a1a820421fa80fdf8aca0fb7 (diff) | |
| download | unidecode-4aaec39ce3278e08e7f85131ee8eab97d3c75a9d.tar.gz | |
Mention utility in the README
| -rw-r--r-- | README.rst | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -54,6 +54,15 @@ ASCII bytes in Python 3.x):: >>> unidecode(u"\u5317\u4EB0") 'Bei Jing ' +A command line utility is also included (see `unidecode --help` for a full list +of available options):: + + $ echo hello | unidecode + hello + $ unidecode -c hello + hello + $ unidecode hello.txt + hello Requirements ------------ |
