scuffed-code/icu4c/source
George Rhoten f6d1eb0103 ICU-868 Update the man page.
X-SVN-Rev: 9292
2002-07-23 18:56:37 +00:00
..
allinone ICU-45 new builder for RBBI rules, initial checkin 2002-06-25 17:50:40 +00:00
common ICU-2011 Include utypes.h before assert.h for the proton compiler's broken name mangling 2002-07-23 18:03:54 +00:00
config ICU-1891 Fixes for z/OS 2002-07-18 22:01:30 +00:00
data ICU-45 RBBI, getRuleStatus() works after previous(). 2002-07-22 22:02:08 +00:00
extra ICU-978 cygwin port 2002-07-19 23:25:41 +00:00
i18n ICU-1953 Collation code review 2002-07-20 06:00:04 +00:00
layout ICU-978 cygwin port 2002-07-19 23:25:41 +00:00
samples ICU-1992 data loading 2002-07-17 15:15:34 +00:00
stubdata ICU-1992 Fix release mode. 2002-07-17 19:05:41 +00:00
test ICU-45 RBBI, getRuleStatus() works after previous(). 2002-07-22 22:02:08 +00:00
tools ICU-868 Update the man page. 2002-07-23 18:56:37 +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
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
icudefs.mk.in ICU-1914 add layout to searched directories (harmless if not built) 2002-05-24 01:13:17 +00:00
install-sh
Makefile.in ICU-1861 fix for out-of-source build & build with readonly source files 2002-06-11 22:23:05 +00:00
mkinstalldirs
README.in
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.