Closed (fixed)
Project:
Pathauto
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Oct 2009 at 06:22 UTC
Updated:
24 Feb 2010 at 21:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
dan3h commentedAgreed-- "ASCII-96" is not a thing, and Google returns nothing for it.
However, I found this in pathauto.inc:
So, that says to me that the documentation should be changed to be more clear/correct:
was: "Reduce strings to letters and numbers from ASCII-96"
should be: "Reduce strings to letters and numbers"
was: "Filters the new alias to only letters and numbers found in the ASCII-96 set."
should be: "Filters the new alias to contain only numbers and non-accented letters, replacing anything else with the seperator character."
If you like this, I have attached a patch for it. (Sorry, doesn't have any changes to the translation files.)
Dan
Comment #2
Freso commentedI can't see why not... Greg?
Comment #3
gregglesWorks great for me. Committed to 6.x-2.x and 7.x since those are the only places we should change strings.
http://drupal.org/cvs?commit=327016
http://drupal.org/cvs?commit=327014