Unicode inside sub diagram is not shown ok

0 votes
asked Nov 7, 2022 in Bug by ihu (160 points)
edited Nov 7, 2022 by ihu
If there is unicode inside "sub diagram" the output is not ok. Just some à is shown. Also \n has problem. If \n is inside sub diagram it just shows \n and not new line.

@startuml
rectangle A [
{{
skinparam BackgroundColor #Transparent
rectangle FailCase [
**Fail Case**
----
åäöÅÄÖ
test 1\ntest 11
test 2%chr(10)test 22
test 3 %chr(10)test 33
]
}}
]
rectangle OkCase [
**OK Case**
----
åäöÅÄÖ
]
@enduml

1 Answer

0 votes
answered Nov 7, 2022 by plantuml (295,000 points)

Many thanks for the feedback.

This should be fixed with last online version.

...