diff options
author | M.Gergő | 2020-05-08 01:44:08 +0200 |
---|---|---|
committer | M.Gergő | 2020-05-08 01:44:08 +0200 |
commit | 8b42a04bf6df46fa06e2333a0b41b3c92e7ef4f1 (patch) | |
tree | 99361a10d87cbea685443105f6fa7df21bfc111f /README.md | |
parent | 669d3cdf0bd470fa827693423216854dcd2ca1b8 (diff) | |
download | lightconfini-8b42a04bf6df46fa06e2333a0b41b3c92e7ef4f1.tar.gz lightconfini-8b42a04bf6df46fa06e2333a0b41b3c92e7ef4f1.zip |
ASCII section
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |