enum EE::TextHints::Hints

#include <string.hpp>

enum Hints {
    None     = 0,
    AllAscii = 1<<0,
};