#9306 closed enhancement (duplicate)
Additional smart quote suggestion
Reported by: | cloak42 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | trivial | Version: | |
Component: | Formatting | Keywords: | wptexturize |
Focuses: | Cc: |
Description
If a user writes a post that contains a quotation inside parentheses, the open quote mark is not used. I suggest that when a quotation mark (double or single) is used after an open parenthesis, it should be a left-quote “ instead of a right quote ”. In order to be as complete as possible, it would probably be best to ensure that this is only done in the event that white space is used prior to the open parenthesis so as to prevent it printing the wrong one if, say, a sad-face smiley is used inside a quotation, like so:
She told me, "Aw, you make me a sad panda now. :("
If it's done so that it will only open the quote correctly after white space \s or a carriage return, I think that will cover the vast majority, if not all, of the situations where it would need to be used.
Change History (11)
#6
@
14 years ago
- Keywords close added; needs-patch smart quote replacement preg_replace removed
I got this to work just by adding a space after the last quotation mark - it then renders as a proper closing quote. IMO this is quite edge and messing with how brackets are handled could break other things.
#7
@
14 years ago
#4539 has a lot of changes to this code.
This should be reviewed when the changes there are reviewed and committed.
#9
@
11 years ago
- Resolution set to worksforme
- Status changed from new to closed
Fixed in [11813]
I tested this post body:
("This is a test quote")
The output was
<p>(“This is a test quote”)</p>
This is the intended behavior since version 2.9.
Punting due to feature freeze.