POSIX.1-2008 marks toascii() as obsolete.

This commit is contained in:
Michael Kerrisk 2008-08-06 12:41:33 +00:00
parent 23fc8f53aa
commit 2045a15fc4
1 changed files with 4 additions and 2 deletions

View File

@ -24,7 +24,7 @@
.\"
.\" Added BUGS section, aeb, 950919
.\"
.TH TOASCII 3 2007-07-26 "GNU" "Linux Programmer's Manual"
.TH TOASCII 3 2008-08-06 "GNU" "Linux Programmer's Manual"
.SH NAME
toascii \- convert character to ASCII
.SH SYNOPSIS
@ -50,7 +50,9 @@ high-order bits.
The value returned is that of the converted character.
.SH "CONFORMING TO"
SVr4, BSD, POSIX.1-2001.
.\" FIXME . Mar 08: The next POSIX.1 revisions marks toascii() obsolete.
POSIX.1-2008 marks
.BR toascii ()
as obsolete.
.SH BUGS
Many people will be unhappy if you use this function.
This function will convert accented letters into random characters.