I have a set of ics data that I am tryin to parse in python. This date uses emjois to indicate different types of events. So I am trying to use these emjois in an if statement tell what type of event it is. I am trying to compare like this:
if event == '✈️':
do something here
When event equals a ✈️
it is not evaluating true. I'm guessing it has something to do with the encoding, but I can't wrap my head around it. Any help would be much appreciated