aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/utf8.md
diff options
context:
space:
mode:
authorEduardo Julian2021-07-02 03:11:36 -0400
committerEduardo Julian2021-07-02 03:11:36 -0400
commit5cf4efa861075f8276f43a2516f5beacaf610b44 (patch)
treee21cf528d960c29d22cbc7e41180fa09e62f16d6 /documentation/bookmark/utf8.md
parent744ee69630de59ca3ba660b0aab6361cd17ce1b4 (diff)
No longer employing the capabilities model on the lux/world/* modules.
Capabilities should be opt-in, but using them in the standard library makes them mandatory.
Diffstat (limited to '')
-rw-r--r--documentation/bookmark/utf8.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/bookmark/utf8.md b/documentation/bookmark/utf8.md
new file mode 100644
index 000000000..3dd68e828
--- /dev/null
+++ b/documentation/bookmark/utf8.md
@@ -0,0 +1,9 @@
+# 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)
+