I am frequently importing Java source code into class models in order to have a starting point when creating diagrams.
When doing so, then EA parses Javadoc comments into class/interface descriptions.
This is in principle a *very* good idea, however, in many comments our developers used national characters (Umlauts) and these get messed up and are replaced with several characters of gibberish each (and they are emitted such, if I re-generate/update the source file after that).
In an elder EA Manual and also an append on StackOverflow that I googled one can read about an Option in the dialog Tools -> Source Code Engineering (which looks like the one now in Start -> Preferences -> Source Code Engineering) that should allow to adjust the code page being used when reading/emitting source code. That option has apparently disappeared along the journey to v13.5. Is that option still available or is it gone?
Our source code is written using UTF-8, in case this important.