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

This reverts commit 73069b692f.

Reverted due to some risk of issues when used in Lua when the .lua file is not encoded and the user's local code page does not support the ANSI "no-break space".
This commit is contained in:
jsmorley 2013-09-22 10:26:58 -04:00
parent 73069b692f
commit 2029cea23f

View File

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