-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with special characters #52
Comments
I'm having trouble reproducing this issue locally. $ docker run -d --name mermaid-server -p 80:80 tomwright/mermaid-server:latest
Unable to find image 'tomwright/mermaid-server:latest' locally
latest: Pulling from tomwright/mermaid-server
33847f680f63: Already exists
9433a176a005: Already exists
bde7f6de458a: Already exists
d1adabab59df: Already exists
36e49a0a4393: Already exists
5d54ec1a6cc0: Pull complete
8874f4d13dad: Pull complete
c411a23678e1: Pull complete
3ed9202ccb9b: Pull complete
225c97e51c9f: Pull complete
6f8a2c30630d: Pull complete
6388a65ed1e5: Pull complete
385c33e52e27: Pull complete
Digest: sha256:63afbce60c6c5a42aac9ab5037552c92cc1f985d5e864d7c0c148ba5e51d6c9e
Status: Downloaded newer image for tomwright/mermaid-server:latest
fa723e700994d5ffc007640208202d4671ed87c64020baf50ddbd1d019852992 Could I get anymore information on how you're running this please? |
Tom,
This is my example:
graph LR
p0[[" Digitaal parkeren ⭐️⭐️⭐️ "]]
p2[[" Verbeteren digitale dienstverlening burgerzaken ⭐️⭐️ "]]
p0 --- p2
Without query parameter type it shows the right char, but with type=png it shows only the replacements.
|
Hi Tom: I have the same problem, when the request have parameter "type=png” the response became unreadable; if i removed the parameter "type=png” the response turns to normal.
|
@EzSoftware2015 @zhangshuyx Thanks for extra info here, that's very useful |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Tom,
This is a great project, wel done!
I managed to get it working.
Could you help to fix the issue with special characters?
After encoding (UTF-8) the special chars are changed. Attached is a picture of the input and output in Postman.
In the live editor it works fine.
The text was updated successfully, but these errors were encountered: