Make WordPress Core

Opened 12 years ago

Closed 10 years ago

#29055 closed defect (bug) (worksforme)

Texturize text filter is not working properly

Reported by: geopal Owned by:
Priority: normal Milestone:
Component: Formatting Version: 3.9.1
Severity: normal Keywords:
Cc: Focuses:

Description

Texturize text filter formats differently various quotes in greek text and in english text also.

Correct examples given in the Codex are:

"quoted text" becomes “quoted text”
'quoted text' becomes ’quoted text’

BUT, look at the below screenshots to see the difference in formatting the same double quotes:

Attachments (1)

texturize-scrsts.jpg (1.4 MB ) - added by geopal 12 years ago.

Download all attachments as: .zip

Change History (7)

#1 follow-up: @ocean90
12 years ago

  • Keywords reporter-feedback added

Hello geopal, does the issue still exists in WordPress 4.0 beta 2?

#2 @miqrogroove
12 years ago

  • Component FormattingI18N
  • Keywords reporter-feedback removed

In http://svn.automattic.com/wordpress-i18n/el/trunk/messages/el.po

#: wp-includes/formatting.php:50
msgctxt "opening curly single quote"
msgid "‘"
msgstr "“"

#: wp-includes/formatting.php:52
msgctxt "closing curly single quote"
msgid "’"
msgstr "”"

#3 in reply to: ↑ 1 @geopal
12 years ago

Replying to ocean90:

Hello geopal, does the issue still exists in WordPress 4.0 beta 2?

Tested on WordPress 4.0 beta 2
Still happens...
see:
https://i.imgur.com/rBn8Yxq.jpg
https://i.imgur.com/tFJ3PWF.jpg

#4 @chriscct7
11 years ago

  • Keywords needs-patch added

This ticket was mentioned in Slack in #core-i18n by ocean90. View the logs.


10 years ago

#6 @swissspidy
10 years ago

  • Component I18NFormatting
  • Keywords needs-patch removed
  • Milestone Awaiting Review
  • Resolutionworksforme
  • Status newclosed

Just tested this on a local site running 4.5 in Greek. Added a bunch of quotes at various places in a Greek text and the result was correct when viewing the post.

Note that the Greek translation for the single and double quotes is different from the default, so perhaps 2 years ago it was simply not translated.

I'm closing this as worksforme, but if this is still happening for you, feel free to reopen this issue along with detailed steps to reproduce (preferably with some example text we can use for testing).

Also, make sure it's reproducible with the latest version of WordPress with all plugins disabled and running one of the default themes.

Note: See TracTickets for help on using tickets.