plantuml / plantuml-server

PlantUML Online Server
https://plantuml.com/
GNU General Public License v3.0
1.6k stars 462 forks source link

Bug when chinese is in #275

Closed HansBug closed 1 year ago

HansBug commented 1 year ago

Describe the bug

This is an example provided by plantuml official Chinese documentation

@startuml
类01 "1" *-- "many" 类02 : 包含

类03 o-- 类04 : 聚合

类05 --> "1" 类06
@enduml

It is rendered on https://www.plantuml.com/plantuml, like this

image

But when it is rendered with docker image plantuml/plantuml-server:jetty-v1.2023.5, it is like this

image

This label on connection lines are missing.

arnaudroques commented 1 year ago

Could you try with version v1.2023.5b ? It is possible that it fixes this issue. Thanks!

HansBug commented 1 year ago

Could you try with version v1.2023.5b ? It is possible that it fixes this issue. Thanks!

Sorry that I didn't find v1.2023.5b image. But I just tried latest docker image, it's okay now.