Re-word warning about the rune interface, taking care to use the word
"obsolete" instead of "deprecated".
This commit is contained in:
parent
0950eb6cba
commit
4fe778a081
@ -58,17 +58,16 @@
|
||||
The
|
||||
.Bx 4.4
|
||||
.Dq rune
|
||||
functions have been deprecated in favour of the
|
||||
.Tn ISO
|
||||
C99 extended multibyte and wide character facilities
|
||||
and should not be used in new applications.
|
||||
functions are obsolete and may not be supported in future releases.
|
||||
.Ef
|
||||
Consider working with wide characters instead, and using
|
||||
Applications should use the
|
||||
.Tn ISO
|
||||
C99
|
||||
.Xr wcschr 3 ,
|
||||
.Xr wcsrchr 3 ,
|
||||
and
|
||||
.Xr wcsstr 3
|
||||
instead of these functions.
|
||||
functions instead.
|
||||
.Pp
|
||||
These routines provide the corresponding functionality of
|
||||
.Fn strchr ,
|
||||
|
@ -73,12 +73,11 @@
|
||||
The
|
||||
.Bx 4.4
|
||||
.Dq rune
|
||||
functions have been deprecated in favour of the
|
||||
.Tn ISO
|
||||
C99 extended multibyte and wide character facilities
|
||||
and should not be used in new applications.
|
||||
functions are obsolete and may not be supported in future releases.
|
||||
.Ef
|
||||
Consider using
|
||||
Applications should use the
|
||||
.Tn ISO
|
||||
C99
|
||||
.Xr setlocale 3 ,
|
||||
.Xr mbrtowc 3 ,
|
||||
.Xr wcrtomb 3 ,
|
||||
@ -86,7 +85,7 @@ Consider using
|
||||
.Xr ungetwc 3 ,
|
||||
and
|
||||
.Xr fputwc 3
|
||||
instead.
|
||||
functions instead.
|
||||
.Pp
|
||||
The
|
||||
.Fn setrunelocale
|
||||
|
Loading…
x
Reference in New Issue
Block a user