scuffed-code/icu4c/source
Ram Viswanadha 304f3e290c ICU-2022 Fix TransliteratorTest failures
X-SVN-Rev: 9409
2002-07-29 22:56:05 +00:00
..
allinone ICU-45 new builder for RBBI rules, initial checkin 2002-06-25 17:50:40 +00:00
common ICU-2030 Undo most of the ADD CPP statements. 2002-07-29 22:41:36 +00:00
config ICU-1900 Add an extra flag for optimization 2002-07-29 21:33:32 +00:00
data ICU-1440 Esperanto collation considers accented characters to be primary-level different from base characters (sorts them as separate base characters) 2002-07-29 20:56:50 +00:00
extra ICU-2030 WIndows build changes to allow apps to use static C runtime lib 2002-07-29 21:04:18 +00:00
i18n ICU-2030 Undo most of the ADD CPP statements. 2002-07-29 22:52:41 +00:00
layout ICU-2030 WIndows build changes to allow apps to use static C runtime lib 2002-07-29 21:04:18 +00:00
samples ICU-1886 Flag setting etc. is now in icudefs.mk 2002-07-24 17:57:32 +00:00
stubdata ICU-2030 WIndows build changes to allow apps to use static C runtime lib 2002-07-29 21:04:18 +00:00
test ICU-2022 Fix TransliteratorTest failures 2002-07-29 22:56:05 +00:00
tools ICU-2030 WIndows build changes to allow apps to use static C runtime lib 2002-07-29 21:04:18 +00:00
.cvsignore
acconfig.h
aclocal.m4 ICU-1900 Since the xlC_r compiler may installed in an unusual location, 2002-07-19 22:21:21 +00:00
config.guess ICU-1084 recent config.* and install-sh. 2001-10-19 02:30:43 +00:00
config.sub ICU-1913 os/400 fixes 2002-05-29 00:13:51 +00:00
configure ICU-1900 Since the xlC_r compiler may installed in an unusual location, 2002-07-19 22:21:21 +00:00
configure.in ICU-45 new builder for RBBI rules, initial checkin 2002-06-25 17:23:07 +00:00
Doxyfile.in ICU-900 Fixed a doxygen warning 2002-07-25 00:01:07 +00:00
icudefs.mk.in ICU-1914 add layout to searched directories (harmless if not built) 2002-05-24 01:13:17 +00:00
install-sh ICU-1084 recent config.* and install-sh. 2001-10-19 02:30:43 +00:00
Makefile.in ICU-900 Fixed a doxygen warning. 2002-07-24 22:44:02 +00:00
mkinstalldirs ICU-1084 recent config.* mkinstalldirs. 2001-10-19 02:31:19 +00:00
README.in ICU-695 make README more explicit. 2002-01-29 18:14:35 +00:00
runConfigureICU ICU-1900 Make it easier to use Visual Age when it's not installed in a 2002-07-22 19:07:11 +00:00

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.