Subject: ASCII error in pbuilder
Description: unmappable character for encoding ASCII
Author: Olivier Sallou <osallou@debian.org>
Last-Updated: 2012-12-05
Forwarded: yes
Bug: http://code.google.com/p/forester/issues/detail?id=1
--- a/biojava3-forester/src/main/java/org/forester/test/Test.java
+++ b/biojava3-forester/src/main/java/org/forester/test/Test.java
@@ -1310,7 +1310,7 @@
                 return false;
             }
             if ( !( t3_rt.getNode( "root node" ).getNodeData().getReference().getDescription()
-                    .equals( "Aguinaldo, A. M. A.; J. M. Turbeville, L. S. Linford, M. C. Rivera, J. R. Garey, R. A. Raff, & J. A. Lake (1997). \"Evidence for a clade of nematodes, arthropods and other moulting animals\". Nature 387 (6632): 489–493." ) ) ) {
+                    .equals( "Aguinaldo, A. M. A.; J. M. Turbeville, L. S. Linford, M. C. Rivera, J. R. Garey, R. A. Raff, & J. A. Lake (1997). \"Evidence for a clade of nematodes, arthropods and other moulting animals\". Nature 387 (6632): 489-493." ) ) ) {
                 return false;
             }
             if ( !t3_rt.getNode( "root node" ).getNodeData().getTaxonomy().getTaxonomyCode().equals( "ECDYS" ) ) {
--- a/biojava3-structure/src/main/java/org/biojava/bio/structure/ResidueRange.java
+++ b/biojava3-structure/src/main/java/org/biojava/bio/structure/ResidueRange.java
@@ -33,7 +33,7 @@
 
 /**
  * A chain, a start residue, and an end residue. May also store a length value. Because of insertion codes, this length
- * is not necessarily {@code end − start}.
+ * is not necessarily {@code end - start}.
  * 
  * @author dmyerstu
  * @see ResidueNumber
