strptime(), like strftime(), does not handle multibyte characters
in the format string correctly.
This commit is contained in:
parent
e751b764f8
commit
33161c7a6e
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user