summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChoe Hwanjin <choe.hwanjin@gmail.com>2008-04-20 16:01:14 +0900
committerChoe Hwanjin <choe.hwanjin@gmail.com>2008-04-20 16:01:14 +0900
commit23edd81f6718e30ea44513cf05f54928325cf47c (patch)
tree350c4b533d691ff2e8bf9b5f1de61e13153193dd
parent6518d32930d2600bc3abc8eb91c5302e8b78bd76 (diff)
downloadlibhangul-23edd81f6718e30ea44513cf05f54928325cf47c.tar.gz
update document
git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@175 8f00fcd2-89fc-0310-932e-b01be5b65e01
-rw-r--r--NEWS10
-rw-r--r--README13
2 files changed, 11 insertions, 12 deletions
diff --git a/NEWS b/NEWS
index 249e8e5..e82bc6e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+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
diff --git a/README b/README
index 754b19a..f5a6398 100644
--- a/README
+++ b/README
@@ -6,21 +6,10 @@ libhangul
$ make
# make install
-python 모듈 빌드 방법:
- $ cd bindings/pyhangul
- $ make
- # make install
-
libhangul
How to build:
$ ./autogen.sh
$ ./configure
- $ make
-
-How to install python module 'pyhangul':
- $ cd bindings/pyhangul
- $ make
- login as root
- # make install
+ # make