Added #NBSP# built-in variable to support using a Unicode no-break space in strings.

This commit is contained in:
jsmorley 2013-09-22 07:53:17 -04:00
parent 7558666b13
commit 73069b692f

View File

@ -109,6 +109,7 @@ void ConfigParser::SetBuiltInVariables(const std::wstring& filename, const std::
}
insertVariable(L"CRLF", L"\n");
insertVariable(L"NBSP", L"\u00A0");
m_CurrentSection = &(insertVariable(L"CURRENTSECTION", L"").first->second); // shortcut