Hi, I'm having problems stripping the ’ charcter from a filename in linux, however i can succesfully read strip this character in windows. When I use linux and paste a ’ into my code it comes out as a full stop. Also it doesn't seem to have an ascii equivalent, so how do I strip is out? I've already tries s/'//; but thats what i need is s/’// for linux. any ideas guys?