Opened 11 months ago
Closed 11 months ago
#20968 closed defect (bug) (invalid)
Wordpress 3.4 adds a space between a letter and an apostrophe
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | I18N | Version: | 3.4 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Since WordPress 3.4, when I published an article, WP automatically adds a space before the apostrophe. This poses problem in some languages.
For example (in french):
Je plonge dans l’océan (I dive into the ocean)
becomes :
Je plonge dans l 'océan
In HTML : Je plonge dans l 'océan
The problem is present in the title and body of the article (see attachments)
Attachments (2)
Change History (5)
The problem was fixed that night. He was present in the translation file
the correctfi is:
http://svn.automattic.com/wordpress-i18n/fr_FR/branches/3.4/messages/fr_FR.mo
Thank you anyway for your help, I thought it was a bug
comment:3
SergeyBiryukov — 11 months ago
- Component changed from General to I18N
- Keywords reporter-feedback removed
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Can't reproduce with the default localization, no plugins and Twenty Eleven. Could you try removing the localization string and testing again.