42     QString convertToUnicode( 
const char *in, 
int length, ConverterState *state ) 
const override;
 
   43     QByteArray convertFromUnicode( 
const QChar *in, 
int length, ConverterState *state ) 
const override;
 
A QTextCodec implementation which relies on OGR to do the text conversion.
~QgsOgrProxyTextCodec() override=default