TODO: support also nested keys v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sun, 22 Nov 2020 12:24:25 +0100
branchv_0
changeset 4 d9b047731e18
parent 3 4313e91da50b
child 5 d70ea23682aa
TODO: support also nested keys
src/lib/INIReader.cpp
--- a/src/lib/INIReader.cpp	Sun Nov 22 01:22:45 2020 +0100
+++ b/src/lib/INIReader.cpp	Sun Nov 22 12:24:25 2020 +0100
@@ -89,6 +89,7 @@
 			// TODO: support also escaped characters
 			// TODO: support also Java .properties and manifest.mf formats?
 			// TODO: support also nested sections – hierarchy
+			// TODO: support also nested keys e.g. key.sub.subsub.subsubsub=value – translate them to nested sections
 			// TODO: support also option for alternative key-value separator (: instead of =)
 			// TODO: support also other encodings (currently only UTF-8 is supported)
 		}