diff options
-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. # |