I have searched the Issues list for at least an hour on and off trying different suggestions I've found. Here's my setup:
tokens 6.x-1.4
pathauto 6.x-1.4
transliteration 6.x-3.0 with the i18n-ascii.txt file (I've added 039 = "" to fix my apostrophe issue but other than that, it's the stock example txt file)
My issue is that I keep coming up with issues during testing with the URL so before I hand it over to the editorial staff of 30+ people, I need to make sure all is well. My latest issue is displaying "amp" instead of just removing it (per my punctuation settings in Pathauto). It seems to be completely disregarding that option.
I had the "Reduce strings to letters and numbers from ASCII-96" option selected but have since removed it due to getting desperate.
What am I doing wrong?
Comments
Comment #1
droplet commentedI've seen same issue when use "[node:field_categories] Term reference field." token.
& => "amp"
No way to get rid of it.
Comment #2
dave reidPlease try with the latest Pathauto 7.x-1.x-dev. We recently added a decode_entities() that should resolve this issue.
Comment #3
droplet commentedThanks, It's worked