File:  [Local Repository] / db / prgsrc / eq / Attic / koitest.pl
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Fri May 18 02:20:15 2001 UTC (23 years ago) by roma7
Branches: MAIN
CVS tags: HEAD
Test file for koi-8 locale

use POSIX qw (locale_h);
POSIX::setlocale( &POSIX::LC_ALL, 'ru_RU.KOI8-R');
if ((uc 'Á') ne 'á') {die "!Koi8-r locale not installed!\n"};


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>