util-linux/lib
Karel Zak d03dd60840 Imported from util-linux-2.12a tarball. 2006-12-07 00:26:14 +01:00
..
Makefile Imported from util-linux-2.11x tarball. 2006-12-07 00:26:05 +01:00
README.widechar Imported from util-linux-2.10f tarball. 2006-12-07 00:25:41 +01:00
carefulputc.c Imported from util-linux-2.10s tarball. 2006-12-07 00:25:44 +01:00
carefulputc.h Imported from util-linux-2.10s tarball. 2006-12-07 00:25:44 +01:00
env.c Imported from util-linux-2.11b tarball. 2006-12-07 00:25:46 +01:00
env.h Imported from util-linux-2.9v tarball. 2006-12-07 00:25:39 +01:00
err.c Imported from util-linux-2.10f tarball. 2006-12-07 00:25:41 +01:00
errs.h Imported from util-linux-2.10f tarball. 2006-12-07 00:25:41 +01:00
linux_reboot.h Imported from util-linux-2.9i tarball. 2006-12-07 00:25:37 +01:00
md5.c Imported from util-linux-2.12a tarball. 2006-12-07 00:26:14 +01:00
md5.h Imported from util-linux-2.12a tarball. 2006-12-07 00:26:14 +01:00
my_reboot.c Imported from util-linux-2.9i tarball. 2006-12-07 00:25:37 +01:00
nls.h Imported from util-linux-2.11t tarball. 2006-12-07 00:25:58 +01:00
pathnames.h Imported from util-linux-2.11t tarball. 2006-12-07 00:25:58 +01:00
setproctitle.c Imported from util-linux-2.9v tarball. 2006-12-07 00:25:39 +01:00
setproctitle.h Imported from util-linux-2.9i tarball. 2006-12-07 00:25:37 +01:00
sysmacros.h Imported from util-linux-2.11x tarball. 2006-12-07 00:26:05 +01:00
widechar.h Imported from util-linux-2.11t tarball. 2006-12-07 00:25:58 +01:00
xstrncpy.c Imported from util-linux-2.11m tarball. 2006-12-07 00:25:49 +01:00
xstrncpy.h Imported from util-linux-2.11b tarball. 2006-12-07 00:25:46 +01:00

README.widechar

From haible@ilog.fr Mon Sep 20 15:34:21 1999

Hello Andries,

Here is a patch for adding multi-byte locale support to a few programs
found in util-linux-2.9u. With these patches, the programs

    col colcrt colrm column rev ul

now work correctly in UTF-8 locales. This is done by using the ISO C / SUSV2
i18n functions, therefore they will become effective when glibc-2.2 comes
out. For the moment, you can test the patches by
  1. defining ENABLE_WIDECHAR in defines.h
  2. Change the #if 0 to #if 1 in lib/widechar.h
  3. Modify your CFLAGS and LDFLAGS to include the directories where libutf8
     is installed.