diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-08-28 22:38:08 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-08-28 22:38:08 -0700 |
commit | 392ebcce803423631de77fdc85c837be636078bb (patch) | |
tree | 9b79f28dd2d7e344f620a92b83b030cd28517925 | |
parent | d07dfdd40ce5359dcc9173708dcf97b44de0af0c (diff) | |
download | mu-392ebcce803423631de77fdc85c837be636078bb.tar.gz |
6732
-rw-r--r-- | 403unicode.mu (renamed from 403code-point.mu) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/403code-point.mu b/403unicode.mu index 7b916619..f10cb5ca 100644 --- a/403code-point.mu +++ b/403unicode.mu @@ -1,8 +1,8 @@ -# Helpers for Unicode "code points". -# https://en.wikipedia.org/wiki/Code_point +# Helpers for Unicode. # # Mu has no characters, only code points and graphemes. # Code points are the indivisible atoms of text streams. +# https://en.wikipedia.org/wiki/Code_point # Graphemes are the smallest self-contained unit of text. # Graphemes may consist of multiple code points. # |