summaryrefslogtreecommitdiff
path: root/codecs_hk.h
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2010-01-07 16:27:41 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2010-01-07 16:27:41 +0800
commit16001b547a8f27aceb1691efb3e07ab9c3af0030 (patch)
tree9f804667053a6a4ea3e10aac11ae6c9f2cb5af87 /codecs_hk.h
Initial commit of uniconv
Diffstat (limited to 'codecs_hk.h')
-rw-r--r--codecs_hk.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/codecs_hk.h b/codecs_hk.h
new file mode 100644
index 0000000..388e678
--- /dev/null
+++ b/codecs_hk.h
@@ -0,0 +1,10 @@
+#ifndef CODECS_HK_H
+#define CODECS_HK_H
+
+#include "multibytecodec.h"
+
+extern const struct dbcs_map *hk_mapping_list;
+extern const MultibyteCodec *hk_codec_list;
+
+
+#endif