Bug#327711: RFC Patch

2005-09-11 Thread Alban Crequy
Le Monday 12 September 2005 à 04:07, Masahito Omote a écrit: > Hello, > > On Sun, 11 Sep 2005 20:15:55 +0200 > Alban Crequy <[EMAIL PROTECTED]> wrote: > > > all_locales() returned NULL. I don't know why. The patch add this: > > >if (name == NULL) name = ""; > > so compose_localenames_from_im_

Bug#327711: RFC Patch

2005-09-11 Thread Masahito Omote
Hello, On Sun, 11 Sep 2005 20:15:55 +0200 Alban Crequy <[EMAIL PROTECTED]> wrote: > all_locales() returned NULL. I don't know why. The patch add this: > >if (name == NULL) name = ""; > so compose_localenames_from_im_lang() does not return NULL anymore. Please try without @euro suffix in LC_C

Bug#327711: RFC Patch

2005-09-11 Thread Alban Crequy
I compiled and tested the upstream new version uim-0.4.8 from . The upstream new version has the same bug. The following patch fix the bug both on the Debian version uim_0.4.6final1.orig.tar.gz and the upstream version uim-0.4.8.tar.gz. Please review t