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

Description

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

Published: 09 Dec 2017

README

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/

Dependencies (2)

  1. jbuilder >= "1.0+beta7"
  2. ocaml >= "4.01.0"

Dev Dependencies

None

Used by (2)

  1. flow_parser >= "0.62.0"
  2. flowtype >= "0.62.0"

Conflicts

None