commit 9435bce755a8ee7729b39332248aaf579dddf8fb parent c5ca321450fe59424dcf9155790b6c789ed3dfac Author: Laslo Hunhold <dev@frign.de> Date: Wed, 22 Dec 2021 16:28:17 +0100 libgrapheme - clear up the wording a bit Signed-off-by: Laslo Hunhold <dev@frign.de> Diffstat:
M | libs.suckless.org/libgrapheme/index.md | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/libs.suckless.org/libgrapheme/index.md b/libs.suckless.org/libgrapheme/index.md @@ -1,10 +1,10 @@ ![libgrapheme](libgrapheme.svg) libgrapheme is an extremely simple C99 library providing utilities for -properly handling user-perceived characters ('grapheme clusters') -according to the Unicode standard. While providing convenience functions -to operate on UTF-8-strings, you can also use libgrapheme for any other -encoding as well. +properly handling Unicode strings made up of user-perceived characters +('grapheme clusters') according to the Unicode standard. While providing +convenience functions to operate on UTF-8-encoded strings, you can also +use libgrapheme for any other encoding as well. The necessary lookup-tables and test-data are automatically generated from the Unicode standard data, ensuring correctness and validation.