As described in the title, im compiling directly through Powershell using the Microsoft.Dynamics.Nav.Ide.psm1 and the Compile-NavApplicationObject function.
The compiling itself works very great, There is a huge secondary problem though. Umlauts or mutated Vowels ( Ä Ö Ü ) will not get compiled and create an Error.
How can I change the way the Powershell Module compiles the objects since the CSide Compiling process does not have problems with Common Language Specification.

EDIT: So another interesting point here : Compiling the same report 11007 through CSide -> Tools -> Compile works successfully. So I think theres a difference in the ways both CSide's are compiling. A Software Engineers opinion on this would be helpful! :D