NAME
Qt::Core::QTextDecoder
PUBLIC METHODS
- QTextDecoder(const QTextCodec * codec)
- QTextDecoder(const QTextCodec * codec, QFlags<QTextCodec::ConversionFlag> flags)
- ~QTextDecoder()
- bool hasFailure()
- QString toUnicode(const QByteArray & ba)
- QString toUnicode(const char * chars, int len)
- void toUnicode(QString * target, const char * chars, int len)
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.