ICU-2404 disable delta/extension-only tables until fully implemented
X-SVN-Rev: 13532
This commit is contained in:
parent
1a0325f27b
commit
3ead5737c3
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user