[wp-trac] Re: [WordPress Trac] #1258: Curly quotes mixups
    WordPress Trac 
    wp-trac at lists.automattic.com
       
    Wed Sep 12 22:03:25 GMT 2007
    
    
  
#1258: Curly quotes mixups
-------------------------------+--------------------------------------------
 Reporter:  Denis de Bernardy  |        Owner:            
     Type:  defect             |       Status:  new       
 Priority:  normal             |    Milestone:  2.4 (next)
Component:  Template           |      Version:  2.1       
 Severity:  normal             |   Resolution:            
 Keywords:  needs-patch        |  
-------------------------------+--------------------------------------------
Changes (by markjaquith):
  * milestone:  2.3 => 2.4 (next)
Old description:
> I think there is a tiny problem in the wordpress text renduring:
>
> when you use single quotes in the text, WP converts them to single fancy
> quotes. However, some quotes are transformed in the wrong direction.
>
> e.g. if you type: 'products', 'services', you get âproductsâ,
> âservicesâ rather than âproductsâ, âservicesâ.
>
> I think the problem comes from WP detecting something like /'s/ rather
> than /\w's/
> âs
New description:
 I think there is a tiny problem in the wordpress text renduring:
 when you use single quotes in the text, WP converts them to single fancy
 quotes. However, some quotes are transformed in the wrong direction.
 e.g. if you type: 'products', 'services', you get ‘products’,
 ’services’ rather than ‘products’, ‘services’.
 I think the problem comes from WP detecting something like /'s/ rather
 than /\w's/
 ’s
Comment:
 No patch -- punting.
-- 
Ticket URL: <http://trac.wordpress.org/ticket/1258#comment:11>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
    
    
More information about the wp-trac
mailing list