hangul_ic_dvorak_to_qwerty()는 더 이상 제공하지 않는다:
authorChoe Hwanjin <choe.hwanjin@gmail.com>
Tue, 20 Oct 2009 13:06:55 +0000 (22:06 +0900)
committerChoe Hwanjin <choe.hwanjin@gmail.com>
Tue, 20 Oct 2009 13:06:55 +0000 (22:06 +0900)
 * dvorak을 qwerty로 매핑하는 것은 한글의 영역이 아니므로
   각 입력기에서 구현하는 것으로 한다.

git-svn-id: http://kldp.net/svn/hangul/libhangul/trunk@204 8f00fcd2-89fc-0310-932e-b01be5b65e01

hangul/hangul.h

index 4e0bb5c..26e1871 100644 (file)
@@ -115,8 +115,6 @@ bool hangul_ic_has_choseong(HangulInputContext *hic);
 bool hangul_ic_has_jungseong(HangulInputContext *hic);
 bool hangul_ic_has_jongseong(HangulInputContext *hic);
 
-int  hangul_ic_dvorak_to_qwerty(int qwerty);
-
 void hangul_ic_set_output_mode(HangulInputContext *hic, int mode);
 void hangul_ic_set_keyboard(HangulInputContext *hic,
                            const HangulKeyboard *keyboard);
@@ -168,6 +166,8 @@ void    hangul_syllable_to_jaso(ucschar syllable,
 typedef bool (*HangulICFilter) (ucschar*, ucschar, ucschar, ucschar, void*);
 void hangul_ic_set_filter(HangulInputContext *hic,
                          HangulICFilter func, void *user_data) LIBHANGUL_DEPRECATED;
+int  hangul_ic_dvorak_to_qwerty(int qwerty) LIBHANGUL_DEPRECATED;
+
 
 #ifdef __cplusplus
 }