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

https://github.com/rillig/latin1_to_utf8

Converts arbitrary input bytes to valid UTF-8
https://github.com/rillig/latin1_to_utf8

Last synced: over 1 year ago
JSON representation

Converts arbitrary input bytes to valid UTF-8

Awesome Lists containing this project

README

          

Converts arbitrary binary data (typically consisting of UTF-8 mixed with other encodings) into proper UTF-8.

Largely untested. For tested code, see [the Go version](https://github.com/rillig/go-misc/tree/master/toutf8).