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

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

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.