diff --git a/pathauto.inc b/pathauto.inc
index 9699aa0..949538e 100644
--- a/pathauto.inc
+++ b/pathauto.inc
@@ -681,6 +681,7 @@ 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['dash']               = array('value' => '—', 'name' => t('Dash'));
 
       // Allow modules to alter the punctuation list and cache the result.
       drupal_alter('pathauto_punctuation_chars', $punctuation);
