fix toupper(c) on a already uppercase char and tolower(c) on an
authorAndrew Tridgell <tridge@samba.org>
Wed, 3 Dec 1997 02:27:50 +0000 (02:27 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 3 Dec 1997 02:27:50 +0000 (02:27 +0000)
commit157fde339695d3185ecf857187e981edd06a8b65
tree10282fdc3f6cab439f4d06dfb8ae79b261b3341f
parentc779ed654ec7d9f1fc870476a05d2294e8c0faea
fix toupper(c) on a already uppercase char and tolower(c) on an
already lowercase char when using code pages. Jeremy, can you confirm
that this looks right?  It comes from PR#1992
source/lib/charset.c