package wtf8

  1. Overview
  2. Docs
Encoder and decoder for WTF-8

Install

Dune Dependency

Authors

Maintainers

Sources

wtf8-1.0.1.tbz
md5=843fb4ee0d36b22c4ad1f2fb28afe8f8

README.md.html

ocaml-wtf8

WTF-8 is a superset of UTF-8 that allows unpaired surrogates.

From ES6 6.1.4, "The String Type":

If we try to encode these ill-formed code units into UTF-8, we similarly get ill-formed UTF-8. WTF-8 is a fun name for that encoding.

https://simonsapin.github.io/wtf-8/