Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kumkee/unichars
a simple program to extrac unique unicode charaters from a file to standard output.
https://github.com/kumkee/unichars
Last synced: about 1 month ago
JSON representation
a simple program to extrac unique unicode charaters from a file to standard output.
- Host: GitHub
- URL: https://github.com/kumkee/unichars
- Owner: kumkee
- License: gpl-3.0
- Created: 2013-10-31T07:03:50.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-31T07:18:30.000Z (about 11 years ago)
- Last Synced: 2023-08-03T01:06:01.933Z (over 1 year ago)
- Language: C
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
=======
unichars
========a simple program to extrac unique unicode charaters from a file to standard output.
##Introduction
This is a simple program to extrac unique unicode charaters from a file to standard output.##Sample Run
./unichars poem0.txtfile size: 88
*************************
獨在異鄉為客每逢佳節倍思親遙知兄弟登高處遍插茱萸少一人
*************************
Number of unichars: 27./unichars poem.txt
file size: 100
*************************
獨在異鄉為客,每逢佳節倍思親。遙知兄弟登高處遍插茱萸少一人
*************************
Number of unichars: 29