ICU-2256 Add a comment about a bug.

X-SVN-Rev: 12909
This commit is contained in:
George Rhoten 2003-08-22 00:15:54 +00:00
parent dacfe88ad2
commit 98625397c3

View file

@ -101,6 +101,8 @@
better testing. This prevents buffer overflows.
* u_fgetc() and u_fungetc() should use UChar32 instead of UChar, or at
least 32-bit versions should be available.
* "%d % d %d" and "%d %+d %d" of a number doesn't work as expected.
The third %d will still have the sign attached.
* More testing is needed.
*/