1
2-- 0.6.2
3	Add GB-Hans GB-Hant encoding which were used to represent GB charset in Simplified and Traditional.
4	Use gb18030 handing all GB code.
5
6	Support convert gbk to gb-hant or gb-hans.
7
8-- 0.6.1
9	Update cconv_table.cc to latest.
10
11	Add some Tongwen Tang word mapping.
12	Fix the bug that something cconv output are not end with '\0'
13
14-- 0.6.0
15	Update cconv_table.cc to latest.
16
17	Fix the bug that Jane transfer into fan does not work.
18
19-- 0.6.0_beta
20	Rewrite the cross-handling part, and change the judge algorithm.
21
22	Increase four kinds of prefix & suffix based conditions conversion
23	mode:
24		1、convert the prefix match before only
25		2、convert the suffix match before only
26		3、prefix match is not to convert.
27		4、suffix match is not to convert.
28
29-- 0.5.2
30	Add AC_CONFIG_MACRO_DIR([m4]) to fix complie error on CentOS 4.X
31
32-- 0.5.1
33
34-- 0.5.-
35
36