mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 01:11:02 +00:00
ICU-2256 Add a comment about a bug.
X-SVN-Rev: 12909
This commit is contained in:
parent
dacfe88ad2
commit
98625397c3
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue