Skip to content

Commit

Permalink
Reorder for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Oct 1, 2024
1 parent 511361d commit 1d3c22c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gedcom
Original file line number Diff line number Diff line change
Expand Up @@ -13363,7 +13363,7 @@ sub wide_to_html
$string =~ s/\xe2\x97\x8f/●/g; #

$string =~ s/\N{U+00A0}/ /g;
$string =~ s/\N{U+00A3}/£/g,
$string =~ s/\N{U+00A3}/£/g;
$string =~ s/\N{U+00A9}/©/g;
$string =~ s/\N{U+00AA}/ª/g; # ª
$string =~ s/\N{U+00AB}/"/g; # «
Expand Down Expand Up @@ -13396,6 +13396,7 @@ sub wide_to_html
$string =~ s/\N{U+00FC}/ü/g; # ü
$string =~ s/\N{U+00FE}/þ/g; # þ
$string =~ s/\N{U+00C1}/Á/g; # Á
$string =~ s/\N{U+00C9}/É/g;
$string =~ s/\N{U+00CA}/ê/g;
$string =~ s/\N{U+00EB}/ë/g;
$string =~ s/\N{U+00F3}/ó/g;
Expand Down

0 comments on commit 1d3c22c

Please sign in to comment.