On Tue, Mar 4, 2008 at 10:35 PM, Chas. Owens <[EMAIL PROTECTED]> wrote:
>  A terminal that can handle UTF-8.
>
>  You may need to put this in your profile
>  #fix UTF-8 support
>  export LC_CTYPE=en_US.UTF-8 #vim needs this to swtich it from Latin1 to UTF-8
>  export PERL_UNICODE=SDL     #Makes Perl use UTF-8 for IO
>
>  You might also need the right fonts.  Try this instead (I think
>  CIRCLED DIGIT ONE is more commonly supported):
>
>  perl -le 'print "\x{2460}"'

The CIRCLED DIGIT ONE worked without the exports.
The "Mongolian digit 4" gives me a square even with the exports.
Interesting... Thanks!

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to