Cleanup: remove typedefs for non _t (u)int types and WChar

This commit is contained in:
Rubidium
2023-04-28 19:31:42 +02:00
committed by rubidium42
parent eaae0bb5e7
commit 461b4b8861
2 changed files with 4 additions and 16 deletions
-3
View File
@@ -30,9 +30,6 @@ enum CharSetFilter {
CS_HEXADECIMAL, ///< Only hexadecimal characters
};
/** Type for wide characters, i.e. non-UTF8 encoded unicode characters. */
typedef char32_t WChar;
/* The following are directional formatting codes used to get the LTR and RTL strings right:
* http://www.unicode.org/unicode/reports/tr9/#Directional_Formatting_Codes */
static const char32_t CHAR_TD_LRM = 0x200E; ///< The next character acts like a left-to-right character.