• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

CHANGESH A D25-Feb-19972 KiB9761

COPYRIGHTH A D25-Feb-1997556 1510

INSTALLH A D25-Feb-19977.3 KiB177137

Makefile.inH A D03-May-20221.7 KiB7556

READMEH A D25-Feb-19971.5 KiB5634

check.expandH A D25-Feb-19971.7 KiB6755

check.fmtH A D25-Feb-19972.2 KiB7563

check.unexpandH A D25-Feb-19972.6 KiB9681

check.wcH A D25-Feb-19972.6 KiB11897

config.h.inH A D25-Feb-1997216 85

configureH A D25-Feb-199744.4 KiB1,4131,133

configure.inH A D25-Feb-1997640 3024

error.cH A D25-Feb-1997735 5129

expand.1H A D25-Feb-19971.8 KiB8768

expand.cH A D03-May-20221.5 KiB10683

fmt.1H A D25-Feb-19972.8 KiB125106

fmt.cH A D03-May-20223.4 KiB220168

install-shH A D25-Feb-19974.7 KiB239152

mkinstalldirsH A D25-Feb-1997649 3318

strtoi.cH A D25-Feb-1997557 3823

strtoix.cH A D25-Feb-1997666 3618

unexpand.1H A D25-Feb-19972 KiB9475

unexpand.cH A D03-May-20222 KiB130106

utfio.cH A D25-Feb-1997866 5432

utftools.hH A D25-Feb-1997322 2012

wc.1H A D25-Feb-19972.4 KiB10384

wc.cH A D03-May-20223.1 KiB176148

README

1Introduction
2
3    utfttools-1.6
4
5    This package contains implementations of UTF-aware wc, fmt,
6    expand, and unexpand.
7
8Unpacking and Installation
9
10    The INSTALL file contains instructions on compiling, checking, and
11    installing.
12
13    This package requires Alistair Crooks libutf library. The latest
14    version can be found from:
15
16        http://www.westley.demon.co.uk/software.html
17
18    The configure script will fail if libutf.a and utf.h cannot be
19    found.
20
21Sources
22
23    Sources for the latest version can be found from:
24
25        http://www.pobox.com/~Alan.Watson/software.html
26
27Bugs
28
29    For a list of the known bugs and limitations in each program, see
30    the BUGS section of the manual page.
31
32    Please send bug reports to Alan Watson (Alan.Watson@pobox.com).
33
34Authorship
35
36    Alan Watson wrote these tools. Alistair Crooks tested early
37    versions and reported several bugs.
38
39Copyright and Disclaimer
40
41    Copyright (c) 1997 by Alan Watson.
42
43    Permission is granted to anyone to use this software for any
44    purpose on any computer system, and to redistribute it freely,
45    subject to the following restrictions:
46
47    1. The author is not responsible for the consequences of use of
48    this software, no matter how awful, even if they arise from
49    defects in it.
50
51    2. The origin of this software must not be misrepresented, either
52    by explicit claim or by omission.
53
54    3. Altered versions must be plainly marked as such, and must not
55    be misrepresented as being the original software.
56