From: jprocter Date: Mon, 17 Jan 2011 13:57:51 +0000 (+0000) Subject: eliminate utf8 compilation errors X-Git-Tag: Release_2_7~300 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=f7c96b0eada06e354b66a186f272aeb3ff872a90;p=jalview.git eliminate utf8 compilation errors --- diff --git a/src/jalview/analysis/SequenceIdMatcher.java b/src/jalview/analysis/SequenceIdMatcher.java index f878a09..d8a9bbe 100755 --- a/src/jalview/analysis/SequenceIdMatcher.java +++ b/src/jalview/analysis/SequenceIdMatcher.java @@ -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.