sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 67b5babf1b3483f00e0d25ceff49ba80d8e93353
parent ea9a8f549939e0f69dd40293161d6fc3f5891291
Author: Laslo Hunhold <dev@frign.de>
Date:   Thu,  6 Oct 2022 22:48:11 +0200

Extend libgrapheme paragraph a bit

Signed-off-by: Laslo Hunhold <dev@frign.de>

Diffstat:
Mlibs.suckless.org/libgrapheme/index.md | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/libs.suckless.org/libgrapheme/index.md b/libs.suckless.org/libgrapheme/index.md @@ -23,7 +23,11 @@ There is no complicated build-system involved and it's all done using one POSIX-compliant Makefile. All you need is a C99 compiler, given the lookup-table-generators and compressors are also written in C99. The resulting library is freestanding and thus not even dependent on a -standard library to be present at runtime. +standard library to be present at runtime, making it a suitable choice +for bare metal applications. + +It is also way smaller and much faster than the other established Unicode +string libraries (ICU, GNU's libunistring, libutf8proc). Development -----------