From f687be470a53f143e2670b002ae191d3566cad34 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 21 Oct 2022 12:46:53 -0600 Subject: [PATCH] Update readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 982f4a9..a8ec857 100644 --- a/README.md +++ b/README.md @@ -39,5 +39,14 @@ The following features must be supported before this is "ready": - [x] Text editing - [x] Performance improvements - [x] Text selection - - [ ] Can automatically recreate https://unicode.org/udhr/ without errors + - [ ] Can automatically recreate https://unicode.org/udhr/ without errors (see below) - [ ] Copy/paste + +The UDHR (UN Declaration of Human Rights) test involves taking the entire set of +UDHR translations (almost 500 languages), concatenating them as one file (which +ends up being 8 megabytes!), then via the `editor-test` example, automatically +simulating the entry of that file into cosmic-text per-character, with the use +of backspace and delete tested per character and per line. Then, the final +contents of the buffer is compared to the original file. So far, 56 lines out of +106746 are not correct, due to filtering out of some control characters. This +means about 99.95% of the lines are currently correct.