string - how to trim quotes and remove special characters from the word in php -


how trim quotes(single , double). , there character � in words want remove. how in php. example words want reformat

  1. poup�e poupe or � should have been
  2. “three three
  3. words" words

poup�e should poupée. suggested, fix encoding instead of destroying french words :-)


Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

Java - Returning an array from a method to main -