aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/utf8.md
diff options
context:
space:
mode:
authorEduardo Julian2022-04-04 22:47:56 -0400
committerEduardo Julian2022-04-04 22:47:56 -0400
commit14f18c100c2f8c3ec9c60c14330d926cd2d6f639 (patch)
treea033abb73d7d6ca51878df76df7732e977dfabe3 /documentation/bookmark/utf8.md
parent8eb86ed366b2305751f2e831c7a081ffcca82c89 (diff)
Properly handling variance for arrays to avoid invalid subtyping.
Diffstat (limited to '')
-rw-r--r--documentation/bookmark/utf8.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/documentation/bookmark/utf8.md b/documentation/bookmark/utf8.md
deleted file mode 100644
index 3dd68e828..000000000
--- a/documentation/bookmark/utf8.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# Reference
-
-1. [A Branchless UTF-8 Decoder](https://nullprogram.com/blog/2017/10/06/)
-1. [skeeto/branchless-utf8](https://github.com/skeeto/branchless-utf8/blob/master/utf8.h)
-1. [trivial-utf-8](https://gitlab.common-lisp.net/trivial-utf-8/trivial-utf-8)
-1. [utf8: Unicode Text Processing](https://rdrr.io/cran/utf8/)
-1. [Encoding character strings in R](https://rstudio-pubs-static.s3.amazonaws.com/279354_f552c4c41852439f910ad620763960b6.html)
-1. [Any Encoding, Ever - ztd.text and Unicode for C++](https://thephd.dev/any-encoding-ever-ztd-text-unicode-cpp)
-