vsch / idea-multimarkdown

Markdown language support for IntelliJ IDEA.
https://plugins.jetbrains.com/plugin/7896-markdown-navigator
Apache License 2.0
815 stars 127 forks source link

Java Chromium Embedded - wrong charset #888

Open DefiCzech opened 4 years ago

DefiCzech commented 4 years ago

Java Chromium Embedded preview shows some extra font characters in wrong charset. My MD file is in UTF-8.

eg: č ->� í -> � etc.

xbb commented 4 years ago

Same issue here.

Probably because the charset is not set in the content-type header:

image

ABWhiskey commented 3 years ago

Same problem, the encoding problem for accented characters is still present.

Is there a solution to correct this problem ?

xbb commented 3 years ago

Same problem, the encoding problem for accented characters is still present.

Is there a solution to correct this problem?

Sadly, I think the project is abandoned... The author has been inactive for quite some time, hopefully he's well and doing something else.

ABWhiskey commented 3 years ago

Same problem, the encoding problem for accented characters is still present. Is there a solution to correct this problem?

Sadly, I think the project is abandoned... The author has been inactive for quite some time, hopefully he's well and doing something else.

Hmm, it's sad to hear a project, which originally seemed to be interesting, to be abandoned. In this case, I will have to migrate to other tools / plugins for my work.

In any case, thank you for your answer.