ICU-4078 disentangle conversion and properties code some from other parts of the common library

X-SVN-Rev: 16282
This commit is contained in:
George Rhoten 2004-09-09 05:55:01 +00:00
parent 4c9c1a4c61
commit 587e2cef3e
2 changed files with 5 additions and 0 deletions

View file

@ -24,6 +24,8 @@
#include "ucnv_bld.h"
#include "uset_imp.h"
#if !UCONFIG_NO_CONVERSION
U_CAPI void U_EXPORT2
ucnv_getUnicodeSet(const UConverter *cnv,
USet *setFillIn,
@ -60,3 +62,5 @@ ucnv_getUnicodeSet(const UConverter *cnv,
cnv->sharedData->impl->getUnicodeSet(cnv, &sa, whichSet, pErrorCode);
}
}
#endif

View file

@ -60,6 +60,7 @@
/**
* \def UCONFIG_NO_CONVERSION
* ICU will not completely build with this switch turned on.
* This switch turns off all converters.
*
* @draft ICU 3.2