about summary refs log tree commit diff stats
path: root/apps/ex14.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-08-31 22:49:27 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-08-31 23:03:34 -0700
commitb8afd4becf993f5f868f05c4f9e5fcb87be9adb2 (patch)
tree48f1d7c7d92e7aa590078ef16323f34ff75c559f /apps/ex14.mu
parent281f38a7c279087e586890730553612d0378847f (diff)
downloadmu-b8afd4becf993f5f868f05c4f9e5fcb87be9adb2.tar.gz
start hacky experiment to support combining chars
https://en.wikipedia.org/wiki/Combining_character

The plan: just draw the combining character in the same space as the
previous character. This will almost certainly not work for some Unicode
blocks (tibetan?)

This commit only changes the data/memory/disk model to make some space.
As always in Mu, we avoid bit-mask tricks even if that wastes memory.
Diffstat (limited to 'apps/ex14.mu')
0 files changed, 0 insertions, 0 deletions
to 'number'' href='/akkartik/mu/commit/factorial.mu?h=hlt&id=5497090aa1e708c22cd240913a53dda32bb067aa'>5497090a ^
b96af395 ^

08b48a8d ^
b96af395 ^
5497090a ^



b96af395 ^
08b48a8d ^
b96af395 ^


5497090a ^
b96af395 ^
bafc7192 ^
b96af395 ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34