summaryrefslogtreecommitdiff
path: root/codecs_jp.h
blob: 111b697625300d1b787be97b6e859d0fbdb15955 (plain)
1
2
3
4
5
6
7
8
9
#ifndef CODECS_JP_H
#define CODECS_JP_H

#include "multibytecodec.h"

extern const struct dbcs_map *jp_mapping_list;
extern const MultibyteCodec *jp_codec_list;

#endif