JAL-1889 remove non-UTF8 characters so we can build on strict-UTF8 platforms
authorJim Procter <jprocter@issues.jalview.org>
Fri, 18 Sep 2015 14:59:39 +0000 (15:59 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Fri, 18 Sep 2015 14:59:39 +0000 (15:59 +0100)
src/jalview/json/binding/biojson/v1/SequencePojo.java

index 3b9e798..98fed15 100644 (file)
@@ -28,7 +28,7 @@ public class SequencePojo
     required = true,
     minLength = 3,
     maxLength = 2147483647,
-    description = "Sequence residue characters. An aligned sequence may contain <br>one of the following gap characters â\80\9c\80?, â\80\9c\80? or â\80\9c â\80?")
+    description = "Sequence residue characters. An aligned sequence may contain <br>one of the following gap characters &#x201c;.&#x201d;, &#x201c;-&#x201d; or &#x201c;&nbsp;&#x201d;")
   private String seq;
 
   @Attributes(required = true, description = "Sequence name")