Hi,
I am trying to develop a python script tool. In this python file I need to use Unicode character like the following:
input_X.replace("°"," "), which intended to replace degree symbol with space, for the purpose of degree minute seconds input. but when I save the python file and reopen again, the file could not recognize the degree symbol and become "?".
Does anyone have a way to solve this problem?
Dave