diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-08-28 23:24:04 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-08-28 23:24:04 -0700 |
commit | cd94852dbc713ff38f38a30d6e5fb4675606823c (patch) | |
tree | dc2a52048a609937cf0de0d0906336d52419ef65 /apps | |
parent | 392ebcce803423631de77fdc85c837be636078bb (diff) | |
download | mu-cd94852dbc713ff38f38a30d6e5fb4675606823c.tar.gz |
6733 - read utf-8 'grapheme' from byte stream
No support for combining characters. Graphemes are currently just utf-8 encodings of a single Unicode code-point. No support for code-points that require more than 32 bits in utf-8.
Diffstat (limited to 'apps')
-rwxr-xr-x | apps/assort | bin | 44420 -> 44513 bytes |
-rwxr-xr-x | apps/braces | bin | 46283 -> 46376 bytes |
-rwxr-xr-x | apps/calls | bin | 50930 -> 51023 bytes |
-rwxr-xr-x | apps/crenshaw2-1 | bin | 43761 -> 43854 bytes |
-rwxr-xr-x | apps/crenshaw2-1b | bin | 44308 -> 44401 bytes |
-rwxr-xr-x | apps/dquotes | bin | 48042 -> 48135 bytes |
-rwxr-xr-x | apps/factorial | bin | 42864 -> 42957 bytes |
-rwxr-xr-x | apps/hex | bin | 46600 -> 46693 bytes |
-rwxr-xr-x | apps/mu | bin | 388322 -> 388415 bytes |
-rwxr-xr-x | apps/pack | bin | 56999 -> 57092 bytes |
-rwxr-xr-x | apps/sigils | bin | 58652 -> 58745 bytes |
-rwxr-xr-x | apps/survey | bin | 54352 -> 54445 bytes |
-rwxr-xr-x | apps/tests | bin | 43192 -> 43285 bytes |
13 files changed, 0 insertions, 0 deletions
diff --git a/apps/assort b/apps/assort index 1429467c..42c0c4d5 100755 --- a/apps/assort +++ b/apps/assort Binary files differdiff --git a/apps/braces b/apps/braces index 0d80ed73..fefabcc8 100755 --- a/apps/braces +++ b/apps/braces Binary files differdiff --git a/apps/calls b/apps/calls index b0fb2b58..443dc7f3 100755 --- a/apps/calls +++ b/apps/calls Binary files differdiff --git a/apps/crenshaw2-1 b/apps/crenshaw2-1 index ac1d1ddb..f26dedce 100755 --- a/apps/crenshaw2-1 +++ b/apps/crenshaw2-1 Binary files differdiff --git a/apps/crenshaw2-1b b/apps/crenshaw2-1b index ff3f940a..139327ca 100755 --- a/apps/crenshaw2-1b +++ b/apps/crenshaw2-1b Binary files differdiff --git a/apps/dquotes b/apps/dquotes index f5d80786..302c3490 100755 --- a/apps/dquotes +++ b/apps/dquotes Binary files differdiff --git a/apps/factorial b/apps/factorial index 063a2f79..7e8edb63 100755 --- a/apps/factorial +++ b/apps/factorial Binary files differdiff --git a/apps/hex b/apps/hex index cf837a45..75edad2d 100755 --- a/apps/hex +++ b/apps/hex Binary files differdiff --git a/apps/mu b/apps/mu index 0dceb721..f3c88e9c 100755 --- a/apps/mu +++ b/apps/mu Binary files differdiff --git a/apps/pack b/apps/pack index d831afbb..a6211a7d 100755 --- a/apps/pack +++ b/apps/pack Binary files differdiff --git a/apps/sigils b/apps/sigils index 7fe34f28..82f4e43a 100755 --- a/apps/sigils +++ b/apps/sigils Binary files differdiff --git a/apps/survey b/apps/survey index 8989971f..abb0d1f0 100755 --- a/apps/survey +++ b/apps/survey Binary files differdiff --git a/apps/tests b/apps/tests index 0b826bff..7a4df46d 100755 --- a/apps/tests +++ b/apps/tests Binary files differ |