TK> I found that luit doesn't work with "luit <options> <commands>" TK> while it works well with "luit <commands>". Here is a patch to TK> fix this.
Oops -- you're right. David, please credit this to Tomohiro Kubota. Tomohiro, in the future could you please send patches that you feel confident with directly to patch@ and just CC them either to i18n or to me personally. Thanks a lot, Juliusz diff -ruN luit-20020203-1/luit.c luit-20020203-2/luit.c --- luit-20020203-1/luit.c Sun Feb 3 10:51:02 2002 +++ luit-20020203-2/luit.c Wed Feb 6 01:35:15 2002 @@ -386,7 +386,7 @@ if(converter) return convert(0, 1); else - return condom(argc - i, argv + 1); + return condom(argc - i, argv + i); } static int _______________________________________________ I18n mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/i18n