Mention in the BUGS section that strftime() does not handle multibyte

characters in the format string correctly.
This commit is contained in:
Tim J. Robbins 2003-01-04 09:47:40 +00:00
parent 7b330b22b6
commit e751b764f8

View File

@ -36,7 +36,7 @@
.\" @(#)strftime.3 8.1 (Berkeley) 6/4/93 .\" @(#)strftime.3 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd October 4, 1997 .Dd January 4, 2003
.Dt STRFTIME 3 .Dt STRFTIME 3
.Os .Os
.Sh NAME .Sh NAME
@ -262,3 +262,9 @@ and
are defined in ISO 8601: 1988. are defined in ISO 8601: 1988.
.Sh BUGS .Sh BUGS
There is no conversion specification for the phase of the moon. 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.