#4323 closed defect (fixed)
OMEdit: Special characters are not correctly displayed in Message Browser
Reported by: | Jan Kokert | Owned by: | Adrian Pop |
---|---|---|---|
Priority: | low | Milestone: | 1.17.0 |
Component: | Interactive Environment | Version: | |
Keywords: | german umlauts message browser | Cc: |
Description (last modified by )
If you switch the language of OMEdit to e.g. German, the Umlauts (ü,ä,ö...) in messages are not corretly displayed in the Message browser.
Here an example message, if the equation system if over-determined:
Zu viele Gleichungen - �berbestimmtes System
Change History (4)
comment:1 by , 8 years ago
Description: | modified (diff) |
---|
comment:2 by , 8 years ago
Component: | OMEdit → Interactive Environment |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:3 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
The detailed error messages are all in English language now and the log header entries ([1]) do display the German Umlaut correctly now: (e.g. Übersetzung)
Example:
[1] 17:04:11 Übersetzung Fehler
[WSNmodel.PowerConverter.UnitTests.DCDC_Test_R: 15:3-16:114]: Class Modelica.Electrical.Analogf.Basic.VariableResistor not found in scope DCDC_Test_R.
Consequently, I close this ticket.
comment:4 by , 4 years ago
Milestone: | Future → 1.17.0 |
---|
I guess it is because out scripting environment doesn't return UTF-8 strings. Perhaps #1883 is related.