ICU-2404 disable delta/extension-only tables until fully implemented

X-SVN-Rev: 13532
This commit is contained in:
Markus Scherer 2003-10-30 03:23:11 +00:00
parent 1a0325f27b
commit 3ead5737c3

View File

@ -695,6 +695,10 @@ readFile(ConvData *data, const char* converterName,
/* read only the extension table */
dataIsBase=FALSE;
readTable(data, convFile, FALSE, NULL, pErrorCode);
/* ### TODO enable extension-only tables, Jitterbug 3346 */
fprintf(stderr, "error: delta/extension-only conversion tables are not yet supported\n");
*pErrorCode=U_INVALID_TABLE_FORMAT;
}
T_FileStream_close(convFile);