This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3305fa5359
freebsd-nq
/
usr.bin
/
locale
/
Makefile
7 lines
62 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add locale(1). I have used it for while as useful debugging tool for locale related things. So, I think it could be useful for others. It's not yet implement (or implement in different manner) all POSIX things, but I think it's good enough for start. POSIX conformance related updates and manpage to follow relatively soon.
2002-10-16 13:17:18 +00:00
# $FreeBSD$
PROG
=
locale
Add WARNS
2003-06-22 08:24:53 +00:00
WARNS
?=
1
Add locale(1). I have used it for while as useful debugging tool for locale related things. So, I think it could be useful for others. It's not yet implement (or implement in different manner) all POSIX things, but I think it's good enough for start. POSIX conformance related updates and manpage to follow relatively soon.
2002-10-16 13:17:18 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink