One of my taxonomy terms has a quote symbol ['] in it (my language is French). The quote shows up as ' in the faceted search menu. This looks like a character encoding issue.

Comments

EricFitchett’s picture

Status: Active » Needs review
StatusFileSize
new1008 bytes

I think this is the same problem I was having with html characters being escaped twice.
The problem was caused by use of the older 5.x style parameter list on the l() function. The attached patch fixes this in the two places I noticed it.

peterzoe’s picture

I have a similar issue with the german umlaut (ü, ä, ö): if I search for 'Qualität' it will return 'Qualitat'.

Cheers, Peter.

david lesieur’s picture

Status: Needs review » Fixed

Patch committed, thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.