summaryrefslogtreecommitdiff
path: root/codecs_cn.h
blob: 0cda881df74fd16c80bae7608cc42e294da10637 (plain)
1
2
3
4
5
6
7
8
9
#ifndef CODECS_CN_H
#define CODECS_CN_H

#include "multibytecodec.h"

extern const struct dbcs_map *cn_mapping_list;
extern const MultibyteCodec *cn_codec_list;

#endif