Jim Meyering <[EMAIL PROTECTED]> wrote: > Jim Meyering <[EMAIL PROTECTED]> wrote: > ... >>> 2008-11-12 Bruno Haible <[EMAIL PROTECTED]> >>> >>> * lib/unicodeio.c: Include unistr.h. >>> (utf8_wctomb): Remove function. >>> (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb. >> >> This causes a link error in coreutils, due to the absence of a utf8_uctomb >> definition. Is it defined in some file you have yet to commit? >> Or is that supposed to be some other symbol? > > Oh, I see it. > Here's the patch: > >>From 1d3a9b3d4dc5fdaf193ed3b810018f12df672842 Mon Sep 17 00:00:00 2001 > From: Jim Meyering <[EMAIL PROTECTED]> > Date: Wed, 12 Nov 2008 15:27:38 +0100 > Subject: [PATCH] * lib/unicodeio.c (unicode_to_mb): Correct spelling of > u8_uctomb.
I've just pushed that.
