src/uri.h
branchv_0
changeset 8 7c85dc9a310b
parent 5 bee7acb57330
equal deleted inserted replaced
7:bda9d3c83cb7 8:7c85dc9a310b
    38 static const wchar_t* QuotesTypeForValues = L"quotes-type-for-values";
    38 static const wchar_t* QuotesTypeForValues = L"quotes-type-for-values";
    39 static const wchar_t* QuotesPatternForSections = L"quotes-pattern-for-sections";
    39 static const wchar_t* QuotesPatternForSections = L"quotes-pattern-for-sections";
    40 static const wchar_t* QuotesPatternForKeys = L"quotes-pattern-for-keys";
    40 static const wchar_t* QuotesPatternForKeys = L"quotes-pattern-for-keys";
    41 static const wchar_t* QuotesPatternForValues = L"quotes-pattern-for-values";
    41 static const wchar_t* QuotesPatternForValues = L"quotes-pattern-for-values";
    42 static const wchar_t* Dialect = L"dialect";
    42 static const wchar_t* Dialect = L"dialect";
       
    43 static const wchar_t* SkipEmpty = L"skip-empty";
       
    44 static const wchar_t* SkipNull = L"skip-null";
    43 }
    45 }
    44 
    46 
    45 /** names of dynamically registered escaping processors; they are also options */
    47 /** names of dynamically registered escaping processors; they are also options */
    46 namespace escaping {
    48 namespace escaping {
    47 static const wchar_t* Basic = L"escape-basic";
    49 static const wchar_t* Basic = L"escape-basic";