Skip to content
This repository has been archived by the owner on Apr 30, 2018. It is now read-only.

Some french characters in a plantuml schema code brake the build #28

Open
vtexier opened this issue Dec 14, 2017 · 1 comment
Open

Some french characters in a plantuml schema code brake the build #28

vtexier opened this issue Dec 14, 2017 · 1 comment
Labels

Comments

@vtexier
Copy link
Contributor

vtexier commented Dec 14, 2017

Using utf-8 compatible french characters in this file brake the build : content/pages/wiki/duniter/tutoriel-dev/chapitre-5-architecture.md

The problem is that the plantuml utility crash in this case.

It is strange because plantuml support utf8.

@vtexier vtexier added the bug label Dec 14, 2017
@vtexier
Copy link
Contributor Author

vtexier commented Dec 15, 2017

I can reproduce the crash of the dot utility if I use french characters in content/pages/wiki/duniter/tutoriel-dev/chapitre-5-architecture.md plantuml code.

But only when I run pelican the first time.
Even if I remove all the output directory content, running pelican afterward works well.

Running ./develop_server.sh start 8556 works well also.

If I modify a plantuml with french characters, pelican auto-reload mode regenerate the png and the page is automatically updated !

@M5oul, if you can not use french characters, may be you can modify the plantuml command script by adding the charset parameter explicitly :

java -jar plantuml.jar -charset UTF-8 ${@}

See this page (plantuml charset by default is system dependent).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant