Opened 8 years ago
Closed 8 years ago
#17091 closed defect (fixed)
Diacritical character 'Œ' displays as '&Elig'
Reported by: | jarismar | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9.1 |
Component: | Dojox | Version: | 1.8.3 |
Keywords: | Cc: | cjolif, Douglas Hays | |
Blocked By: | Blocking: |
Description
There is a typo on the entitie definition for the diacritical character 'Œ'. The error is at dojox/html/entities.js, dhe.latin defines the capital character as ["\u0152","Elig"] but should be ["\u0152","OElig"].
The small character is properly defined as ["\u0153","oelig"].
This is one character fix, just add the missing capital 'O' to the current ["\u0152","Elig"] position on the array.
Thanks in advance, Jaris.
Attachments (1)
Change History (4)
comment:1 Changed 8 years ago by
Cc: | cjolif Douglas Hays added |
---|
Changed 8 years ago by
Attachment: | 17091.patch added |
---|
comment:2 Changed 8 years ago by
Milestone: | tbd → 1.9.1 |
---|---|
Owner: | changed from Adam Peller to Douglas Hays |
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
patch for both 1.8 and 1.9