1
0

Removed extended ASCII, and added a check against it. (#4642)

This commit is contained in:
Mattes D
2020-04-12 09:24:30 +02:00
committed by GitHub
parent 8914355895
commit ef2d5027d3
5 changed files with 9 additions and 5 deletions

View File

@@ -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";