
October 18th, 2003, 07:56 PM
|
|
Junior Member
|
|
Join Date: Jul 2003
Posts: 11
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
special characters. unicode utf8
Hi there,
I need some guidance in the following problem.
I' building a file named convert.py which reads sewdish docs and converts all ó to o and all â to a. In general, what I need is to get rid of the special characters and convert them to regular ones.
I've trying to use encode, decode, utf8 and unicode but with no success.
Can someone help me?
Cheers,
I
|