From 0c478e17f8dfbcfc54a10fdf1511984affd06590 Mon Sep 17 00:00:00 2001 From: buczekp <buczekp> Date: Mon, 14 Mar 2011 10:11:53 +0000 Subject: [PATCH] [LMS-1979] minor: comment about encoding problems and 'delta' character SVN: 20317 --- plasmid/resource/jython-scripts/MP-plasmid_parents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plasmid/resource/jython-scripts/MP-plasmid_parents.py b/plasmid/resource/jython-scripts/MP-plasmid_parents.py index e11952c8022..6df558af5c3 100644 --- a/plasmid/resource/jython-scripts/MP-plasmid_parents.py +++ b/plasmid/resource/jython-scripts/MP-plasmid_parents.py @@ -31,7 +31,7 @@ INPUT_PATTERN = """ REL_TYPES = ('DEL', 'INT', 'MOD') """dictionary from relationship type shortcut to its 'character' representation""" REL_TYPE_CHARS = { - 'DEL': '^', + 'DEL': '^', # TODO 2011-14-03, Piotr Buczek: use u'\u0394' for '∆', don't encode HTML 'INT': '::', 'MOD': '_' } -- GitLab