You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's better to see any original text rather than text being transformed into unicode in the output files because it's more readable for us.
Attempt
Enable to control escapeUnicode parameter that is send to function saveConvert with a new parameter we can set into class PropertiesFileGenerator , and then send it to method dumpProperties from class PropertyManager, in order to show , like Chinese, directly inside generated output files.
Expected Behavior
When setting this new parameter into true, we can get output file with text showing directly without being transformed into unicode.
The text was updated successfully, but these errors were encountered:
Idea
It's better to see any original text rather than text being transformed into unicode in the output files because it's more readable for us.
Attempt
Enable to control escapeUnicode parameter that is send to function saveConvert with a new parameter we can set into class PropertiesFileGenerator , and then send it to method dumpProperties from class PropertyManager, in order to show , like Chinese, directly inside generated output files.
Expected Behavior
When setting this new parameter into true, we can get output file with text showing directly without being transformed into unicode.
The text was updated successfully, but these errors were encountered: