Mario

Topic: Bug in Sanitizer

Sanitizer should be fixed to ignore ' and – (not -), it caused a redirection problem in my google webmaster tools, here are the 4 URLs where I got the problem :

.../consultants-several-areas-at-the-french-livestock-institute-l’institut-de-l’elevage/
.../economic-growth-new-business-specialist-–-staff-associate-at-ard-inc/
.../junior-–-mid-level-consultant-mid-level-consultant-mid-level-consultant-at-gemdax/
.../software-engineer-–-java-at-zain-techs/

Mario

Re: Bug in Sanitizer

I exported the sanitizer class in a php file apart and tried it with some strings, it works fine, so the problem should be coming from somewhere else!

Code:

Example : Java – Let's do it

Results :
1) java-lets-do-it (Sanitizer alone, works fine!)
2) java-–-let's-do-it (What actually my website gives as result, – and ' untreated)