<?xml version="1.0" encoding="ISO-8859-1"?>
<contacts>
  <contact id="1">
    <name>François Müller</name>
    <city>Zürich</city>
    <note>ISO-8859-1 (Latin-1) only supports Western European characters</note>
  </contact>
  <contact id="2">
    <name>Señor Núñez</name>
    <city>Málaga</city>
    <note>Spanish accents</note>
  </contact>
  <contact id="3">
    <name>Bjørn Ærø</name>
    <city>København</city>
    <note>Nordic letters</note>
  </contact>
</contacts>
