aboutsummaryrefslogtreecommitdiff
path: root/liberty-xui.c
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2024-07-10 17:38:27 +0200
committerPřemysl Eric Janouch <p@janouch.name>2024-07-10 17:38:39 +0200
commitbf44e827e862c3ae7a05d01c7a2478fc8684d96c (patch)
treeaf6494866b8535152c951957fbc35cb949708a8a /liberty-xui.c
parent8386af0420741d4baa9a41db19f6115acff6ef8e (diff)
downloadliberty-bf44e827e862c3ae7a05d01c7a2478fc8684d96c.tar.gz
liberty-bf44e827e862c3ae7a05d01c7a2478fc8684d96c.tar.xz
liberty-bf44e827e862c3ae7a05d01c7a2478fc8684d96c.zip
liberty-xui: mention libgrapheme
Diffstat (limited to 'liberty-xui.c')
-rw-r--r--liberty-xui.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/liberty-xui.c b/liberty-xui.c
index e5d0246..083f14b 100644
--- a/liberty-xui.c
+++ b/liberty-xui.c
@@ -24,12 +24,12 @@
// It is surprisingly hard to find a good library to handle Unicode shenanigans,
// and there's enough of those for it to be impractical to reimplement them.
//
-// GLib ICU libunistring utf8proc
-// Decently sized . . x x
-// Grapheme breaks . x . x
-// Character width x . x x
-// Locale handling . . x .
-// Liberal license . x . x
+// GLib ICU libunistring utf8proc libgrapheme
+// Decently sized . . x x x
+// Grapheme breaks . x . x x
+// Character width x . x x .
+// Locale handling . . x . .
+// Liberal license . x . x x
//
// Also note that the ICU API is icky and uses UTF-16 for its primary encoding.
//