Changeset 46


Ignore:
Timestamp:
05/28/13 18:00:48 (11 years ago)
Author:
tmorgan
Message:

fixed highlighting bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/bletchley-analyze

    r40 r46  
    9595            for j in range(0,line_size,group_size):
    9696                group = hex[i+j:i+j+group_size]
    97                 line += terminalHighlightedString(color_map.get(group, None), group) + ' '
     97                line += terminalHighlightedString(color_map.get(group.encode('utf-8'),
     98                                                                None), group) + ' '
    9899       
    99100            line += '| '
Note: See TracChangeset for help on using the changeset viewer.