Go to file
Yves Arrouye 91d5a8163e ICU-360 fix the return of the the system exit code so that the
!@()$#&!)@$ make will stop. Here's the short story: on Unix system returns
the status code in the *upper 8 bits* of a 16 bit value, plus some magic
values. If you don't shift the return value right 8 bits, and return that,
then the calling process won't see the error, because it will only see the
low 8 bits (which don't make sense, the data being in the upper 8 bits).
This is a common mistake people do when using system.
  Don't ask how long it took me to notice that pkgdata failed
to stop the makefiles, I'm too upset right now...

X-SVN-Rev: 2156
2000-08-10 00:09:17 +00:00
icu4c ICU-360 fix the return of the the system exit code so that the 2000-08-10 00:09:17 +00:00
icu4j Add tests of CharacterIterator API 2000-07-26 16:21:30 +00:00
.gitattributes ICU-89 for normalizer conformance testing 2000-07-21 21:30:34 +00:00
.gitignore ICU-393 .cvsignore cleanup 2000-07-13 22:04:24 +00:00