Last active
August 29, 2015 14:21
-
-
Save thorade/1aa56a886b003fc1e42c to your computer and use it in GitHub Desktop.
code for investigating Dymola encoding problems
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
within ; | |
model ENCO_testing "code for investigating Dymola encoding problems" | |
Real TempC "Temperature in °C"; | |
parameter Real someNumber "description string german üöäß"; | |
Integer greekInt=4 "description string greek αβδεηζμθ"; | |
// a comment with math symbols: °²³~µ | |
equation | |
TempC = if greekInt > 3 then someNumber*5 else someNumber/3; | |
end ENCO_testing; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To reproduce encoding problems: