src/uri.h
branchv_0
changeset 5 bee7acb57330
parent 4 372b161669e4
child 8 7c85dc9a310b
equal deleted inserted replaced
4:372b161669e4 5:bee7acb57330
    22 
    22 
    23 // TODO: these strings will become globally unique URIs (or IRIs) after moving to alt2xml and relative/unprefixed names should also work
    23 // TODO: these strings will become globally unique URIs (or IRIs) after moving to alt2xml and relative/unprefixed names should also work
    24 
    24 
    25 /** general options of the INI writer */
    25 /** general options of the INI writer */
    26 namespace option {
    26 namespace option {
       
    27 // TODO: „allow sections“ vs. „enable sections“, see also relpipe-in-ini
    27 static const wchar_t* AllowSections = L"allow-sections";
    28 static const wchar_t* AllowSections = L"allow-sections";
       
    29 static const wchar_t* HierarchySeparator = L"hierarchy-separator";
    28 // static const wchar_t* AllowSectionTags = L"allow-section-tags";
    30 // static const wchar_t* AllowSectionTags = L"allow-section-tags";
    29 // static const wchar_t* AllowSubKeys = L"allow-sub-keys";
    31 // static const wchar_t* AllowSubKeys = L"allow-sub-keys";
    30 static const wchar_t* CommentSeparatorForSections = L"comment-separator-for-sections";
    32 static const wchar_t* CommentSeparatorForSections = L"comment-separator-for-sections";
    31 static const wchar_t* CommentSeparatorForEntries = L"comment-separator-for-entries";
    33 static const wchar_t* CommentSeparatorForEntries = L"comment-separator-for-entries";
    32 static const wchar_t* CommentSeparatorStandalone = L"comment-separator-standalone";
    34 static const wchar_t* CommentSeparatorStandalone = L"comment-separator-standalone";