1.QUEX_TYPE_CHARACTER is now removed/renamed but still used many places in the documentation.
- Also, these does not have ByteOrderReversionF parameters. http://quex.sourceforge.net/doc/html/basics/usage-scenarios.html
CLASS(const std::string& Filename,
const char InputCodingName = 0x0,
bool ByteOrderReversionF = false);
CLASS(std::istream p_input_stream,
const char InputCodingName = 0x0,
bool ByteOrderReversionF = false);
CLASS(std::wistream p_input_stream,
const char InputCodingName = 0x0,
bool ByteOrderReversionF = false);
CLASS(std::FILE input_fh,
const char* InputCodingName = 0x0,
bool ByteOrderReversionF = false);