[ HangulKorean ] in KIDS 글 쓴 이(By): wang (Chip쟁이) 날 짜 (Date): 1997년10월15일(수) 15시23분17초 ROK 제 목(Title): 세벌식 환경의 한텀에서 한자쓰기 버그 세벌식 환경의 한텀에서 한자나 특수기호를 입력하면 한자가 찍히고 그 음이 한번더 찍히는 버그가 있다. 즉, 한자라는 글자를 한자로쓰면 이렇게 '漢한字자' 된다. patch hanja.c 157a158,161 > /* inserted by Lee Seungwang, 97/10/15 */ > int hanja_put=0; > /* end of insertion */ > 170a175,177 > /* inserted by Lee Seungwang, 97/10/15 */ > hanja_put=1; > /* end of insertion */ automata.c 470a471,474 > /* inserted by Lee Seungwang, 97/10/15 */ > extern int hanja_put; > /* end of insertion */ > 665a670,678 > /* inserted by Lee Seungwang, 97/10/15 */ > if(hanja_put){ > f=1; > m=2; > l=1; > sp=0; > hanja_put=0; > } > /* end of insertion */ |