ICU-697 temporary fix for ucnv_fromUnicode/u_file_write

X-SVN-Rev: 3684
This commit is contained in:
George Rhoten 2001-02-20 16:59:47 +00:00
parent f10eeee15e
commit b2932d1877

View file

@ -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);