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

..03-May-2022-

iso/H20-Sep-2000-673519

jis/H20-Sep-2000-1,8481,776

msft/H20-Sep-2000-2,0521,980

AUTHORSH A D11-Jul-199955 42

COPYINGH A D21-Aug-199917.6 KiB341281

ChangeLogH A D16-May-200021.1 KiB702515

INSTALLH A D11-Jul-19997.6 KiB183143

Makefile.amH A D18-Sep-20001.3 KiB4631

Makefile.inH A D03-May-202218.3 KiB594470

NEWSH A D11-Jul-1999278 1311

READMEH A D07-Sep-1999629 1611

THANKSH A D31-Oct-1999327 119

TODOH A D31-Oct-19991.6 KiB5840

acconfig.hH A D17-Oct-1999142 62

aclocal.m4H A D18-Sep-200017.8 KiB550502

chartables.hH A D12-Jul-1999307.9 KiB5,3915,318

config.guessH A D18-Sep-200030.5 KiB1,122988

config.h.inH A D31-Jul-2000377 1811

config.subH A D18-Sep-200024 KiB1,2331,120

configureH A D18-Sep-200071.3 KiB2,3381,868

configure.inH A D16-May-20001 KiB5139

convert.cH A D10-Feb-20005.8 KiB242179

convert.hH A D24-Oct-19996.2 KiB18789

decomp.cH A D11-Aug-19993.5 KiB13587

decomp.hH A D12-Jul-199963 KiB1,7561,733

init.cH A D24-Oct-19992.7 KiB6238

install-shH A D11-Jul-19995.5 KiB252153

iso8859.cH A D03-May-20227.5 KiB383310

latin1.cH A D03-May-20222.6 KiB11674

libunicode.specH A D20-Sep-20001.6 KiB7555

libunicode.spec.inH A D11-Feb-20001.6 KiB7555

ltconfigH A D18-Sep-200094.2 KiB3,0792,375

ltmain.shH A D18-Sep-2000107.9 KiB4,0133,014

missingH A D11-Jul-19996.1 KiB191154

mkinstalldirsH A D11-Jul-1999728 4123

prop.cH A D07-Nov-19995.7 KiB249197

sjis.cH A D10-Feb-20005.7 KiB254186

stamp-h.inH A D18-Sep-200010 21

ucs2.cH A D03-Sep-19994.4 KiB215157

ucs4.cH A D03-Sep-19993 KiB150105

unicode-config.inH A D31-Jul-19991.4 KiB9182

unicode.hH A D22-Mar-20007.7 KiB20890

unicodeConf.sh.inH A D16-May-2000219 97

utf8.cH A D17-Oct-19996.5 KiB343254

utf8.hH A D10-Feb-20002.3 KiB7148

utf8conv.cH A D18-Aug-19993.3 KiB165120

README

1libunicode is a library for manipulating Unicode characters and
2strings.  It understands both the UTF-8 and UCS-2 encodings, and has a
3framework for adding support for new encodings.
4
5libunicode is licensed under the LGPL
6
7================================================================
8
9Some design notes:
10
11You might wonder why we always advertise unicode_iconv* instead of
12just using the native ones when available.  The reason is that some
13programs, like Guile, want to be able to advertise a way to plug in
14converters.  We provide that by using the native iconv() as a first
15attempt and then falling back to our converters.
16