summaryrefslogtreecommitdiff
path: root/codecs_tw.h
blob: 22f97ee2397e297cadd6991b58d4e251c4738f34 (plain)
1
2
3
4
5
6
7
8
9
#ifndef CODECS_TW_H
#define CODECS_TW_H

#include "multibytecodec.h"

extern const struct dbcs_map *tw_mapping_list;
extern const MultibyteCodec *tw_codec_list;

#endif