File: README.widechar

package info (click to toggle)
loop-aes-utils 2.12r-15%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 8,876 kB
  • ctags: 5,077
  • sloc: ansic: 46,163; sh: 11,326; makefile: 886; perl: 86; csh: 62; sed: 55
file content (18 lines) | stat: -rw-r--r-- 619 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.