Latin1.gv 99 B

12345
  1. digraph G {
  2. graph [charset=latin1]
  3. node [fontsize=10]
  4. a [label = "áâãäåæçèéêëìíîïðñòóôõöøùúûü"];
  5. }