eliminate utf8 compilation errors
[jalview.git] / 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.