On Thu, Oct 21, 2004 at 04:26:12AM +0200, Tzafrir Cohen wrote: > > Just to elimiminate this: > > run: > > LC_CTYPE=he_IL.UTF-8 perl -e "" > > If the locale he_IL.UTF-8 is properly defined on your system, perl > should silently execute the empty command. But if it is not porperly > defined, perl will shout. > > Perl is configured by default to comaplain about this in debian. >
$ LC_CTYPE=he_IL.UTF-8 perl -e "" $ printf "$?\n" 0 $ ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
