https://github.com/taxborn/u8read
UTF-8 file reader to emit utf-8 codepoints
https://github.com/taxborn/u8read
c codepoints utf-8
Last synced: 9 months ago
JSON representation
UTF-8 file reader to emit utf-8 codepoints
- Host: GitHub
- URL: https://github.com/taxborn/u8read
- Owner: taxborn
- License: mit
- Created: 2023-05-28T06:52:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-02T16:47:25.000Z (about 3 years ago)
- Last Synced: 2025-02-17T03:51:31.646Z (over 1 year ago)
- Topics: c, codepoints, utf-8
- Language: C
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :eyeglasses: u8read - UTF-8 file reader
This is just small project as I learn C and lower-level programming.
## Building
Just a simple `make` command will create the executable in the `build/` directiory.
## Running
```
./build/u8read read.txt
```
Or you can replace **read.txt** with whatever other file. This will now emit the UTF-8 codepoints.