diff options
author | Alban Gruin | 2020-09-13 16:34:44 +0200 |
---|---|---|
committer | Alban Gruin | 2020-09-13 16:42:20 +0200 |
commit | 742db32948e6c60770d6616496917077a1386dbc (patch) | |
tree | deaf0498a89a0d02af20c3c314b28e0810cdc0a8 /src/dune | |
parent | d3ae708373eba13e961a70d752b36ec41cec2510 (diff) |
course: convert html entities to unicode characters
Signed-off-by: Alban Gruin <alban at pa1ch dot fr>
Diffstat (limited to 'src/dune')
-rw-r--r-- | src/dune | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -2,7 +2,9 @@ (name ucs) (libraries astring calendar - lwt.unix cohttp-lwt-unix ezjsonm - ocplib-json-typed)) + lwt.unix + ocplib-json-typed + re + stringext)) |