scuffed-code/icu4c/source
Ram Viswanadha 8c16739f86 ICU-452 Update with comments from Markus
X-SVN-Rev: 7236
2001-11-30 23:59:23 +00:00
..
allinone ICU-1445 Windows allinone workspace, add decmn tool. 2001-11-12 18:03:20 +00:00
common ICU-452 Update with comments from Markus 2001-11-30 23:59:23 +00:00
config ICU-1567 This should fix some of the AIX 4.3/Visual Age 5 preprocessor 2001-11-30 00:37:50 +00:00
data ICU-1501 Updated Upper/Lower/TitlecaseTransliterator and checked in new casing tests for surrogates from Java. 2001-11-30 23:53:55 +00:00
extra ICU-1289 changed to use ICU coding conventions. 2001-11-27 01:35:15 +00:00
i18n ICU-1501 Updated Upper/Lower/TitlecaseTransliterator and checked in new casing tests for surrogates from Java. 2001-11-30 23:53:55 +00:00
layout ICU-393 .cvsignore 2001-11-12 23:11:09 +00:00
samples ICU-1428 UnicodeReader::readFile must allcoate charCount + 1 chars for the charBuffer to make room for the null that it writes at the end of the buffer! 2001-11-30 19:23:58 +00:00
stubdata ICU-1541 data should not have U_EXPORT2 2001-11-21 02:29:12 +00:00
test ICU-1501 Updated Upper/Lower/TitlecaseTransliterator and checked in new casing tests for surrogates from Java. 2001-11-30 23:53:55 +00:00
tools ICU-393 .cvsignore 2001-11-29 20:27:30 +00:00
.cvsignore ICU-695 put data under $(libdir) not $(datadir). 2000-10-25 22:26:17 +00:00
acconfig.h
aclocal.m4 ICU-1556 Allow enable/disable building 64-bit libraris on Solaris for now. 2001-11-28 04:10:53 +00:00
config.guess ICU-1084 recent config.* and install-sh. 2001-10-19 02:30:43 +00:00
config.sub ICU-1084 recent config.* and install-sh. 2001-10-19 02:30:43 +00:00
configure ICU-1556 Better fix for Solaris with gcc 2001-11-30 17:38:56 +00:00
configure.in ICU-1556 Better fix for Solaris with gcc 2001-11-30 17:38:56 +00:00
Doxyfile.in ICU-1476 new make doc target uses doxygen. doxygen is autodetected. 2001-11-11 06:58:13 +00:00
icudefs.mk.in ICU-1404 let's simplify things, and make ICUDATA_DIR contain the 2001-11-10 02:21:37 +00:00
install-sh ICU-1084 recent config.* and install-sh. 2001-10-19 02:30:43 +00:00
Makefile.in ICU-1476 install documentation in doc/icu/html not just doc/icu so that 2001-11-12 07:21:09 +00:00
mkinstalldirs ICU-1084 recent config.* mkinstalldirs. 2001-10-19 02:31:19 +00:00
README.in ICU-695 put data under $(libdir) not $(datadir). 2000-10-25 22:26:17 +00:00
runConfigureICU ICU-1567 This should fix some of the AIX 4.3/Visual Age 5 preprocessor 2001-11-30 00:37:50 +00:00

The ICU data files moved!

ICU data, which are architecture and/or platform dependent, were moved to

	@thelibdir@/@PACKAGE@/@VERSION@

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.