Comment 4 for bug 11922

Revision history for this message
In , Changwoo Ryu (cwryu) wrote : Re: Bug#237675: ok with ko_KR.utf-8

> I tested the patch in my ko_KR.UTF-8 locale and it worked very well.
> All the UTF-8 breakages seemed to be fixed.
>
>

Oops, there were some truncated strings by the multibyte-unaware use of
*addnstr() functions.

New patch attached: I wrote some replacement functions for those
functions to fix them.