Jump to content

htmlentities


cb154

Recommended Posts

Hi wasn't sure if to post here or html or mysql help but got to start somewhere. I have a table with some words contain the  french acute

I also have another table with words in normal UK english so for example 1 table will have Château Haut-Bages-Libéral but the other table will have Chateau Haut Bages Liberal. I am trying to perform a query from one to the other however and quite rightly it fails. is there a way of normailising the french type to enable the query to work ?

 

 

Link to comment
https://forums.phpfreaks.com/topic/207846-htmlentities/
Share on other sites

I am assuming there is a class I need to include in order to access the Normalizer ? Sorry never come across this function so unsure how I utilise it ? I f i just have the code Normalizer::normalize  (  string $input  [,  string $form = Normalizer::FORM_C  ] ) I get unknown class Normalizer

Link to comment
https://forums.phpfreaks.com/topic/207846-htmlentities/#findComment-1086589
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.