Ticket #7098 (new enhancement)
Multiple entity codes in POT file for the same character
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | I18N | Version: | 2.5.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | scribu, steveagl, xoodrew@… |
Description
In the wordpress.pot file, two characters are represented by both their numbered and lettered HTML entities. These are:
Em-dash: the POT file contains both — and —
Right angle quote: the POT file contains both » and »
I'm not sure if it matters but it certainly is a little inconsistent.
Attachments
Change History
- Type changed from defect to enhancement
- Milestone changed from 2.7 to 2.8
Postponed to 2.8.
- Keywords needs-patch added
- Milestone changed from 2.8 to Future Release
comment:4
solarissmoke — 10 months ago
- Keywords close added; i18n comment, translation, l10n, POT, PO, entities, characters, Unicode needs-patch removed
Inconsistent maybe, but I don't think it matters so much.
comment:5
SergeyBiryukov — 7 months ago
+1 for ... => … => …
And also, i think that wordpress strings should not use » (»), « («), › (›), ‹ (‹) becouse of the RTL support.
If we change Log out » => Log out users will still understand the meaning.
Same for ← and →.
We can change "← Back to %s" => "Back to %s" (wp-login.php:127).
comment:9
SergeyBiryukov — 7 months ago
- Version changed from 3.2.1 to 2.5.1
Version number is used to track when the bug was introduced/reported.
June 5, 2008, that would be 2.5.1.
comment:10
ramiy — 7 months ago
Ok, i will remember that. thanks.


Whoops... there are two more such cases I didn't even see:
Ellips: the POT file contains both … and …
Double right angle quote: the POT file contains both › and ›
I'm confident that these four are the only ones.