mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-2404 bug fixes
X-SVN-Rev: 13508
This commit is contained in:
parent
603daa6b04
commit
a306390417
1 changed files with 1 additions and 0 deletions
|
@ -683,6 +683,7 @@ readFile(ConvData *data, const char* converterName,
|
|||
(*(end-1)=='\n' || *(end-1)=='\r' || *(end-1)==' ' || *(end-1)=='\t')) {
|
||||
--end;
|
||||
}
|
||||
*end=0;
|
||||
|
||||
if(0==uprv_strcmp(line, "CHARMAP")) {
|
||||
/* read the extension table */
|
||||
|
|
Loading…
Add table
Reference in a new issue