Modify ↓
Opened 14 years ago
Closed 13 years ago
#8351 closed defect (fixed)
Chinese characters cause UnicodeEncodeError
Reported by: | anonymous | Owned by: | ebencheung |
---|---|---|---|
Priority: | high | Component: | PlantUmlMacro |
Severity: | normal | Keywords: | unicode |
Cc: | Trac Release: | 0.12 |
Description
Just like following:
{{{ #!PlantUML @startuml 张三 -> 李四: Authentication Request @enduml }}}
The Chinese characters should cause UnicodeEncodeError.
I change the source macro.py
(see attachment, line 38 and 55), for your reference.
Attachments (1)
Change History (5)
Changed 14 years ago by
comment:1 Changed 13 years ago by
Owner: | changed from Álvaro Iradier to ebencheung |
---|---|
Status: | new → assigned |
comment:2 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
comment:3 Changed 13 years ago by
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
I don't know how to commit my changes to trac-hacks by svn, svn --username=myName ci always complain "403 forbidden"
so I commit my changes to https://github.com/ebencheung/TracPlantUmlPlugin
Note: See
TracTickets for help on using
tickets.
The fixed code