From: tcofoegbu Date: Thu, 3 Mar 2016 10:00:10 +0000 (+0000) Subject: JAL-1919 updated unicode mapping symbol X-Git-Tag: Release_2_10_0~304 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=60575ad0d6b2900cf8ca8376d861d44c6c1b99f5;p=jalview.git JAL-1919 updated unicode mapping symbol --- diff --git a/src/jalview/ws/sifts/SiftsClient.java b/src/jalview/ws/sifts/SiftsClient.java index f25c1cf..50cf5cb 100644 --- a/src/jalview/ws/sifts/SiftsClient.java +++ b/src/jalview/ws/sifts/SiftsClient.java @@ -927,7 +927,8 @@ public class SiftsClient implements SiftsClientI // output mappings StringBuffer output = new StringBuffer(); output.append(NEWLINE); - output.append("Sequence ⟷ Structure mapping details").append(NEWLINE); + output.append("Sequence \u27f7 Structure mapping details").append( + NEWLINE); output.append("Method: SIFTS"); output.append(NEWLINE).append(NEWLINE);