--- db/prgsrc/eq/Attic/findequal.pl 2001/05/18 22:48:49 1.6 +++ db/prgsrc/eq/Attic/findequal.pl 2001/08/04 11:41:50 1.10 @@ -32,11 +32,25 @@ use POSIX qw (locale_h); do "common.pl"; +my ($thislocale); +if ($^O =~ /win/i) { + $thislocale = "Russian_Russia.20866"; +} else { + $thislocale = "ru_RU.KOI8-R"; +} +POSIX::setlocale( &POSIX::LC_ALL, $thislocale ); +if ((uc 'Á') ne 'á') {die "!Koi8-r locale not installed!\n"}; + + + +if ((uc 'Á') ne 'á') {die "!Koi8-r locale not installed!\n"}; + + + if (checktable('equalto')) {die "The table equalto exists. You must delete it first!\n"}; if ((uc 'Á') ne 'á') {die "!Koi8-r locale not installed!\n"}; -print "before mydo"; print "Creating equalto table...\n";