Deleted Added
sdiff udiff text old ( 104552 ) new ( 104828 )
full compact
1.\" Copyright (c) 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Donn Seeley of BSDI.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 19 unchanged lines hidden (view full) ---

28.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" @(#)multibyte.3 8.1 (Berkeley) 6/4/93
36.\" $FreeBSD: head/lib/libc/locale/multibyte.3 104552 2002-10-06 05:58:24Z tjr $
37.\"
38.Dd October 6, 2002
39.Dt MULTIBYTE 3
40.Os
41.Sh NAME
42.Nm mblen ,
43.Nm mbstowcs ,
44.Nm mbtowc ,

--- 182 unchanged lines hidden (view full) ---

227.Xr mbrtowc 3 ,
228.Xr mbrune 3 ,
229.Xr mbsrtowcs 3 ,
230.Xr rune 3 ,
231.Xr setlocale 3 ,
232.Xr wcrtomb 3 ,
233.Xr wcsrtombs 3 ,
234.Xr euc 4 ,
235.Xr utf2 4
236.Sh STANDARDS
237The
238.Fn mblen ,
239.Fn mbstowcs ,
240.Fn mbtowc ,
241.Fn wcstombs
242and
243.Fn wctomb
244functions conform to
245.St -isoC .
246.Sh BUGS
247The current implementation does not support shift states.