UTF-8 and Euro Symbol

Quick and easy way to show that UTF-8 is configured correctly in shell and terminal emulator is to display the Euro symbol. If you don't see the Euro symbol, then UTF-8 is not configured correctly.

1linux:~$ perl -CS -le 'print "\x{20AC}"'
2