An open API service indexing awesome lists of open source software.

https://github.com/titaniumhocker/asciible

Simple program to check if given text has non-ASCII symbols
https://github.com/titaniumhocker/asciible

ascii c

Last synced: over 1 year ago
JSON representation

Simple program to check if given text has non-ASCII symbols

Awesome Lists containing this project

README

          

########
asciible
########

Simple program to check if given text, file(s) or file(s) in dir(s) has non-ASCII symbols.

Install
=======

Requirements
------------

To successfully build `gcc` and `make` required.
For testing also posix compliant shell like `sh`, `dash` or `csh` need to be installed.

To build program use this command:

.. code:: bash

make

After program was build it can be installed with this command:

.. code:: bash

sudo make install

Examle usage
============