java-decompiler / jd-gui

A standalone Java Decompiler GUI
GNU General Public License v3.0
13.72k stars 2.36k forks source link

upgrade rsyntaxtextarea, then we can copy Unicode in decompiled file. #451

Open chenyonghui opened 3 weeks ago

chenyonghui commented 3 weeks ago

upgrade rsyntaxtextarea, then we can copy Unicode in decompiled file.

When there are Unicod in java class files, if we want to copy that code which contain unicode escapse charaters (eg. Chinese), turns out that ,we can not copy them.

Test case is here: Welcome.zip

chenyonghui commented 3 weeks ago

in test case , when we want to copy String greeting = "Welcome to Java! 中文"; but we got String greeting = "Welcome to Java! ";