summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2003-01-04 09:50:04 +0000
committertjr <tjr@FreeBSD.org>2003-01-04 09:50:04 +0000
commita89644e51ccce7a1b5e803e72c90529840591a8c (patch)
tree076f38fd7f8d701bcd7ab7000214597a2f5e8866
parent9064b8d6f734bc068f276e35c42c722018ce58cc (diff)
downloadFreeBSD-src-a89644e51ccce7a1b5e803e72c90529840591a8c.zip
FreeBSD-src-a89644e51ccce7a1b5e803e72c90529840591a8c.tar.gz
strptime(), like strftime(), does not handle multibyte characters
in the format string correctly.
-rw-r--r--lib/libc/stdtime/strptime.38
1 files changed, 7 insertions, 1 deletions
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.
OpenPOWER on IntegriCloud