Deleted Added
full compact
euc.5 (50476) euc.5 (79754)
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.\" Paul Borman at Krystal Technologies.
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.\" @(#)euc.4 8.1 (Berkeley) 6/4/93
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.\" Paul Borman at Krystal Technologies.
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.\" @(#)euc.4 8.1 (Berkeley) 6/4/93
36.\" $FreeBSD: head/lib/libc/locale/euc.5 50476 1999-08-28 00:22:10Z peter $
36.\" $FreeBSD: head/lib/libc/locale/euc.5 79754 2001-07-15 07:53:42Z dd $
37.\"
38.Dd June 4, 1993
39.Dt EUC 4
40.Os
41.Sh NAME
42.Nm euc
43.Nd EUC encoding of runes
44.Sh SYNOPSIS
37.\"
38.Dd June 4, 1993
39.Dt EUC 4
40.Os
41.Sh NAME
42.Nm euc
43.Nd EUC encoding of runes
44.Sh SYNOPSIS
45.Nm ENCODING
45.Nm ENCODING
46.Qq EUC
47.Pp
48.Nm VARIABLE
46.Qq EUC
47.Pp
48.Nm VARIABLE
49.Ar len1
50.Ar mask1
51.Ar len2
52.Ar mask2
53.Ar len3
54.Ar mask3
55.Ar len4
56.Ar mask4
49.Ar len1
50.Ar mask1
51.Ar len2
52.Ar mask2
53.Ar len3
54.Ar mask3
55.Ar len4
56.Ar mask4
57.Ar mask
58.Sh DESCRIPTION
59The
60.Nm EUC
61encoding is provided for compatibility with
62.Ux
63based systems.
64See

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

80bytes starting with a byte in the range of 0x80-0xff excluding 0x8e and 0x8f.
81A multibyte character in the third codeset consists of
82.Ar len3
83bytes starting with the byte 0x8e.
84A multibyte character in the fourth codeset consists of
85.Ar len4
86bytes starting with the byte 0x8f.
87.Pp
57.Ar mask
58.Sh DESCRIPTION
59The
60.Nm EUC
61encoding is provided for compatibility with
62.Ux
63based systems.
64See

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

80bytes starting with a byte in the range of 0x80-0xff excluding 0x8e and 0x8f.
81A multibyte character in the third codeset consists of
82.Ar len3
83bytes starting with the byte 0x8e.
84A multibyte character in the fourth codeset consists of
85.Ar len4
86bytes starting with the byte 0x8f.
87.Pp
88The
88The
89.Ev rune_t
90encoding of
91.Nm EUC
92multibyte characters is dependent on the
93.Ar len
94and
95.Ar mask
96arguments.

--- 146 unchanged lines hidden ---
89.Ev rune_t
90encoding of
91.Nm EUC
92multibyte characters is dependent on the
93.Ar len
94and
95.Ar mask
96arguments.

--- 146 unchanged lines hidden ---