# HG changeset patch # User František Kučera # Date 1606044265 -3600 # Node ID d9b047731e1897aa85deef21d7933c8e594bc235 # Parent 4313e91da50bcf9ff4a6e3785e9142f91e6ed12a TODO: support also nested keys diff -r 4313e91da50b -r d9b047731e18 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) }