look() in Search::Dict should use lc() istead of tr/A-Z/a-z/
authorGisle Aas <aas@aas.no>
Sat, 21 Sep 1996 21:02:42 +0000 (23:02 +0200)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Sat, 21 Sep 1996 21:02:42 +0000 (23:02 +0200)
commitdf76f08a516b9dffbe3a228618a7a70f1393e5fc
treec4f8c80677272407b5c52826634e5a6b1a6acecc
parent66730be00e20f21554ddafe7899e27bc47edc3cb
look() in Search::Dict should use lc() istead of tr/A-Z/a-z/

The Search::Dict look() function should use the lc() function instead
of tr/A-Z/a-z/.  This will make folding of non-english letters work if
the locale is set up correctly.
lib/Search/Dict.pm