1👍
Specify the encoding to be used explicitly like this
# -*- coding: latin-1 -*-
print (r'^letter/([a-zA-Z0-9µ])/$')
Output
^letter/([a-zA-Z0-9µ])/$
Source:stackexchange.com
1👍
Specify the encoding to be used explicitly like this
# -*- coding: latin-1 -*-
print (r'^letter/([a-zA-Z0-9µ])/$')
Output
^letter/([a-zA-Z0-9µ])/$