blob: 49a8fe3b6510a2ce30f0a1038f14aabb46a85822 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
0.1.0
* add new API for keycode normalization
* remove deprecated API
* add supports for freebsd
* update some test codes
0.0.12
* add dubeolsik yetgeul keyboard
* make sebeolsik yetgeul keyboard layout conform to HWP
* add API to get builtin keyboard list
* use Unicode jamo for incomplete syllable
* gettextize
* bug fix for Unicode 5.2
* fix wrong characters in ahnmatae(#31548)
* add command line tool hangul
0.0.11
* fixed preedit string bug: #315256
* added Ahnmatae method
* updated hanja frequency data and reordered hanja table according to it:
#315200
* fixed bugs in hanja data
* updated old hangul jamo combination table according to Unicode standard 5.2:
#315127
0.0.10
* implemented new logic romaja method
* updated to support the new Unicode standard 5.2
* updated API document
* fixed small bugs
0.0.9
* updated hanja searching routine
- remove binary data file format code
- look up hanja.txt file everytime to reduce memory usage
- http://lists.kldp.net/pipermail/hangul-hackers/2008-November/000385.html
* added new API for syllable iteration
* fixed configure script bug on MacOSX (#304873)
* updated for imhangul
0.0.8
* update hanja searching routine
- reduce memory usage on hanja searching
- use new binary data file format for hanja table
* update hanja.txt
* add new API to convert jamo string to syllable string(#304765)
* fix some yet hangul input routine(#304728)
* fix a bug on keyboard selection(#304765)
* remove python, ruby module
0.0.7
* update hanja.txt
- added more word data
- hanja items are ordered by frequency from Kim Song-yil<masoris@gmail.com>
- all CJK compatibility hanja was changed to CJK unified hanja
* add new function to convert compatibility hanja to unified hanja and unified
to compatibility.
* update python module
0.0.6
* update library version
0.0.5
* changed filter api
* add more hanja word database
0.0.4
* added HnagulKeyboard, HangulCombination feature
* update test code
* process english character also in hangul mode
0.0.3
* added Hanja related features
0.0.2
* added filter feature
0.0.1
* first relese
|