scuffed-code/icu4c/source
George Rhoten 765eb9dbc6 ICU-1891 Fixes for z/OS
X-SVN-Rev: 9251
2002-07-18 22:01:30 +00:00
..
allinone ICU-45 new builder for RBBI rules, initial checkin 2002-06-25 17:50:40 +00:00
common ICU-1962 add comment for future split of UObject into two classes 2002-07-18 20:22:00 +00:00
config ICU-1891 Fixes for z/OS 2002-07-18 22:01:30 +00:00
data ICU-1992 data packaging changes 2002-07-18 00:26:33 +00:00
extra ICU-1988 Update the ICU version 2002-07-16 02:32:22 +00:00
i18n ICU-1992 data packaging (a little crash prevention for bad cases) 2002-07-18 00:45:20 +00:00
layout ICU-1962 add ../common to include path 2002-07-16 21:04:05 +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-1992 data packaging changes 2002-07-18 00:26:33 +00:00
tools ICU-1992 data loading (.dat -> .icu) 2002-07-17 19:23:26 +00:00
.cvsignore
acconfig.h
aclocal.m4 ICU-1900 Better detection of 64-bit library support for HP/UX. 2002-07-11 15:57:09 +00:00
config.guess
config.sub ICU-1913 os/400 fixes 2002-05-29 00:13:51 +00:00
configure ICU-1900 Better detection of 64-bit library support for HP/UX. 2002-07-11 15:57:09 +00:00
configure.in ICU-45 new builder for RBBI rules, initial checkin 2002-06-25 17:23:07 +00:00
Doxyfile.in ICU-1476 put dependencies in the make doc target. 2002-02-25 08:11:57 +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
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 ICU-695 make README more explicit. 2002-01-29 18:14:35 +00:00
runConfigureICU ICU-1891 Update z/OS name 2002-07-11 15:44:06 +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.