In C4-PlantUML we get an
issue that chinese descriptions supports no word wrap. Is something planed in this area?
Thank you and best regards
Helmut
```
@startuml
skinparam wrapWidth 200
["this is a component, and it will wrap this descripttion"] as a
["这也是一个组件,但是这段文件不会自动换行下去,这是为什么呢。"] as b
@enduml
```