Php str_replace and character ° -


im having issues character ° , 30°f. im doing string replace ignoring character:

str_replace(array(',', '.', ' ', '´', '°', ':', ';', '!'), "", $name); 

any ideas?

just records. degree symbol have variant in fonts think on windows word version use masculine ordinal indicator, thats little line under degree symbol sort of 1 used on spanish №, odd see around , in code world used without little line. in case replacing file name had , of course php didnt replace , didnt saw either doing copy paste, notice copying file name on link given can has cheezburger.

if case, check file name , replace normal degree symbol or remove it.


Comments

Popular posts from this blog

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -