if lst and len(lst) > 0:
            for item in lst:
                if type(item) is unicode or type(item) is str:
                    chcs.append((item, item))
                elif type(item) is tuple or type(item) is list: