From 2029cea23fc42921a36b34a902100f2555d0b227 Mon Sep 17 00:00:00 2001 From: jsmorley Date: Sun, 22 Sep 2013 10:26:58 -0400 Subject: [PATCH] Revert "Added #NBSP# built-in variable to support using a Unicode no-break space in strings." This reverts commit 73069b692f9018f7b8f10a1b8e5a3125f2c252d0. 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". --- Library/ConfigParser.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/ConfigParser.cpp b/Library/ConfigParser.cpp index d5f43adc..166a7ca6 100644 --- a/Library/ConfigParser.cpp +++ b/Library/ConfigParser.cpp @@ -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