ICU-697 add a comment for further ustdio testing

X-SVN-Rev: 3685
This commit is contained in:
George Rhoten 2001-02-20 17:00:26 +00:00
parent b2932d1877
commit 305015ef52

View File

@ -63,6 +63,10 @@
iostream. This new header file should also include operator<< and
operator>> for UDate (not double) and UChar *.
* fprintf/fscanf should use sprintf/sscanf in order to make testing easier.
* Testing should be done for reading and writing multi-byte encodings,
and make sure that a character that is contained across buffer boundries
works even for incomplete characters.
* Make sure that the last character is flushed when the file/string is closed.
*/