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

(cherry picked from commit 461b4b8861)
This commit is contained in:
Rubidium
2023-04-28 19:31:42 +02:00
committed by Jonathan G Rennison
parent 97e6f3062e
commit 6fa02955cd
2 changed files with 4 additions and 16 deletions

View File

@@ -34,9 +34,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.