Support nonstandard punctuation ymbols

0 votes
asked May 26, 2014 in Wanted features by anonymous
The word integration would benefit if the parser would be alittle more forthcoming. Specifically: 
 
Parse Ellipsis (Unicode U+2026, Latin entity …)
 
Parse U+201C left double quotation mark “
 
Parse U+201D right double quotation mark ”

2 Answers

0 votes
answered May 26, 2014 by plantuml (295,000 points)
Hello, Ok for adding Parse Ellipsis (Unicode U+2026), but for what purpose exactly ? U+201C and U+201D are already recognized by PlantUML. See for example : http://www.plantuml.com/plantuml/form?url=Iyv9B2vMUDGmfoGZirW1Y18LSlBpqXNo4dDJ7pNCLKWiLaZBppS40000 Which PlantUML version are you using ?
0 votes
answered May 27, 2014 by anonymous

thanks

 

Ellipsis  should function like three dots "...".  In Sequence graph it inidcates "some time later"

Should work like this: http://www.plantuml.com:80/plantuml/png/IzIrI-BIqzFZIjArImG0

commented May 27, 2014 by plantuml (295,000 points)
Ok, this has been implemented in the following beta :
https://dl.dropboxusercontent.com/u/13064071/plantuml.jar
Is this what you were expecting ?
Thanks
...