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
- Host: GitHub
- URL: https://github.com/rillig/latin1_to_utf8
- Owner: rillig
- Created: 2018-01-23T23:24:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-03T21:47:06.000Z (over 8 years ago)
- Last Synced: 2025-01-13T20:47:43.570Z (over 1 year ago)
- Language: C
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).