aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-04-16 12:20:21 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-04-16 12:20:21 +0200
commit2bd67056525c42bbe9281f5f3af9a259dddedbd7 (patch)
tree700ab0a135e4f14c87f2aaea045686fe0e99348c
parent4b83db7400bb3c23ed3b2a4924438dd8a342973b (diff)
Formatting
-rw-r--r--README15
1 files changed, 10 insertions, 5 deletions
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)