You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our user got this error when retiring an address 7 Tāiko Place
Traceback (most recent call last):
File "C:\Users\wsneddon\.qgis2\python\plugins\aims\AimsUI\DelAddressTool.py", line 106, in canvasReleaseEvent
('{}').format(fullAddress) + "\n will be marked for retirement?",
UnicodeEncodeError: 'ascii' codec can't encode character u'\u0101' in position 3: ordinal not in range(128)
This error would occur when users are retiring an address whose full address includes macronated letters (road name/locality/city).
A workaround is to remove the macronated letter in the road name and retire the address and change back the road name.
The text was updated successfully, but these errors were encountered:
Our user got this error when retiring an address
7 Tāiko Place
This error would occur when users are retiring an address whose full address includes macronated letters (road name/locality/city).
A workaround is to remove the macronated letter in the road name and retire the address and change back the road name.
The text was updated successfully, but these errors were encountered: