aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorM.Gergő2020-05-08 01:44:08 +0200
committerM.Gergő2020-05-08 01:44:08 +0200
commit8b42a04bf6df46fa06e2333a0b41b3c92e7ef4f1 (patch)
tree99361a10d87cbea685443105f6fa7df21bfc111f /README.md
parent669d3cdf0bd470fa827693423216854dcd2ca1b8 (diff)
downloadlightconfini-8b42a04bf6df46fa06e2333a0b41b3c92e7ef4f1.tar.gz
lightconfini-8b42a04bf6df46fa06e2333a0b41b3c92e7ef4f1.zip
ASCII section
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index cc51c09..be9ea9e 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,8 @@
**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.
+**Values** in alone also ASCII, or between Double-Quotation-Marks(") can be **any UNICODE/UTF8** characters.
+Maximum line length can be 2^64/2 = 2^63 characters.
## Future Plans