cpython/Modules/cjkcodecs/_codecs_tw.c

/*
 * _codecs_tw.c: Codecs collection for Taiwan's encodings
 *
 * Written by Hye-Shik Chang <[email protected]>
 */

#include "cjkcodecs.h"
#include "mappings_tw.h"

/*
 * BIG5 codec
 */

ENCODER(big5)
{}

DECODER(big5)
{}


/*
 * CP950 codec
 */

ENCODER(cp950)
{}

DECODER(cp950)
{}



BEGIN_MAPPINGS_LIST()

BEGIN_CODECS_LIST()

I_AM_A_MODULE_FOR(tw)