Open GoogleCodeExporter opened 8 years ago
'2f' should make 'U+115f U+1161 U+11bb'.
And you can check it by:
$ ./hangul -k 39 -i 2f | iconv -t UTF-16LE | od -tx2
In my case, the result was:
0000000 115f 1161 11bb 000a
0000010
and it's correct.
If you can't see the characters, it may be the problem of hangul jamo rendering
of your terminal or text editor.
Original comment by choe.hwanjin@gmail.com
on 9 Jun 2013 at 7:17
Original issue reported on code.google.com by
byvo...@gmail.com
on 7 Jun 2013 at 6:47