in reply to Re: replacing special characters in file
in thread replacing special characters in file
I have no idea if perlmonks prefers replying to the original thread or starting a new one if a certain amount of time has passed since the last reply, but I guess I'll find out soon enough. I too had odd characters like ‡ and † , that were removed flawlessly, thanks to...
s/[^[:ascii:]]//g... but it also removed any * in the file as well, which is an ascii value. Any reason why?
|
|---|