ICU-697 ucnv_fromUnicode should do the same thing.

X-SVN-Rev: 3678
This commit is contained in:
George Rhoten 2001-02-19 23:51:34 +00:00
parent 314ff1c708
commit 2352c3b293

View File

@ -78,7 +78,7 @@ u_file_write( const UChar *chars,
&mySource,
mySourceEnd,
NULL,
TRUE,
(UBool)(feof(f->fFile) != 0),
&status);
} else { /*weiv: do the invariant conversion */
u_UCharsToChars(mySource, myTarget, count);