Hello guys !!!
I'm using pathauto and I've seen there isn't punctuaction row for spanish question mark (¿). I will try to add this line and the module run ok.
$punctuation['Spanish_question_mark'] = array('value' => "¿", 'name' => t('Spanish Question mark ¿'));
You could add this line to the file pathauto.inc to let to Spanish drupal users setup your site to avoid this "tag" in url.
Regards.
Ricardo.
Comments
Comment #1
gregglesThanks for the idea. I think a better idea will be to use the transliteration module as described in http://drupal.org/node/247758 If you coulud help with that issue I would greatly appreciate it.