diff options
author | Roman Shevchenko <roman.shevchenko@jetbrains.com> | 2014-06-26 15:52:47 +0200 |
---|---|---|
committer | Roman Shevchenko <roman.shevchenko@jetbrains.com> | 2014-06-26 15:52:47 +0200 |
commit | 4df7866a5c5ef56c763f844848d24438bb4555e4 (patch) | |
tree | cbabdb053d1488c7e6e10316a8139b4583dae23e /dist | |
parent | b13dee2567853b059ff0c1125b78f860667f5bd7 (diff) | |
download | fernflower-4df7866a5c5ef56c763f844848d24438bb4555e4.tar fernflower-4df7866a5c5ef56c763f844848d24438bb4555e4.tar.gz fernflower-4df7866a5c5ef56c763f844848d24438bb4555e4.tar.lz fernflower-4df7866a5c5ef56c763f844848d24438bb4555e4.tar.xz fernflower-4df7866a5c5ef56c763f844848d24438bb4555e4.zip |
"ascii" option documented and used for both string and character literals
Diffstat (limited to 'dist')
-rw-r--r-- | dist/docs/readme.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/docs/readme.txt b/dist/docs/readme.txt index d598032..daf05cf 100644 --- a/dist/docs/readme.txt +++ b/dist/docs/readme.txt @@ -51,7 +51,8 @@ occ (0): ouput copyright comment ner (1): assume return not throwing exceptions den (1): decompile enumerations rgn (1): remove getClass() invocation, when it is part of a qualified new statement -lit (0): output numeric and character literals "as-is" +lit (0): output numeric literals "as-is" +asc (0): encode non-ASCII characters in string and character literals as Unicode escapes bto (1): interpret int 1 as boolean true (workaround to a compiler bug) nns (1): allow for not set synthetic attribute (workaround to a compiler bug) uto (1): consider nameless types as java.lang.Object (workaround to a compiler architecture flaw) |