/*
 * $Id$
 */

/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QTextCodec()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qtextcodec.html
 *  $ONELINER$
 *     Creates a new QTextCodec object.
 *  $INHERITS$
 *     
 *  $SYNTAX$
 *     QTextCodec():new( ... )
 *     QTextCodec():from( pPtr_OR_oObj_of_type_QTextCodec )
 *     QTextCodec():configure( pPtr_OR_oObj_of_type_QTextCodec )
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QTextCodec
 *  $METHODS$
 *     :aliases()                                          -> pQList<QByteArray>
 *     :canEncode( pCh )                                   -> lBool
 *     :canEncode_1( cS )                                  -> lBool
 *     :fromUnicode( cStr )                                -> pQByteArray
 *     :makeDecoder()                                      -> pQTextDecoder
 *     :makeEncoder()                                      -> pQTextEncoder
 *     :mibEnum()                                          -> nInt
 *     :name()                                             -> pQByteArray
 *     :toUnicode( pA )                                    -> cQString
 *     :toUnicode_1( pChars )                              -> cQString
 *     :setCodecForCStrings( pCodec )                      -> NIL
 *     :setCodecForLocale( pC )                            -> NIL
 *     :setCodecForTr( pC )                                -> NIL
 * 
 *  $DESCRIPTION$
 * 
 *  $EXAMPLES$
 * 
 *  $TESTS$
 * 
 *  $STATUS$
 *     R
 *  $COMPLIANCE$
 *     Not Clipper compatible
 *  $PLATFORMS$
 *     Windows, Linux, Mac OS X, OS/2
 *  $VERSION$
 *     4.5 or upper
 *  $FILES$
 *     Harbour source: contrib/hbqt/qtcore/TQTextCodec.prg
 *     C++ wrappers  : contrib/hbqt/qtcore/QTextCodec.cpp
 *     Library       : hbqtcore
 *  $SEEALSO$
 *     
 *  $END$
 */
