-
isolatin_to_utf8
now uses an included table based on http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP1252.TXT -
add
cp1252_to_utf8
-
25% Faster thanks to the use
String.get_utf_8_uchar
instead of uutf. This requires a lower bound for ``ocaml -
add a few chars "LATIN SMALL LETTER xxx WITH MID-HEIGHT LEFT HOOK" (from upstream uucp)
add ligatures that do not contain "LETTER" in their names, like 0x0153 (reported by @reynir)
update tables. First OPAM version. See https://discuss.ocaml.org/t/ann-ubase-0-03/6115/16
Quite faster (replace exceptions by find_opt) See https://discuss.ocaml.org/t/simplify-roman-utf8/4398/39
first version