Supplementary character in Editor field
Hi.
I paste supplementary character

http://unicode-table.com/en/1302D/
in Editor field, but it automatically replaced to sequence \uD80C\uDC2D.
I understand that the replacement is made according to the specifications Unicode.
But it looks incorrect, especially the encoding of the java file allows the display of Unicode characters:

Please tell me how can I disable this automatic replacement?
请先登录再写评论。
Use 'Paste Simple' action (Ctrl+Alt+Shift+V on Windows), but beware of https://youtrack.jetbrains.com/issue/IDEA-72989.
OS X v10.11.1
ItelliJ IDEA 15.0 CE Build #IC - 143.381
Edit - Paste Simple
Result incorrect:
That is what IDEA-72989 is about. Document contents is correct (if you'll save it to disk, you'll see it), but rendering and editing is broken currently.
My first post concerned the visual display of a supplementary character in Editor field.
Ok, maybe I misunderstood you.
When you do normal 'Paste' what you see is what is actually pasted to document - escaped sequence. When you do 'Paste Simple' data is pasted in raw form, but rendering of characters outside of Unicode's Basic Multilingual Plane is not working correctly at the moment.
IDEA-72989
Created by Danilcha 07 Aug 2011
:)
I wanted to buy IntelliJ IDEA Ultimate Edition, but something as simple as displaying Unicode characters for so long corrected...
Huh?
> "something as simple as displaying Unicode characters"
This issue is only about characters outside of the Basic Multilingual Plane which contains 65,536 code points for nearly every language in use plus lots of symbols.
I would call including egyptian hieroglyphs in source code "esoteric" rather than "basic".