UTF-8 file reader to emit utf-8 codepoints
  • C 75.6%
  • Makefile 24.4%
Find a file
2023-06-02 11:47:02 -05:00
src allow cli option for printing bits 2023-06-02 11:47:02 -05:00
.gitignore reshape project 2023-05-28 01:54:18 -05:00
LICENSE Initial commit 2023-05-28 01:52:52 -05:00
Makefile reshape project 2023-05-28 01:54:18 -05:00
read.txt standardize more calculations 2023-05-28 10:10:02 -05:00
README.md update readme 2023-05-28 01:57:18 -05:00

👓 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.