aboutsummaryrefslogtreecommitdiffhomepage
path: root/notes/unicode_combining_chars.txt
blob: 181b9ef838459cf80d76011dcb3962a9db4c8cda (plain)
1
2
3
4
5
6
7
8
9
10
11

Unicode -- Combining characters
===============================

SLUL will overcount the number of characters when there are combining
characters or extended grapheme clusters.

This would be nice to fix.

Also, it could potentially be used to create confusing code:

    "test<combining char>".starts_with("test")