#!/usr/bin/perl -w use strict; while() { tr/A-Z/a-z/; tr/À-Þ/à-þ/; print $_; }