diff options
author | M.Gergő | 2020-05-07 00:22:25 +0200 |
---|---|---|
committer | M.Gergő | 2020-05-07 00:22:25 +0200 |
commit | 4cd4beaf0a6d8032fe88efbbc6cb42303766e9f6 (patch) | |
tree | c1629cdcaeac39a5e6d3bdafef4bff1e965adc12 /README.md | |
parent | 3cff0f1ab97bf61a53cc9c74b5e259947b3e2861 (diff) | |
download | lightconfini-4cd4beaf0a6d8032fe88efbbc6cb42303766e9f6.tar.gz lightconfini-4cd4beaf0a6d8032fe88efbbc6cb42303766e9f6.zip |
README + LICENCE
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -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 |