mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 12:14:37 +07:00
[java] making "convert to Basic Latin" intention produce uppercase Unicode escapes (IDEA-232859)
GitOrigin-RevId: 6120c9d5a5c6b3ed1fc51cfb6af5e1e2f8a75e1c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4e4982d8a8
commit
ed0f23ce0c
@@ -1,3 +1,3 @@
|
||||
class C {
|
||||
char ch = '\u00a9';
|
||||
char ch = '\u00A9';
|
||||
}
|
||||
Reference in New Issue
Block a user