I want to save square brackets in my urls.
So I go to pathauto settings, and I change action to 'no action (do not replace)' for '[' and ']' symbols (in 'punctuation settings' section).
My pathauto pattern is page/[title-raw] (I've tried page/[title] too)
After that I create page, and all the special symbols, including square brackets, are replaced with '-'
Comments
Comment #1
restyler commentedThe problem was in activated checkbox "Reduce strings to letters and numbers from ASCII-96"
- I've disabled it and everything works as expected now