From ef2d5027d33ab3ec64c4e93d62749032d187d5c2 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Sun, 12 Apr 2020 09:24:30 +0200 Subject: Removed extended ASCII, and added a check against it. (#4642) --- src/ChatColor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ChatColor.cpp') diff --git a/src/ChatColor.cpp b/src/ChatColor.cpp index e1317c287..73658408b 100644 --- a/src/ChatColor.cpp +++ b/src/ChatColor.cpp @@ -2,8 +2,8 @@ #include "ChatColor.h" -const char * cChatColor::Color = "\xc2\xa7"; // or in other words: "§" in UTF-8 -const char * cChatColor::Delimiter = "\xc2\xa7"; // or in other words: "§" in UTF-8 +const char * cChatColor::Color = "\xc2\xa7"; // The paragraph / section symbol in UTF-8 +const char * cChatColor::Delimiter = "\xc2\xa7"; // The paragraph / section symbol in UTF-8 const char * cChatColor::Black = "\xc2\xa7""0"; const char * cChatColor::Navy = "\xc2\xa7""1"; const char * cChatColor::Green = "\xc2\xa7""2"; -- cgit v1.2.3