freebsd_amp_hwpstate/lib/libc/locale
Steve Price 0ce1971c2a Correct description of which runes are encoded as two bytes.
PR:		4555
Submitted by:	Dmitrij Tejblum <tejblum@arc.hq.cti.ru>

[0x0400 - 0xffff] [bbbbbbbb.bbbbbbbb] -> 1110bbbb, 10bbbbbb, 10bbbbbb
.Ed
.Pp
If more than a single representation of a value exists (for example,
0x00; 0xC0 0x80; 0xE0 0x80 0x80) the shortest representation is always
used (but the longer ones will be correctly decoded).
.Pp
The final three encodings provided by X-Open:
.Bd -literal
[00000000.000bbbbb.bbbbbbbb.bbbbbbbb] ->
	11110bbb, 10bbbbbb, 10bbbbbb, 10bbbbbb

[000000bb.bbbbbbbb.bbbbbbbb.bbbbbbbb] ->
	111110bb, 10bbbbbb, 10bbbbbb, 10bbbbbb, 10bbbbbb

[0bbbbbbb.bbbbbbbb.bbbbbbbb.bbbbbbbb] ->
	1111110b, 10bbbbbb, 10bbbbbb, 10bbbbbb, 10bbbbbb, 10bbbbbb
.Ed
.Pp
which provides for the entire proposed ISO-10646 31 bit standard are currently
not implemented.
.Sh "SEE ALSO"
.Xr mklocale 1 ,
.Xr setlocale 3
@


1.4
log
@Don't use hardcoded *roff font change requests.  Do it
via mdoc macros instead.
@
text
@d37 1
a37 1
.Dd "June 4, 1993"
@


1.3
log
@Very minor mdoc cleanup.
@
text
@d44 2
a45 1
\fBENCODING "UTF2"\fP
@


1.2
log
@Another round of various man page cleanups.
@
text
@d65 1
a65 1
.sp
d81 1
a81 1
.sp
@


1.2.2.1
log
@YAMFC:

Commit all of the -current changes that apply to 2.2.  These fall into
several categories:

- Cosmetic/mdoc changes.  They don't really afect the output
  at all, but having them in 2.2 will make it easier to diff the man
  pages later when looking for real changes.
- Update some man pages to reflect the current 2.2 header files.
- Sort xrefs.
- A few typo fixes.
- And a few changes that actualy added text to the man page that should
  be reflected in 2.2.
- Add some missing MLINKS.

Requested by: bde
@
text
@d44 1
a44 2
.Nm ENCODING
.Qq UTF2
d65 1
a65 1
.Pp
d81 1
a81 1
.Pp
@


1.2.2.2
log
@MFC:  Just the locale fixes (small doc tweaks for the most part)
and the new strptime(3) call.  Having added something, does this
require a version bump?  Haven't we bumped once already?

There are a *LOT* of additional 3.0 changes to be merged but I'm not
entirely comfortable with some of them so I'll take the conservative
(read: cowardly :) way out and just merge this much.
@
text
@d37 1
a37 1
.Dd June 4, 1993
@


1.1
log
@Initial revision
@
text
@d41 1
a41 1
.Nm UTF2
@


1.1.1.1
log
@BSD 4.4 Lite Lib Sources
@
text
@@


1.1.1.1.6.1
log
@Phase 2 of merge - also fix things broken in phase 1.
Watch out for falling rock until phase 3 is over!

libc completely merged except for phkmalloc & rfork (don't know if David
wants that).

Some include files in sys/ had to be updated in order to bring in libc.
@
text
@d41 1
a41 1
.Nm utf2
@


1.1.1.1.6.2
log
@This 3rd mega-commit should hopefully bring us back to where we were.
I can get it to `make world' succesfully, anyway!
@
text
@d41 1
a41 1
.Nm UTF2
@
1997-11-05 04:18:42 +00:00
..
Makefile.inc Sorted lists. 1997-10-21 08:41:15 +00:00
ansi.c
collate.c
collate.h
collcmp.c Remove collate_range_cmp, was left for temp. backward compatibility 1997-08-03 18:04:39 +00:00
ctype.3
ctype.c
euc.4 Show the real revision date and not the date that this 1997-06-23 04:03:49 +00:00
euc.5 Show the real revision date and not the date that this 1997-06-23 04:03:49 +00:00
euc.c
frune.c
isalnum.3 Don't use literal semicolons in .Fn macro invocations. 1997-04-13 12:55:36 +00:00
isalpha.3 Don't use literal semicolons in .Fn macro invocations. 1997-04-13 12:55:36 +00:00
isascii.3 Don't use literal semicolons in .Fn macro invocations. 1997-04-13 12:55:36 +00:00
isblank.3 Don't use literal semicolons in .Fn macro invocations. 1997-04-13 12:55:36 +00:00
iscntrl.3 Don't use literal semicolons in .Fn macro invocations. 1997-04-13 12:55:36 +00:00
isctype.c Use revived __maskrune for digittoint 1997-09-27 04:34:35 +00:00
isdigit.3 Don't use literal semicolons in .Fn macro invocations. 1997-04-13 12:55:36 +00:00
isgraph.3 Don't use literal semicolons in .Fn macro invocations. 1997-04-13 12:55:36 +00:00
islower.3 Don't use literal semicolons in .Fn macro invocations. 1997-04-13 12:55:36 +00:00
isprint.3 Don't use literal semicolons in .Fn macro invocations. 1997-04-13 12:55:36 +00:00
ispunct.3 Fixed quoting of backslash. 1997-07-13 07:28:06 +00:00
isspace.3 Don't use literal semicolons in .Fn macro invocations. 1997-04-13 12:55:36 +00:00
isupper.3 Don't use literal semicolons in .Fn macro invocations. 1997-04-13 12:55:36 +00:00
isxdigit.3 Don't use literal semicolons in .Fn macro invocations. 1997-04-13 12:55:36 +00:00
lconv.c
localeconv.c
mbrune.3 Show the real revision date and not the date that this 1997-06-23 04:03:49 +00:00
mbrune.c
mskanji.c Move it under XPG4 define 1997-09-25 23:20:26 +00:00
multibyte.3 Show the real revision date and not the date that this 1997-06-23 04:03:49 +00:00
nomacros.c
none.c
rune.3 Show the real revision date and not the date that this 1997-06-23 04:03:49 +00:00
rune.c
runetype.c
setinvalidrune.c
setlocale.3 Restore PATH_LOCALE functionality using issetugid() call now 1997-04-07 08:54:38 +00:00
setlocale.c Restore PATH_LOCALE functionality using issetugid() call now 1997-04-07 08:54:38 +00:00
setlocale.h Restore PATH_LOCALE functionality using issetugid() call now 1997-04-07 08:54:38 +00:00
setrunelocale.c Move MSKanji under XPG4 define 1997-09-25 23:18:10 +00:00
table.c Completely remove #ifdefed out 8859-1 extension, I found it break 1997-05-14 00:11:02 +00:00
toascii.3
tolower.3
tolower.c
toupper.3
toupper.c
utf2.4 Correct description of which runes are encoded as two bytes. 1997-11-05 04:18:42 +00:00
utf2.5 Correct description of which runes are encoded as two bytes. 1997-11-05 04:18:42 +00:00
utf2.c