1.2 Find Unicode characters for smiley faces, the pound sterling
sign and the euro sign.
Hint: look them up in the name index of the
Unicode charts.
1.3 Search for Kobenhavn and København on an internet search
engine (e.g. Google). Do the two words produce different numbers of websites?
What about searching for Cafe and Café?
Hint: copying and pasting the characters should work on most browsers.
1.4 Use a PHP or Perl script that you wrote in a previous tutorial. Test what happens when you copy and paste characters, such as ø or é into a textfield on such a script. Add some code that converts these characters from UTF-8 to numeric character references and back.