Hi,
Every so often I receive a plain text file containing certain special characters such as é, î and č. I want to replace all instances of certain special characters but leave others as they are. So, all é's should become e, all î's should become i, but all č's should remain as they are. The trouble is, doing a find/replace for all 15 of these characters each time gets a bit tedious. Anyone know a way I can do this more quickly and efficiently?
Thanks
Every so often I receive a plain text file containing certain special characters such as é, î and č. I want to replace all instances of certain special characters but leave others as they are. So, all é's should become e, all î's should become i, but all č's should remain as they are. The trouble is, doing a find/replace for all 15 of these characters each time gets a bit tedious. Anyone know a way I can do this more quickly and efficiently?
Thanks