Source code for optimeed.core.ansi2html.util

[docs]def read_to_unicode(obj): return [line.decode('utf-8') for line in obj.readlines()]