mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
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:
parent
73069b692f
commit
2029cea23f
@ -109,7 +109,6 @@ 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user