aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorM.Gergő2020-05-07 00:22:25 +0200
committerM.Gergő2020-05-07 00:22:25 +0200
commit4cd4beaf0a6d8032fe88efbbc6cb42303766e9f6 (patch)
treec1629cdcaeac39a5e6d3bdafef4bff1e965adc12 /README.md
parent3cff0f1ab97bf61a53cc9c74b5e259947b3e2861 (diff)
downloadlightconfini-4cd4beaf0a6d8032fe88efbbc6cb42303766e9f6.tar.gz
lightconfini-4cd4beaf0a6d8032fe88efbbc6cb42303766e9f6.zip
README + LICENCE
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/README.md b/README.md
index b602787..cc51c09 100644
--- a/README.md
+++ b/README.md
@@ -8,12 +8,16 @@
- Converting readed values to int/float/string.
- Building linked list from parameters.
- Multiline values are supported.
-- Reading comments.
+- Reading comments.
+- UNICODE/UTF8 support.
+- Escape sequence support.
-Automatically switch between UNIX ('\n') and Windows ('\r\n') line endings. MAC ('\r' only) is not supported currently.
-Comments can be started with ';' or '#' signs.
-Multiline values are supported is they are surrounded with Double-Quotation-Mark (") signs.
+**Automatically switch** between **UNIX ('\n')** and **Windows ('\r\n')** line endings. MAC ('\r' only) is not supported currently.
+**Comments** can be started with **';'** or **'#'** signs.
+**Multiline** values are supported if they are surrounded **with Double-Quotation-Mark (")** signs.
Uses Finite State Machine technique for file processing.
+**Sections, Parameter names** can be **ASCII** alphabetical or numerical characters.
+**Values** in alone also ASCII, or between Double-Quotation-Marks(") can be **any UNICODE/UTF8** characters.
## Future Plans