diff options
author | tjr <tjr@FreeBSD.org> | 2003-01-04 09:47:40 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2003-01-04 09:47:40 +0000 |
commit | 9064b8d6f734bc068f276e35c42c722018ce58cc (patch) | |
tree | f5981f132242e5f74cfe33a82c5030fec891c311 /lib | |
parent | 8969090670431b2dcab448651a103e452344c03b (diff) | |
download | FreeBSD-src-9064b8d6f734bc068f276e35c42c722018ce58cc.zip FreeBSD-src-9064b8d6f734bc068f276e35c42c722018ce58cc.tar.gz |
Mention in the BUGS section that strftime() does not handle multibyte
characters in the format string correctly.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/stdtime/strftime.3 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libc/stdtime/strftime.3 b/lib/libc/stdtime/strftime.3 index 51b71da..a251faf 100644 --- a/lib/libc/stdtime/strftime.3 +++ b/lib/libc/stdtime/strftime.3 @@ -36,7 +36,7 @@ .\" @(#)strftime.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd October 4, 1997 +.Dd January 4, 2003 .Dt STRFTIME 3 .Os .Sh NAME @@ -262,3 +262,9 @@ and are defined in ISO 8601: 1988. .Sh BUGS There is no conversion specification for the phase of the moon. +.Pp +The +.Fn strftime +function does not correctly handle multibyte characters in the +.Fa format +argument. |