Closed (fixed)
Project:
Pathauto
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Jun 2009 at 12:16 UTC
Updated:
3 Jul 2009 at 07:30 UTC
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