freebsd-dev/usr.bin/tr
Andrey A. Chernov 00611f0457 This patch address two problems.
1st one is relatively minor: according our own manpage, upper and lower
classes must be sorted, but currently not.

2nd one is serious:
	tr '[:lower:]' '[:upper:]'
	(and vice versa) currently works only if upper and lower classes
	have exact the same number of elements. When it is not true, like for
	many ISO8859-x locales which have bigger amount of lowercase letters,
	tr may do nasty things.

	See this page
	http://www.opengroup.org/onlinepubs/007908799/xcu/tr.html
	for detailed description of desired tr behaviour in such cases.
2003-08-03 02:23:39 +00:00
..
extern.h This patch address two problems. 2003-08-03 02:23:39 +00:00
Makefile
str.c This patch address two problems. 2003-08-03 02:23:39 +00:00
tr.1 Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ 2002-12-30 21:18:15 +00:00
tr.c This patch address two problems. 2003-08-03 02:23:39 +00:00