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
- Host: GitHub
- URL: https://github.com/titaniumhocker/asciible
- Owner: TitaniumHocker
- License: mit
- Created: 2021-01-05T18:16:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-27T22:00:22.000Z (over 5 years ago)
- Last Synced: 2025-01-09T11:14:39.764Z (over 1 year ago)
- Topics: ascii, c
- Language: C
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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
============