i have a string with numbers that i previously converted with my encoder but now i am trying to decode it ive searched around and no answers seem to work if you have any i dear
outcome = "".join([your_decoder.decode(x) for x in string.split(" ")])