From 5cf4efa861075f8276f43a2516f5beacaf610b44 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 2 Jul 2021 03:11:36 -0400 Subject: 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.--- documentation/bookmark/utf8.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 documentation/bookmark/utf8.md (limited to 'documentation/bookmark/utf8.md') 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) + -- cgit v1.2.3