From e751b764f8736e95d85d7b36beb9f31b85d81e2c Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Sat, 4 Jan 2003 09:47:40 +0000 Subject: [PATCH] Mention in the BUGS section that strftime() does not handle multibyte characters in the format string correctly. --- lib/libc/stdtime/strftime.3 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/libc/stdtime/strftime.3 b/lib/libc/stdtime/strftime.3 index 51b71dadae5..a251fafe345 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.