> 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.
> 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.