[java] making "convert to Basic Latin" intention produce uppercase Unicode escapes (IDEA-232859)

GitOrigin-RevId: 6120c9d5a5c6b3ed1fc51cfb6af5e1e2f8a75e1c
This commit is contained in:
Roman Shevchenko
2020-02-13 14:20:38 +00:00
committed by intellij-monorepo-bot
parent 4e4982d8a8
commit ed0f23ce0c
8 changed files with 12 additions and 13 deletions
@@ -1,3 +1,3 @@
class C {
String s = "\u00c1\u00ee
String s = "\u00C1\u00EE
}