Skip to content
Snippets Groups Projects
Commit 0c478e17 authored by buczekp's avatar buczekp
Browse files

[LMS-1979] minor: comment about encoding problems and 'delta' character

SVN: 20317
parent cf84a377
No related branches found
No related tags found
No related merge requests found
......@@ -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': '_'
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment