scuffed-code/icu4c/source
Syn Wee Quek 0c9f5ae024 ICU-2039
c++ coleitr.cpp code coverage and bug-fix

X-SVN-Rev: 9642
2002-08-09 02:06:16 +00:00
..
allinone
common ICU-2072 Add a better test for proper ambiguous converter alias mapping 2002-08-09 01:48:58 +00:00
config ICU-1898 double suffixes, quadruple suffixes, Aieeeee! [pushback from 2.0.3] 2002-08-01 03:28:53 +00:00
data ICU-2072 Add some better (and correct) alias data to test ambiguous converter aliases 2002-08-08 22:46:05 +00:00
extra ICU-1836 Stay within the limits of the array. 2002-08-04 07:09:30 +00:00
i18n ICU-2039 2002-08-09 02:06:16 +00:00
layout ICU-1944 backtrack contexts are stored with the first entry corresponding to the glyph closest to the input context. 2002-07-30 22:58:29 +00:00
samples ICU-2076 use package name (samples update for 2.2) 2002-08-08 23:49:24 +00:00
stubdata
test ICU-2039 2002-08-09 02:06:16 +00:00
tools ICU-2072 Add some better (and correct) alias data to test ambiguous converter aliases 2002-08-08 22:46:05 +00:00
.cvsignore
acconfig.h
aclocal.m4
config.guess
config.sub
configure
configure.in
Doxyfile.in
icudefs.mk.in ICU-1992 packaging, suffix, uconv building on unix 2002-07-31 20:28:32 +00:00
install-sh
Makefile.in
mkinstalldirs
README.in
runConfigureICU

The ICU data files moved!

Depending on the ICU packaging mode, ICU data files were moved to
new locations.

@thelibdir@/@PACKAGE@/@VERSION@

    For the data library (--with-packaging-mode=dll) and individual
    data files (--with-packaging-mode=files).

@thedatadir@/@PACKAGE@/@VERSION@

    For the data common file (--with-packaging-mode=archive).

This move happened post ICU 1.6. The rationale for the move is to be able
to share @thedatadir@ across machines with different architectures, as
it is supposed to be the case.