in the pathauto_punctuation_chars i Add this lines
$punctuation['exclamation_open'] = array('value' => "¡", 'name' => t('Exclamation ¡'));
$punctuation['question_mark_open'] = array('value' => "¿", 'name' => t('Question open ¿'));
sorry for my english. I don´t speak.
I from Argentina.
Comments
Comment #1
greggles¡Che, me parece buen idea! ;)
Committed to the 5.x and 6.x branches. Thanks.
Comment #2
gregglesFor some reason this didn't actually work quite right. I that that might be why I left this out in the beginning. I'm not sure if my editor (xemacs) or cvs is screwing with the data but somewhere along the way they become weird characters (question mark in a diamond).
I'm starting to think that the "optionally reduce to ascii128" would be helpful - http://drupal.org/node/185348
Thoughts?
Comment #3
gregglesreverted until we can find a better solution...
I will implement that simplification to ascii128 though.
Comment #4
pcambraI've added these two lines in the i18n file:
¿ = ""
¡ = ""
It works for me and suppress the ¿ and ¡ wrong replacement.
Comment #5
gregglesMuch like http://drupal.org/node/207840#comment-892072 says, I believe this should be handled in #247758: Use Transliteration module for transliteration.