liberty-xui: mention libgrapheme
This commit is contained in:
parent
8386af0420
commit
bf44e827e8
|
@ -24,12 +24,12 @@
|
||||||
// It is surprisingly hard to find a good library to handle Unicode shenanigans,
|
// 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.
|
// and there's enough of those for it to be impractical to reimplement them.
|
||||||
//
|
//
|
||||||
// GLib ICU libunistring utf8proc
|
// GLib ICU libunistring utf8proc libgrapheme
|
||||||
// Decently sized . . x x
|
// Decently sized . . x x x
|
||||||
// Grapheme breaks . x . x
|
// Grapheme breaks . x . x x
|
||||||
// Character width x . x x
|
// Character width x . x x .
|
||||||
// Locale handling . . x .
|
// Locale handling . . x . .
|
||||||
// Liberal license . x . x
|
// Liberal license . x . x x
|
||||||
//
|
//
|
||||||
// Also note that the ICU API is icky and uses UTF-16 for its primary encoding.
|
// Also note that the ICU API is icky and uses UTF-16 for its primary encoding.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue