I have a unicode string that looks like:
Lat: 49° 16.578', Lng: -123° 7.3'
In a standalone Python script I can find the unicode characters by putting this at the top of my script:
# -*- coding: utf-8 -*-
However, this doesn't work in the PythonCaller. Is there a way to do this?