Skip to content

Commit

Permalink
Fixes #422 - UTF-8 in schoeller gedfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
dickschoeller committed Jun 12, 2017
1 parent 1ad143d commit 0a90b67
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
2 VERS 4.0
1 SUBM @SUB1@
1 GEDC
2 VERS 5.5
2 VERS 5.5.1
2 FORM LINEAGE-LINKED
1 DEST GED55
1 DATE 16 FEB 2001
2 TIME 22:04
1 CHAR ANSI
1 CHAR UTF-8
0 @SUB1@ SUBM
1 NAME Richard/Schoeller/
1 ADDR 242 Marked Tree Road
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
2 VERS 4.0
1 SUBM @SUB1@
1 GEDC
2 VERS 5.5
2 VERS 5.5.1
2 FORM LINEAGE-LINKED
1 DEST GED55
1 DATE 16 FEB 2001
2 TIME 22:04
1 CHAR ANSI
1 CHAR UTF-8
0 @SUB1@ SUBM
1 NAME Richard/Schoeller/
1 ADDR 242 Marked Tree Road
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
2 VERS 4.0
1 SUBM @SUB1@
1 GEDC
2 VERS 5.5
2 VERS 5.5.1
2 FORM LINEAGE-LINKED
1 DEST GED55
1 DATE 16 FEB 2001
2 TIME 22:04
1 CHAR ANSI
1 CHAR UTF-8
0 @SUB1@ SUBM
1 NAME Richard/Schoeller/
1 ADDR 242 Marked Tree Road
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ public final void testHeadControllerSchoeller() {
+ " href=\"submittor?db=mini-schoeller&"
+ "id=SUB1\">Richard <span class=\"surname\">"
+ "Schoeller</span> [SUB1]</a>")
.contains("GEDCOM:</span> 5.5, LINEAGE-LINKED")
.contains("GEDCOM:</span> 5.5.1, LINEAGE-LINKED")
.contains("Destination:</span> GED55")
.contains("Character Set:</span> ANSI");
.contains("Character Set:</span> UTF-8");
}
}

0 comments on commit 0a90b67

Please sign in to comment.