--- pathauto.inc	2008-06-18 13:02:40.000000000 -0700
+++ pathauto_new.inc	2009-10-19 13:30:37.000000000 -0700
@@ -476,7 +476,11 @@ function pathauto_punctuation_chars() {
   // Handle " ' ` , . - _ : ; | { [ } ] + = * & % ^ $ # @ ! ~ ( ) ? < > \
   $punctuation['double_quotes']      = array('value' => '"', 'name' => t('Double quotes "'));
   $punctuation['quotes']             = array('value' => "'", 'name' => t("Single quotes (apostrophe) '"));
-  $punctuation['backtick']           = array('value' => '`', 'name' => t('Back tick `'));
+  $punctuation['left_single_quotes'] = array('value' => pack('ccc', 0xe2, 0x80, 0x98), 'name' => t('Left single quotes Ô'));
+	$punctuation['right_single_quotes']= array('value' => pack('ccc', 0xe2, 0x80, 0x99), 'name' => t('Right single quotes Õ'));
+	$punctuation['left_double_quotes'] = array('value' => pack('ccc', 0xe2,0x80,0x9c), 'name' => t('Left double quotes Ò'));
+	$punctuation['right_double_quotes']= array('value' => pack('ccc', 0xe2,0x80,0x9d), 'name' => t('Right double quotes Ó'));
+	$punctuation['backtick']           = array('value' => '`', 'name' => t('Back tick `'));
   $punctuation['comma']              = array('value' => ',', 'name' => t('Comma ,'));
   $punctuation['period']             = array('value' => '.', 'name' => t('Period .'));
   $punctuation['hyphen']             = array('value' => '-', 'name' => t('Hyphen -'));
