mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-697 temporary fix for ucnv_fromUnicode/u_file_write
X-SVN-Rev: 3684
This commit is contained in:
parent
f10eeee15e
commit
b2932d1877
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ u_file_write( const UChar *chars,
|
|||
&mySource,
|
||||
mySourceEnd,
|
||||
NULL,
|
||||
(UBool)(feof(f->fFile) != 0),
|
||||
FALSE, /* TODO: This must be true when we are closing the file */
|
||||
&status);
|
||||
} else { /*weiv: do the invariant conversion */
|
||||
u_UCharsToChars(mySource, myTarget, count);
|
||||
|
|
Loading…
Add table
Reference in a new issue