Codechange: remove all u8 prefix in favour of compile-time option (#11807)
This commit is contained in:
@@ -13,10 +13,10 @@
|
||||
#include "core/enum_type.hpp"
|
||||
|
||||
/** A non-breaking space. */
|
||||
#define NBSP u8"\u00a0"
|
||||
#define NBSP "\u00a0"
|
||||
|
||||
/** A left-to-right marker, marks the next character as left-to-right. */
|
||||
#define LRM u8"\u200e"
|
||||
#define LRM "\u200e"
|
||||
|
||||
/**
|
||||
* Valid filter types for IsValidChar.
|
||||
|
Reference in New Issue
Block a user