head	1.5;
access;
symbols
	project:1.1.1
	start:1.1.1.2
	vendor:1.1.1;
locks; strict;
comment	@# @;


1.5
date	2008.01.18.18.50.43;	author bando;	state Exp;
branches;
next	1.4;

1.4
date	2008.01.07.13.17.49;	author bando;	state Exp;
branches;
next	1.3;

1.3
date	2008.01.07.13.15.08;	author bando;	state Exp;
branches;
next	1.2;

1.2
date	2008.01.06.16.50.56;	author bando;	state dead;
branches;
next	1.1;

1.1
date	2008.01.06.16.14.08;	author bando;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2008.01.06.16.14.08;	author bando;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	2008.01.07.13.02.44;	author bando;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Add language auto choice compile
@
text
@# $Id: README,v 1.4 2008/01/07 13:17:49 bando Exp $

 : YoungJoo-Kim <bando@@bando.org>

Cdic

* α׷ 
  1. ֿܼ /      α׷

* α׷ 
  1.  
  2.  

* α׷ ۵ 
  1. ڰ  /  
  2. 󿡼  Ľ  

* α׷ ġ
  1. make install

  * Ÿ (ko_KR.UTF-8 ȯ)
    # ġ  cdic.utf8.c   ǰ ⺻  UTF-8 .
    # ࿡  ٸ   .
    [root@@bando ~]# iconv -f euc-kr -t utf-8 cdic.c > cdic.utf8.c
    [root@@bando ~]# mv cdic.utf8.c cdic.c
    [root@@bando ~]# make install
    #   ġ Ϸ   UTF-8   ָ   .
    [root@@bando ~]# cdic charset=UTF-8

* α׷ ġ 
  1. /usr/bin/cdic

* α׷  
  1. ó ġ     ʰ  ÿ . (~/.cdic)

* α׷ 
  1.   : cdic [ܾ]
  2.   : cdic []

* ü ġ   

	##################################################
	# α׷ 
	[bando@@bando cdic]# make
	gcc -Wall -g -O2   -g -c cdic.c -o cdic.o
	gcc -o cdic cdic.o

	##################################################
	# α׷ ġ
	[root@@bando cdic]# make install
	INSTALL FILE : /usr/bin/cdic : [ OK ]

	##################################################
	# α׷  
	[bando@@bando cdic]# cdic 
	CDIC By YoungJoo-Kim <bando@@bando.org>

	Usage : cdic [ܾ] or []

		[  ]
			NAVER              [*]
			YAHOO              [ ]
			DAUM               [ ]
			EMPAS              [ ]

		[  ]
			GOOGLE_TRANS       [*]
			YAHOO_TRANS        [ ]

		[  ]
			CHARSET            [EUC-KR]

		[  ϱ]
			cdic dic=YAHOO

		[  ϱ]
			cdic trans=YAHOO_TRANS

		[  ϱ]
			cdic charset=[EUC-KR|UTF-8...]

	##################################################
	#   ̿ϱ
	[bando@@bando cdic]# cdic korean
	ܾ ˻ (1 - 1 / 1)

	Korean
	1 ѱ;ѱ , ѱ, ѱ
	2 ѱ
	1 ѱ ;ѱ 
	2 [the Koreans] ѱ Ī, ѱ []
	3  ѱ

	##################################################
	#   ̿ϱ (ѱ -> )
	[root@@bando ~]# cdic  ҳ Դϴ.
	I am a boy.

	##################################################
	#   ̿ϱ ( -> ѱ)
	[root@@bando ~]# cdic I am a boy.
	 ҳԴϴ.
	
	##################################################
	# ⺻   ϱ
	[bando@@bando cdic]# cdic dic=YAHOO
	    : NAVER => YAHOO  []

	##################################################
	# ⺻   ϱ
	[root@@bando ~]# cdic trans=YAHOO_TRANS
	    : GOOGLE_TRANS => YAHOO_TRANS  []

	##################################################
	# ⺻   ϱ ( ko_KR.UTF-8 ȯ  )
        # ko_KR.UTF-8 ȯ濡 ġ  cdic.utf8.c   ǰ ⺻  UTF-8 .
	[root@@bando ~]# cdic charset=UTF-8
	    : EUC-KR => UTF-8  []

* α׷ Ʈ 
  <http://cdic.kldp.net>
  <http://kldp.net/projects/cdic>

* α׷  Ÿ 
  1.  Perl  ϰ  ٰ ɽؼ  ýϴ.
  2.  µǴ  Ǹ ۵  ɼ Ƽ  4  2 Խ 
     ̳ Ⱑ ۵  Ǵ°ɷ ӽ÷   ֽϴ. 
  3. ׳ Ÿ    ֽø  ϰڽϴ.
@


1.4
log
@Release 1.1
@
text
@d1 1
a1 1
# $Id: $
d19 1
a19 2
  1. make
  2. make install
d22 4
a25 4
    # ko_KR.UTF-8  SourceCode  UTF-8  ȯ  Ͽ .
    [root@@bando ~]# iconv -f euc-kr -t utf-8 cdic.c > cdic.c.utf8
    [root@@bando ~]# mv cdic.c.utf8 cdic.c
    [root@@bando ~]# make
d33 3
d116 1
a116 5
	# ko_KR.UTF-8  SourceCode  UTF-8  ȯ  Ͽ .
	# [root@@bando ~]# iconv -f euc-kr -t utf-8 cdic.c > cdic.c.utf8
	# [root@@bando ~]# mv cdic.c.utf8 cdic.c
	# [root@@bando ~]# make
	# [root@@bando ~]# make install
@


1.3
log
@Release 1.0
@
text
@d22 9
d68 3
d77 3
d105 1
a105 1
	 ˻   => YAHOO : []
d110 11
a120 1
	 ˻   => YAHOO_TRANS : []
@


1.2
log
@*** empty log message ***
@
text
@d1 2
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Release 1.0
@
text
@@


1.1.1.2
log
@Release 1.0
@
text
@a0 2
# $Id: $

@

