mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-16 08:20:19 +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
-1
@@ -1,3 +1,3 @@
|
||||
class C {
|
||||
String s = "\u00c1\u00ee
|
||||
String s = "\u00C1\u00EE
|
||||
}
|
||||
Reference in New Issue
Block a user