From 98625397c367359db1c08ab0ceba5d21651434c1 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Fri, 22 Aug 2003 00:15:54 +0000 Subject: [PATCH] ICU-2256 Add a comment about a bug. X-SVN-Rev: 12909 --- icu4c/source/extra/ustdio/unicode/ustdio.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/icu4c/source/extra/ustdio/unicode/ustdio.h b/icu4c/source/extra/ustdio/unicode/ustdio.h index 7576235d717..fb6d19ef2ee 100644 --- a/icu4c/source/extra/ustdio/unicode/ustdio.h +++ b/icu4c/source/extra/ustdio/unicode/ustdio.h @@ -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. */