freebsd-src/usr.bin/localedef
Kyle Evans cdd2624a97 localedef: expand the default charmap
POSIX defines a number of other control characters as well as
alternative aliases for some that should be provided in the default set,
so let's go ahead and add those.

Reviewed by:	bapt, yuripv
Sponsored by:	Klara, Inc.

(cherry picked from commit 3a7ffe206c)
2023-12-14 18:57:59 -06:00
..
bootstrap Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
charmap.c localedef: expand the default charmap 2023-12-14 18:57:59 -06:00
collate.c localedef: add newlines to error messages 2023-09-08 22:52:58 -05:00
ctype.c Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:42 -06:00
localedef.1 Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
localedef.c localedef: add newlines to error messages 2023-09-08 22:52:58 -05:00
localedef.h localedef: add newlines to error messages 2023-09-08 22:52:58 -05:00
Makefile Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
Makefile.depend Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
messages.c Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:42 -06:00
monetary.c localedef: add newlines to error messages 2023-09-08 22:52:58 -05:00
numeric.c localedef: add newlines to error messages 2023-09-08 22:52:58 -05:00
parser.y Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
README
scanner.c Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:42 -06:00
time.c localedef: add newlines to error messages 2023-09-08 22:52:58 -05:00
wide.c Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:42 -06:00

While there are tools called "localedef" in Solaris and Linux, this
tool does not share heritage with any other implementation.  It was
written independently by Garrett D'Amore while employed at Nexenta
Systems, and thus carries the Nexenta Copyright.

It was initially released under the CDDL license, but on 4 July 2014,
Nexenta reissued the source under the BSD 2-clause license.  This
code is part of the Illumos project.

see:
https://github.com/Nexenta/illumos-nexenta/commit/cf17542a37fc83d0ae093777e30d480423858c29