Open GoogleCodeExporter opened 8 years ago
Hi Choe,
Is this a known limitation with libhangul.
I checked this today in iPhone, even there it is working fine.
Is there anything I can try in the code to help in solving this ?
Original comment by suneel....@gmail.com
on 7 Jul 2015 at 8:24
It's a feature.
But if you want libhangul to work like other korean IME, then you have to use
hangul_ic_connect_callback() function.
You have to filter out 'ㄱ + ㄱ -> ㄲ' rule in on_transition function.
See this sample code:
https://github.com/choehwanjin/ibus-hangul/blob/master/src/engine.c#L414
This is not the for the feature that you've said, but you may get a clue for it.
Original comment by choe.hwanjin@gmail.com
on 7 Jul 2015 at 9:35
Original issue reported on code.google.com by
suneel....@gmail.com
on 2 Jul 2015 at 11:27