Thomas Beutlich
Thomas Beutlich
Resolves #3666 as proposed by @GaelEnee.
What is the string length of UTF-8 strings? Is it the number of characters or the number of UTF-8 code points? Example: ```mo model M Integer len = Modelica.Utilities.Strings.length("日本語!") "Length:...
There is a race condition between localtime and ftime/gettimeofday in ModelicaInternal_getTime. In case ftime/gettimeofday is called at a very new second, this can lead to an inaccuracy of (almost) 1...
Can only be merged once MSL is based on MLS 3.5.
Can only be merged once MSL is based on MLS 3.5.
It might be worth to standardize the Dialog annotation "__Dymola_label" to improve the display of variables in the parameter dialog. Examples: ```mo parameter Real 'alpha 1' = 1 "UTF-8 encoded"...
Currently it is hardly possible (or impossible) to share a custom Modelica library between different tools or platforms if imported FMUs are involved. This is a striking shortcoming of the...
The README.md links to [FMU SDK](https://www.qtronic.de/de/fmusdk.html), however that link can no longer be resolved. Additionally, the FMU SDK is deprecated.