From 33161c7a6e3d66abcc6845f3a449e05cd345eec2 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Sat, 4 Jan 2003 09:50:04 +0000 Subject: strptime(), like strftime(), does not handle multibyte characters in the format string correctly. --- lib/libc/stdtime/strptime.3 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/libc/stdtime/strptime.3 b/lib/libc/stdtime/strptime.3 index bdaa6fca1ca7..1d7eb7f7c00c 100644 --- a/lib/libc/stdtime/strptime.3 +++ b/lib/libc/stdtime/strptime.3 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" " -.Dd May 8, 1997 +.Dd January 4, 2003 .Dt STRPTIME 3 .Os .Sh NAME @@ -164,3 +164,9 @@ This limitation is because of ambiguity due to of the over loading of time zone abbreviations. One such example is .Fa EST which is both Eastern Standard Time and Eastern Australia Summer Time. +.Pp +The +.Fn strptime +function does not correctly handle multibyte characters in the +.Fa format +argument. -- cgit v1.2.3