Codechange: remove all u8 prefix in favour of compile-time option (#11807)

This commit is contained in:
Patric Stout
2024-01-16 22:33:53 +01:00
committed by GitHub
parent 6550682b49
commit 6860a86d45
7 changed files with 693 additions and 686 deletions

View File

@@ -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.