mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 17:01:16 +00:00
ICU-697 ucnv_fromUnicode should do the same thing.
X-SVN-Rev: 3678
This commit is contained in:
parent
314ff1c708
commit
2352c3b293
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue