From a89644e51ccce7a1b5e803e72c90529840591a8c Mon Sep 17 00:00:00 2001 From: tjr 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/libc') diff --git a/lib/libc/stdtime/strptime.3 b/lib/libc/stdtime/strptime.3 index bdaa6fc..1d7eb7f 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.1