eliminate utf8 compilation errors
authorjprocter <Jim Procter>
Mon, 17 Jan 2011 13:57:51 +0000 (13:57 +0000)
committerjprocter <Jim Procter>
Mon, 17 Jan 2011 13:57:51 +0000 (13:57 +0000)
src/jalview/analysis/SequenceIdMatcher.java

index f878a09..d8a9bbe 100755 (executable)
@@ -229,7 +229,7 @@ public class SequenceIdMatcher
      * arbritrarily extended sequence id's (like portions of an aligned set of
      * repeats from one sequence)
      */
-    private String WORD_SEP = "~. |#\\/<>!\"£$%^*)}[@',?_";
+    private String WORD_SEP = "~. |#\\/<>!\""+((char)0x00A4)+"$%^*)}[@',?_";
 
     /**
      * matches if one ID properly contains another at a whitespace boundary.