def represent_str(self, data):
        tag = None
        style = None
        try:
            data = unicode(data, 'ascii')