From 4cd4beaf0a6d8032fe88efbbc6cb42303766e9f6 Mon Sep 17 00:00:00 2001 From: M.Gergő Date: Thu, 7 May 2020 00:22:25 +0200 Subject: README + LICENCE --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3