Cleanup: remove typedefs for non _t (u)int types and WChar
(cherry picked from commit 461b4b8861
)
This commit is contained in:

committed by
Jonathan G Rennison

parent
97e6f3062e
commit
6fa02955cd
@@ -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.
|
||||
|
Reference in New Issue
Block a user