From 2bd67056525c42bbe9281f5f3af9a259dddedbd7 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 16 Apr 2024 12:20:21 +0200 Subject: Formatting --- README | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'README') diff --git a/README b/README index 303eea4..396fde5 100644 --- a/README +++ b/README @@ -1,4 +1,5 @@ MLib — Useful Standard Library Extensions +━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ MLib is a collection of various headers and libraries that I find useful in a large enough number of my personal C projects. This includes for @@ -21,6 +22,7 @@ The headers as of now are: • unicode/prop.h — unicode character properties • unicode/string.h — unicode string functions + BUILD INSTRUCTIONS: To build Mlib you need to have a C23 conforming C compiler. Simply @@ -33,6 +35,7 @@ BUILD INSTRUCTIONS: $ ./make -r + DISCLAIMER: This library is developed for use by me (the author). You are free @@ -43,8 +46,10 @@ DISCLAIMER: have an issue with the code here, fix it — you are a programmer are you not? -Planned Features: - • Missing Unicode Properties (unicode/prop.h) - • String Case Conversions (unicode/string.h) - • Unicode Normalization (unicode/string.h) - • Word- and Line Segmentation (unicode/string.h) + +PLANNED FEATURES: + + • Missing Unicode Properties (unicode/prop.h) + • String Case Conversions (unicode/string.h) + • Unicode Normalization (unicode/string.h) + • Word- and Line Segmentation (unicode/string.h) -- cgit v1.2.3