diff --git a/D7/pathauto/pathauto.inc b/D7/pathauto/pathauto.inc
index 42290ca..fcd0276 100644
--- a/D7/pathauto/pathauto.inc
+++ b/D7/pathauto/pathauto.inc
@@ -677,6 +677,10 @@ function pathauto_punctuation_chars() {
       $punctuation['greater_than']       = array('value' => '>', 'name' => t('Greater-than sign'));
       $punctuation['slash']              = array('value' => '/', 'name' => t('Slash'));
       $punctuation['back_slash']         = array('value' => '\\', 'name' => t('Backslash'));
+      $punctuation['double_curly_left']  = array('value' => '“', 'name' => t('Double curly left');
+      $punctuation['double_curly_right'] = array('value' => '”', 'name' => t('Double curly right');
+      $punctuation['single_curly_left']  = array('value' => '‘', 'name' => t('Single curly left');
+      $punctuation['single_curly_right'] = array('value' => '’', 'name' => t('Single curly right');
 
       // Allow modules to alter the punctuation list and cache the result.
       drupal_alter('pathauto_punctuation_chars', $punctuation);
