Opened 9 years ago
Last modified 8 years ago
#13651 confirmed Bug
Unable to paste unicode characters
Reported by: | Jeremiah114 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Plugin : Paste from Word | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
When I try to copy and paste certain unicode characters like pi (960), angle (8736) into the editor, it appears as "p" and "Ð"
Expected result
Should display as the actual pi and angle character
Actual result
Appear as "p" and "Ð"
Other details (browser, OS, CKEditor version, installed plugins)
Same effect on IE, chrome etc
Attachments (1)
Change History (4)
Changed 9 years ago by
Attachment: | ckeditor report bug.docx added |
---|
comment:1 Changed 9 years ago by
Component: | Core : Pasting → Plugin : Paste from Word |
---|---|
Status: | new → confirmed |
Version: | 4.5.2 |
comment:2 Changed 8 years ago by
Milestone: | → CKEditor 4.6.1 |
---|
For some reason this works now in Chrome with the new PFW plugin(4.6.0).
Interestingly Firefox still has this error.
comment:3 Changed 8 years ago by
Milestone: | CKEditor 4.6.1 |
---|
On Chrome this is available in the clipboard:
So Word indeed uses "p" and "Ð", but style them using
font-family:Symbol
. Unfortunately, this is totally incorrect behaviour, because these characters does not represent pi and angle characters: http://jsfiddle.net/vhgub77z/To fix this we would need to add special kind of transformation which finds these spans and translate them into what they should be.