Is there python library or function to convert accented characters to unaccented. For example
From 'Terme \xc4\x8cate\xc5 \xbe' to 'Terme Čatež'.
When I read Terme Čatež website using urllib.urlopen( ) functio, gives 'Terme \xc4\x8cate\xc5 \xbe'
From 'Terme \xc4\x8cate\xc5 \xbe' to 'Terme Čatež'.
When I read Terme Čatež website using urllib.urlopen( ) functio, gives 'Terme \xc4\x8cate\xc5 \xbe'
Comment